vue3-yuanma/packages/runtime-core/package.json

38 lines
824 B
JSON
Raw Normal View History

2018-09-19 23:35:38 +08:00
{
2018-10-27 03:44:50 +08:00
"name": "@vue/runtime-core",
2020-02-27 03:36:38 +08:00
"version": "3.0.0-alpha.7",
2018-10-27 03:44:50 +08:00
"description": "@vue/runtime-core",
2018-09-19 23:35:38 +08:00
"main": "index.js",
2018-10-27 03:44:50 +08:00
"module": "dist/runtime-core.esm-bundler.js",
2019-12-20 01:04:07 +08:00
"types": "dist/runtime-core.d.ts",
"files": [
"index.js",
"dist"
],
2019-12-11 11:14:02 +08:00
"buildOptions": {
"name": "VueRuntimeCore",
2019-12-11 11:14:02 +08:00
"formats": [
"esm-bundler",
"cjs"
]
},
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
},
"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/runtime-core#readme",
2018-09-19 23:35:38 +08:00
"dependencies": {
"@vue/shared": "3.0.0-alpha.7",
2020-02-27 03:36:38 +08:00
"@vue/reactivity": "3.0.0-alpha.7"
2018-09-19 23:35:38 +08:00
}
}