You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
314 B
17 lines
314 B
{
|
|
"name": "@vue/template-explorer",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"buildOptions": {
|
|
"formats": [
|
|
"global"
|
|
],
|
|
"compat": true,
|
|
"env": "development",
|
|
"enableNonBrowserBranches": true
|
|
},
|
|
"dependencies": {
|
|
"monaco-editor": "^0.45.0",
|
|
"source-map-js": "^1.0.2"
|
|
}
|
|
}
|