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

44 lines
898 B
JSON
Raw Normal View History

2018-09-19 23:35:38 +08:00
{
2018-10-27 03:44:50 +08:00
"name": "@vue/runtime-dom",
2020-02-19 04:00:55 +08:00
"version": "3.0.0-alpha.5",
2018-10-27 03:44:50 +08:00
"description": "@vue/runtime-dom",
2018-09-19 23:35:38 +08:00
"main": "index.js",
2018-10-27 03:44:50 +08:00
"module": "dist/runtime-dom.esm-bundler.js",
2019-12-20 01:04:07 +08:00
"types": "dist/runtime-dom.d.ts",
"unpkg": "dist/runtime-dom.global.js",
"files": [
"index.js",
"dist"
],
2018-09-20 12:02:48 +08:00
"sideEffects": false,
2018-09-19 23:35:38 +08:00
"buildOptions": {
"name": "VueRuntimeDOM",
2019-12-11 10:29:52 +08:00
"formats": [
2019-12-11 11:14:02 +08:00
"esm-bundler",
2019-12-11 10:29:52 +08:00
"cjs",
"global",
2019-12-11 11:14:02 +08:00
"esm"
2019-12-11 10:29:52 +08:00
],
"dts": [
"jsx.d.ts"
]
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-dom#readme",
2018-09-19 23:35:38 +08:00
"dependencies": {
2020-02-19 04:00:55 +08:00
"@vue/runtime-core": "3.0.0-alpha.5",
2020-01-07 05:19:18 +08:00
"csstype": "^2.6.8"
2018-09-19 23:35:38 +08:00
}
}