vue3-yuanma/packages/vue/package.json

49 lines
1.0 KiB
JSON
Raw Normal View History

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",
"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",
"sideEffects": false,
"files": [
"index.js",
"dist"
],
2018-10-23 23:58:37 +08:00
"buildOptions": {
"name": "Vue",
"isRuntimeCompileBuild": true,
2019-12-11 10:29:52 +08:00
"formats": [
2019-12-11 11:14:02 +08:00
"esm-bundler",
"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",
"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": {
"url": "https://github.com/vuejs/vue-next/issues"
2018-10-23 23:58:37 +08:00
},
"homepage": "https://github.com/vuejs/vue-next/tree/master/packages/vue#readme",
2018-10-23 23:58:37 +08:00
"dependencies": {
"@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"
},
"devDependencies": {
"lodash": "^4.17.15",
"marked": "^0.7.0",
"todomvc-app-css": "^2.3.0"
2018-10-23 23:58:37 +08:00
}
}