mirror of
https://github.com/vuejs/core.git
synced 2024-11-22 04:51:10 +00:00
f7cbea2111
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
18 lines
314 B
JSON
18 lines
314 B
JSON
{
|
|
"name": "@vue/template-explorer",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"buildOptions": {
|
|
"formats": [
|
|
"global"
|
|
],
|
|
"compat": true,
|
|
"env": "development",
|
|
"enableNonBrowserBranches": true
|
|
},
|
|
"dependencies": {
|
|
"monaco-editor": "^0.52.0",
|
|
"source-map-js": "^1.2.1"
|
|
}
|
|
}
|