vue3-yuanma/packages/vue/package.json

30 lines
670 B
JSON
Raw Normal View History

2018-10-23 23:58:37 +08:00
{
"name": "vue",
"version": "3.0.0-alpha.1",
"description": "vue",
"main": "index.js",
"module": "dist/vue.esm-bundler.js",
"types": "dist/index.d.ts",
"unpkg": "dist/vue.global.js",
"buildOptions": {
"name": "Vue",
"formats": ["esm", "cjs", "global", "esm-browser"]
},
"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/vue#readme",
"dependencies": {
2018-10-27 03:44:50 +08:00
"@vue/runtime-dom": "3.0.0-alpha.1"
2018-10-23 23:58:37 +08:00
}
}