41 lines
901 B
JSON
41 lines
901 B
JSON
{
|
|
"name": "@vue/compiler-dom",
|
|
"version": "3.0.0-alpha.10",
|
|
"description": "@vue/compiler-dom",
|
|
"main": "index.js",
|
|
"module": "dist/compiler-dom.esm-bundler.js",
|
|
"types": "dist/compiler-dom.d.ts",
|
|
"unpkg": "dist/compiler-dom/global.js",
|
|
"files": [
|
|
"index.js",
|
|
"dist"
|
|
],
|
|
"sideEffects": false,
|
|
"buildOptions": {
|
|
"name": "VueCompilerDOM",
|
|
"formats": [
|
|
"esm-bundler",
|
|
"cjs",
|
|
"global",
|
|
"esm"
|
|
]
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vuejs/vue-next.git"
|
|
},
|
|
"keywords": [
|
|
"vue"
|
|
],
|
|
"author": "Evan You",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/vuejs/vue-next/issues"
|
|
},
|
|
"homepage": "https://github.com/vuejs/vue-next/tree/master/packages/compiler-dom#readme",
|
|
"dependencies": {
|
|
"@vue/shared": "3.0.0-alpha.10",
|
|
"@vue/compiler-core": "3.0.0-alpha.10"
|
|
}
|
|
}
|