2018-10-23 23:58:37 +08:00
|
|
|
{
|
|
|
|
"name": "vue",
|
2020-02-27 03:36:38 +08:00
|
|
|
"version": "3.0.0-alpha.7",
|
2018-10-23 23:58:37 +08:00
|
|
|
"description": "vue",
|
|
|
|
"main": "index.js",
|
2019-12-18 07:24:01 +08:00
|
|
|
"module": "dist/vue.runtime.esm-bundler.js",
|
2019-12-20 01:04:07 +08:00
|
|
|
"types": "dist/vue.d.ts",
|
|
|
|
"unpkg": "dist/vue.global.js",
|
2020-02-16 01:02:00 +08:00
|
|
|
"sideEffects": false,
|
2019-09-04 00:16:22 +08:00
|
|
|
"files": [
|
|
|
|
"index.js",
|
|
|
|
"dist"
|
|
|
|
],
|
2018-10-23 23:58:37 +08:00
|
|
|
"buildOptions": {
|
|
|
|
"name": "Vue",
|
2020-02-19 22:50:24 +08:00
|
|
|
"isRuntimeCompileBuild": true,
|
2019-12-11 10:29:52 +08:00
|
|
|
"formats": [
|
2019-12-11 11:14:02 +08:00
|
|
|
"esm-bundler",
|
2019-12-18 07:24:01 +08:00
|
|
|
"esm-bundler-runtime",
|
2019-12-11 10:29:52 +08:00
|
|
|
"cjs",
|
|
|
|
"global",
|
2019-12-11 11:14:02 +08:00
|
|
|
"esm"
|
2019-12-11 10:29:52 +08:00
|
|
|
]
|
2018-10-23 23:58:37 +08:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2020-03-01 11:04:42 +08:00
|
|
|
"url": "git+https://github.com/vuejs/vue-next.git"
|
2018-10-23 23:58:37 +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"
|
2018-10-23 23:58:37 +08:00
|
|
|
},
|
2020-03-01 11:04:42 +08:00
|
|
|
"homepage": "https://github.com/vuejs/vue-next/tree/master/packages/vue#readme",
|
2018-10-23 23:58:37 +08:00
|
|
|
"dependencies": {
|
2020-03-01 11:04:42 +08:00
|
|
|
"@vue/shared": "3.0.0-alpha.7",
|
2020-02-27 03:36:38 +08:00
|
|
|
"@vue/compiler-dom": "3.0.0-alpha.7",
|
|
|
|
"@vue/runtime-dom": "3.0.0-alpha.7"
|
2019-12-11 23:37:03 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"lodash": "^4.17.15",
|
|
|
|
"marked": "^0.7.0",
|
|
|
|
"todomvc-app-css": "^2.3.0"
|
2018-10-23 23:58:37 +08:00
|
|
|
}
|
|
|
|
}
|