42 lines
923 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-dom",
2020-07-01 21:06:25 -04:00
"version": "3.0.0-beta.18",
2018-10-26 15:44:50 -04:00
"description": "@vue/runtime-dom",
2018-09-19 11:35:38 -04:00
"main": "index.js",
2018-10-26 15:44:50 -04:00
"module": "dist/runtime-dom.esm-bundler.js",
2019-12-19 12:04:07 -05:00
"types": "dist/runtime-dom.d.ts",
"unpkg": "dist/runtime-dom.global.js",
"files": [
"index.js",
"dist"
],
2018-09-20 00:02:48 -04:00
"sideEffects": false,
2018-09-19 11:35:38 -04:00
"buildOptions": {
"name": "VueRuntimeDOM",
2019-12-10 21:29:52 -05:00
"formats": [
2019-12-10 22:14:02 -05:00
"esm-bundler",
"esm-browser",
2019-12-10 21:29:52 -05:00
"cjs",
"global"
2019-12-10 21:29:52 -05:00
]
2018-09-19 11:35:38 -04:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vue-next.git"
2018-09-19 11:35:38 -04:00
},
"keywords": [
"vue"
],
"author": "Evan You",
"license": "MIT",
"bugs": {
"url": "https://github.com/vuejs/vue-next/issues"
2018-09-19 11:35:38 -04:00
},
"homepage": "https://github.com/vuejs/vue-next/tree/master/packages/runtime-dom#readme",
2018-09-19 11:35:38 -04:00
"dependencies": {
2020-07-01 21:06:25 -04:00
"@vue/shared": "3.0.0-beta.18",
"@vue/runtime-core": "3.0.0-beta.18",
2020-01-06 15:19:18 -06:00
"csstype": "^2.6.8"
2018-09-19 11:35:38 -04:00
}
}