40 lines
881 B
JSON
40 lines
881 B
JSON
|
{
|
||
|
"name": "@vue/compiler-sfc",
|
||
|
"version": "3.0.0-alpha.1",
|
||
|
"description": "@vue/compiler-sfc",
|
||
|
"main": "dist/compiler-sfc.cjs.js",
|
||
|
"files": [
|
||
|
"dist"
|
||
|
],
|
||
|
"types": "dist/compiler-sfc.d.ts",
|
||
|
"buildOptions": {
|
||
|
"prod": false,
|
||
|
"formats": [
|
||
|
"cjs"
|
||
|
]
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/vuejs/vue.git"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"vue"
|
||
|
],
|
||
|
"author": "Evan You",
|
||
|
"license": "MIT",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/vuejs/vue/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/vuejs/vue/tree/dev/packages/compiler-sfc#readme",
|
||
|
"dependencies": {
|
||
|
"@vue/compiler-core": "3.0.0-alpha.1",
|
||
|
"consolidate": "^0.15.1",
|
||
|
"hash-sum": "^2.0.0",
|
||
|
"lru-cache": "^5.1.1",
|
||
|
"merge-source-map": "^1.1.0",
|
||
|
"postcss": "^7.0.21",
|
||
|
"postcss-selector-parser": "^6.0.2",
|
||
|
"source-map": "^0.7.3"
|
||
|
}
|
||
|
}
|