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

26 lines
607 B
JSON
Raw Normal View History

2018-09-19 15:35:38 +00:00
{
2018-10-26 19:44:50 +00:00
"name": "@vue/runtime-core",
2018-09-19 15:35:38 +00:00
"version": "3.0.0-alpha.1",
2018-10-26 19:44:50 +00:00
"description": "@vue/runtime-core",
2018-09-19 15:35:38 +00:00
"main": "index.js",
2018-10-26 19:44:50 +00:00
"module": "dist/runtime-core.esm-bundler.js",
2018-10-16 21:41:59 +00:00
"types": "dist/index.d.ts",
2018-09-20 04:02:48 +00:00
"sideEffects": false,
2018-09-19 15:35:38 +00:00
"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"
},
2018-10-26 19:44:50 +00:00
"homepage": "https://github.com/vuejs/vue/tree/dev/packages/runtime-core#readme",
2018-09-19 15:35:38 +00:00
"dependencies": {
2019-08-20 13:58:10 +00:00
"@vue/reactivity": "3.0.0-alpha.1"
2018-09-19 15:35:38 +00:00
}
}