2019-11-07 10:58:15 +08:00
|
|
|
{
|
|
|
|
"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"
|
2019-11-19 02:29:04 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/lru-cache": "^5.1.0"
|
2019-11-07 10:58:15 +08:00
|
|
|
}
|
|
|
|
}
|