31 lines
675 B
JSON
31 lines
675 B
JSON
{
|
|
"name": "@vue/runtime-core",
|
|
"version": "3.0.0-alpha.1",
|
|
"description": "@vue/runtime-core",
|
|
"main": "index.js",
|
|
"module": "dist/runtime-core.esm-bundler.js",
|
|
"files": [
|
|
"index.js",
|
|
"dist",
|
|
"jsx.d.ts"
|
|
],
|
|
"types": "dist/runtime-core.d.ts",
|
|
"sideEffects": false,
|
|
"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"
|
|
},
|
|
"homepage": "https://github.com/vuejs/vue/tree/dev/packages/runtime-core#readme",
|
|
"dependencies": {
|
|
"@vue/reactivity": "3.0.0-alpha.1"
|
|
}
|
|
}
|