40 lines
886 B
JSON
40 lines
886 B
JSON
{
|
|
"name": "@vue/compiler-core",
|
|
"version": "3.0.0-beta.15",
|
|
"description": "@vue/compiler-core",
|
|
"main": "index.js",
|
|
"module": "dist/compiler-core.esm-bundler.js",
|
|
"types": "dist/compiler-core.d.ts",
|
|
"files": [
|
|
"index.js",
|
|
"dist"
|
|
],
|
|
"buildOptions": {
|
|
"name": "VueCompilerCore",
|
|
"formats": [
|
|
"esm-bundler",
|
|
"cjs"
|
|
]
|
|
},
|
|
"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-core#readme",
|
|
"dependencies": {
|
|
"@vue/shared": "3.0.0-beta.15",
|
|
"@babel/parser": "^7.8.6",
|
|
"@babel/types": "^7.8.6",
|
|
"estree-walker": "^0.8.1",
|
|
"source-map": "^0.6.1"
|
|
}
|
|
}
|