2019-11-07 10:58:15 +08:00
|
|
|
{
|
|
|
|
"name": "@vue/compiler-sfc",
|
2020-03-07 04:58:40 +08:00
|
|
|
"version": "3.0.0-alpha.8",
|
2019-11-07 10:58:15 +08:00
|
|
|
"description": "@vue/compiler-sfc",
|
|
|
|
"main": "dist/compiler-sfc.cjs.js",
|
2019-12-20 01:04:07 +08:00
|
|
|
"types": "dist/compiler-sfc.d.ts",
|
2019-11-07 10:58:15 +08:00
|
|
|
"files": [
|
|
|
|
"dist"
|
|
|
|
],
|
|
|
|
"buildOptions": {
|
|
|
|
"prod": false,
|
|
|
|
"formats": [
|
|
|
|
"cjs"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2020-03-01 11:04:42 +08:00
|
|
|
"url": "git+https://github.com/vuejs/vue-next.git"
|
2019-11-07 10:58:15 +08:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"vue"
|
|
|
|
],
|
|
|
|
"author": "Evan You",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2020-03-01 11:04:42 +08:00
|
|
|
"url": "https://github.com/vuejs/vue-next/issues"
|
2019-11-07 10:58:15 +08:00
|
|
|
},
|
2020-03-01 11:04:42 +08:00
|
|
|
"homepage": "https://github.com/vuejs/vue-next/tree/master/packages/compiler-sfc#readme",
|
2019-12-18 10:51:41 +08:00
|
|
|
"peerDependencies": {
|
2020-03-07 04:58:40 +08:00
|
|
|
"vue": "3.0.0-alpha.8"
|
2019-12-18 10:51:41 +08:00
|
|
|
},
|
2019-11-07 10:58:15 +08:00
|
|
|
"dependencies": {
|
2020-03-07 04:58:40 +08:00
|
|
|
"@vue/shared": "3.0.0-alpha.8",
|
|
|
|
"@vue/compiler-core": "3.0.0-alpha.8",
|
|
|
|
"@vue/compiler-dom": "3.0.0-alpha.8",
|
2019-11-07 10:58:15 +08:00
|
|
|
"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",
|
2019-12-14 01:56:25 +08:00
|
|
|
"source-map": "^0.6.1"
|
2019-11-19 02:29:04 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-12-11 01:22:23 +08:00
|
|
|
"@types/consolidate": "^0.14.0",
|
2019-12-11 01:01:56 +08:00
|
|
|
"@types/lru-cache": "^5.1.0",
|
|
|
|
"pug": "^2.0.4"
|
2019-11-07 10:58:15 +08:00
|
|
|
}
|
|
|
|
}
|