vue3-yuanma/packages/reactivity/package.json

41 lines
893 B
JSON
Raw Normal View History

2018-09-19 23:35:38 +08:00
{
"name": "@vue/reactivity",
2020-05-07 23:21:18 +08:00
"version": "3.0.0-beta.10",
"description": "@vue/reactivity",
2018-09-19 23:35:38 +08:00
"main": "index.js",
"module": "dist/reactivity.esm-bundler.js",
2019-12-20 01:04:07 +08:00
"types": "dist/reactivity.d.ts",
"unpkg": "dist/reactivity.global.js",
"jsdelivr": "dist/reactivity.global.js",
"files": [
"index.js",
"dist"
],
2018-09-20 12:02:48 +08:00
"sideEffects": false,
2018-09-19 23:35:38 +08:00
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vue-next.git"
2018-09-19 23:35:38 +08:00
},
"buildOptions": {
"name": "VueReactivity",
2019-12-11 10:29:52 +08:00
"formats": [
2019-12-11 11:14:02 +08:00
"esm-bundler",
"esm-browser",
2019-12-11 10:29:52 +08:00
"cjs",
"global"
2019-12-11 10:29:52 +08:00
]
2018-09-19 23:35:38 +08:00
},
"keywords": [
"vue"
],
"author": "Evan You",
"license": "MIT",
"bugs": {
"url": "https://github.com/vuejs/vue-next/issues"
2018-09-19 23:35:38 +08:00
},
"homepage": "https://github.com/vuejs/vue-next/tree/master/packages/reactivity#readme",
"dependencies": {
2020-05-07 23:21:18 +08:00
"@vue/shared": "3.0.0-beta.10"
}
2018-09-19 23:35:38 +08:00
}