2018-09-19 23:35:38 +08:00
|
|
|
{
|
2018-10-27 03:44:50 +08:00
|
|
|
"name": "@vue/runtime-core",
|
2018-09-19 23:35:38 +08:00
|
|
|
"version": "3.0.0-alpha.1",
|
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",
|
2018-10-17 05:41:59 +08:00
|
|
|
"types": "dist/index.d.ts",
|
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.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"vue"
|
|
|
|
],
|
|
|
|
"author": "Evan You",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/vuejs/vue/issues"
|
|
|
|
},
|
2018-10-27 03:44:50 +08:00
|
|
|
"homepage": "https://github.com/vuejs/vue/tree/dev/packages/runtime-core#readme",
|
2018-09-19 23:35:38 +08:00
|
|
|
"dependencies": {
|
2018-09-22 01:34:00 +08:00
|
|
|
"@vue/observer": "3.0.0-alpha.1",
|
|
|
|
"@vue/scheduler": "3.0.0-alpha.1"
|
2018-09-19 23:35:38 +08:00
|
|
|
}
|
|
|
|
}
|