2019-10-05 01:08:06 +08:00
|
|
|
{
|
|
|
|
"name": "@vue/template-explorer",
|
|
|
|
"private": true,
|
2023-11-21 09:37:37 +08:00
|
|
|
"version": "0.0.0",
|
2019-10-05 01:08:06 +08:00
|
|
|
"buildOptions": {
|
|
|
|
"formats": [
|
|
|
|
"global"
|
|
|
|
],
|
2021-04-20 00:08:26 +08:00
|
|
|
"compat": true,
|
2019-10-05 01:08:06 +08:00
|
|
|
"env": "development",
|
|
|
|
"enableNonBrowserBranches": true
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-11-23 23:42:08 +08:00
|
|
|
"@vue/compiler-vapor": "workspace:^",
|
2024-06-28 09:36:19 +08:00
|
|
|
"monaco-editor": "^0.50.0",
|
2024-03-25 15:36:17 +08:00
|
|
|
"source-map-js": "^1.2.0"
|
2019-10-05 01:08:06 +08:00
|
|
|
}
|
|
|
|
}
|