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": {
|
2024-02-25 20:40:09 +08:00
|
|
|
"monaco-editor": "^0.46.0",
|
2024-03-21 11:12:50 +08:00
|
|
|
"source-map-js": "^1.1.0"
|
2019-10-05 01:08:06 +08:00
|
|
|
}
|
|
|
|
}
|