2019-11-06 21:58:15 -05:00
|
|
|
{
|
|
|
|
"name": "@vue/compiler-sfc",
|
2020-07-19 14:52:42 -04:00
|
|
|
"version": "3.0.0-rc.2",
|
2019-11-06 21:58:15 -05:00
|
|
|
"description": "@vue/compiler-sfc",
|
|
|
|
"main": "dist/compiler-sfc.cjs.js",
|
2019-12-19 12:04:07 -05:00
|
|
|
"types": "dist/compiler-sfc.d.ts",
|
2019-11-06 21:58:15 -05:00
|
|
|
"files": [
|
|
|
|
"dist"
|
|
|
|
],
|
|
|
|
"buildOptions": {
|
2020-04-26 01:24:25 -04:00
|
|
|
"name": "VueCompilerSFC",
|
2019-11-06 21:58:15 -05:00
|
|
|
"formats": [
|
2020-04-26 01:24:25 -04:00
|
|
|
"cjs",
|
|
|
|
"global",
|
|
|
|
"esm-browser"
|
|
|
|
],
|
|
|
|
"prod": false,
|
|
|
|
"enableNonBrowserBranches": true
|
2019-11-06 21:58:15 -05:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2020-02-29 22:04:42 -05:00
|
|
|
"url": "git+https://github.com/vuejs/vue-next.git"
|
2019-11-06 21:58:15 -05:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"vue"
|
|
|
|
],
|
|
|
|
"author": "Evan You",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2020-02-29 22:04:42 -05:00
|
|
|
"url": "https://github.com/vuejs/vue-next/issues"
|
2019-11-06 21:58:15 -05:00
|
|
|
},
|
2020-02-29 22:04:42 -05:00
|
|
|
"homepage": "https://github.com/vuejs/vue-next/tree/master/packages/compiler-sfc#readme",
|
2019-12-17 21:51:41 -05:00
|
|
|
"peerDependencies": {
|
2020-07-19 14:52:42 -04:00
|
|
|
"vue": "3.0.0-rc.2"
|
2019-12-17 21:51:41 -05:00
|
|
|
},
|
2019-11-06 21:58:15 -05:00
|
|
|
"dependencies": {
|
2020-07-06 15:56:24 -04:00
|
|
|
"@babel/parser": "^7.10.4",
|
2020-07-09 11:55:04 -04:00
|
|
|
"@babel/types": "^7.10.4",
|
2020-07-19 14:52:42 -04:00
|
|
|
"@vue/compiler-core": "3.0.0-rc.2",
|
|
|
|
"@vue/compiler-dom": "3.0.0-rc.2",
|
|
|
|
"@vue/compiler-ssr": "3.0.0-rc.2",
|
|
|
|
"@vue/shared": "3.0.0-rc.2",
|
2019-11-06 21:58:15 -05:00
|
|
|
"consolidate": "^0.15.1",
|
2020-07-07 17:54:01 -04:00
|
|
|
"estree-walker": "^2.0.1",
|
2019-11-06 21:58:15 -05:00
|
|
|
"hash-sum": "^2.0.0",
|
|
|
|
"lru-cache": "^5.1.1",
|
2020-07-06 15:56:24 -04:00
|
|
|
"magic-string": "^0.25.7",
|
2019-11-06 21:58:15 -05:00
|
|
|
"merge-source-map": "^1.1.0",
|
2020-04-24 09:59:52 -04:00
|
|
|
"postcss": "^7.0.27",
|
2020-06-23 11:34:02 -04:00
|
|
|
"postcss-modules": "^3.1.0",
|
2019-11-06 21:58:15 -05:00
|
|
|
"postcss-selector-parser": "^6.0.2",
|
2019-12-13 12:56:25 -05:00
|
|
|
"source-map": "^0.6.1"
|
2019-11-19 02:29:04 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-12-10 12:22:23 -05:00
|
|
|
"@types/consolidate": "^0.14.0",
|
2019-12-11 01:01:56 +08:00
|
|
|
"@types/lru-cache": "^5.1.0",
|
2020-07-17 00:33:37 +08:00
|
|
|
"pug": "^2.0.4",
|
|
|
|
"sass": "^1.26.9"
|
2019-11-06 21:58:15 -05:00
|
|
|
}
|
|
|
|
}
|