vue3-yuanma/packages/vue-compat/package.json

31 lines
708 B
JSON
Raw Normal View History

2018-09-20 09:52:24 +08:00
{
2018-10-23 23:44:56 +08:00
"name": "vue-compat",
2018-09-20 09:52:24 +08:00
"version": "3.0.0-alpha.1",
2018-10-23 23:58:37 +08:00
"description": "Vue 2.x compat build",
2018-09-20 09:52:24 +08:00
"main": "index.js",
"module": "dist/vue.esm-bundler.js",
"unpkg": "dist/vue.global.js",
2018-09-20 12:02:48 +08:00
"sideEffects": false,
2018-09-20 09:52:24 +08:00
"buildOptions": {
"name": "Vue",
"compat": true,
"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-09-20 09:52:24 +08:00
}
}