31 lines
708 B
JSON
Raw Normal View History

2018-09-19 21:52:24 -04:00
{
2018-10-23 11:44:56 -04:00
"name": "vue-compat",
2018-09-19 21:52:24 -04:00
"version": "3.0.0-alpha.1",
2018-10-23 11:58:37 -04:00
"description": "Vue 2.x compat build",
2018-09-19 21:52:24 -04:00
"main": "index.js",
"module": "dist/vue.esm-bundler.js",
"unpkg": "dist/vue.global.js",
2018-09-20 00:02:48 -04:00
"sideEffects": false,
2018-09-19 21:52:24 -04: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-26 15:44:50 -04:00
"@vue/runtime-dom": "3.0.0-alpha.1"
2018-09-19 21:52:24 -04:00
}
}