37 lines
770 B
JSON
Raw Normal View History

2018-09-19 11:35:38 -04:00
{
2018-10-26 15:44:50 -04:00
"name": "@vue/runtime-core",
2019-12-10 21:29:52 -05:00
"version": "3.0.0-alpha.0",
2018-10-26 15:44:50 -04:00
"description": "@vue/runtime-core",
2018-09-19 11:35:38 -04:00
"main": "index.js",
2018-10-26 15:44:50 -04:00
"module": "dist/runtime-core.esm-bundler.js",
"files": [
"index.js",
"dist"
],
"types": "dist/runtime-core.d.ts",
2019-12-10 22:14:02 -05:00
"buildOptions": {
"name": "VueRuntimeCore",
2019-12-10 22:14:02 -05:00
"formats": [
"esm-bundler",
"cjs"
]
},
2018-09-20 00:02:48 -04:00
"sideEffects": false,
2018-09-19 11:35:38 -04: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 15:44:50 -04:00
"homepage": "https://github.com/vuejs/vue/tree/dev/packages/runtime-core#readme",
2018-09-19 11:35:38 -04:00
"dependencies": {
2019-12-10 21:29:52 -05:00
"@vue/reactivity": "3.0.0-alpha.0"
2018-09-19 11:35:38 -04:00
}
}