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

44 lines
934 B
JSON
Raw Normal View History

2021-04-03 23:55:44 +08:00
{
"name": "@vue/compat",
2022-01-16 22:08:18 +08:00
"version": "3.2.27",
2021-04-08 22:06:12 +08:00
"description": "Vue 3 compatibility build for Vue 2",
2021-04-03 23:55:44 +08:00
"main": "index.js",
2021-04-08 22:06:12 +08:00
"module": "dist/vue.runtime.esm-bundler.js",
2021-04-03 23:55:44 +08:00
"unpkg": "dist/vue.global.js",
"jsdelivr": "dist/vue.global.js",
"files": [
"index.js",
"dist"
],
"buildOptions": {
"name": "Vue",
"filename": "vue",
"compat": true,
"formats": [
"esm-bundler",
"esm-bundler-runtime",
"cjs",
"global",
"global-runtime",
"esm-browser",
"esm-browser-runtime"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vue-next.git"
2021-04-03 23:55:44 +08:00
},
"keywords": [
"vue"
],
"author": "Evan You",
"license": "MIT",
"bugs": {
"url": "https://github.com/vuejs/vue-next/issues"
2021-04-03 23:55:44 +08:00
},
"homepage": "https://github.com/vuejs/vue-next/tree/master/packages/vue-compat#readme",
2021-04-03 23:55:44 +08:00
"peerDependencies": {
2022-01-16 22:08:18 +08:00
"vue": "3.2.27"
2021-04-03 23:55:44 +08:00
}
}