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

43 lines
964 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",
2023-11-28 08:26:01 +08:00
"version": "3.4.0-alpha.3",
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",
"esm-browser",
2019-12-11 10:29:52 +08:00
"cjs",
"global"
2019-12-11 10:29:52 +08:00
]
2018-09-19 23:35:38 +08:00
},
"repository": {
"type": "git",
2023-11-09 17:35:08 +08:00
"url": "git+https://github.com/vuejs/core-vapor.git",
2020-08-30 21:06:06 +08:00
"directory": "packages/runtime-dom"
2018-09-19 23:35:38 +08:00
},
"keywords": [
"vue"
],
"author": "Evan You",
"license": "MIT",
"bugs": {
2023-11-09 17:35:08 +08:00
"url": "https://github.com/vuejs/core-vapor/issues"
2018-09-19 23:35:38 +08:00
},
2023-11-09 17:35:08 +08:00
"homepage": "https://github.com/vuejs/core-vapor/tree/main/packages/runtime-dom#readme",
2018-09-19 23:35:38 +08:00
"dependencies": {
2023-11-21 09:16:14 +08:00
"@vue/shared": "workspace:*",
"@vue/runtime-core": "workspace:*",
"csstype": "^3.1.2"
2018-09-19 23:35:38 +08:00
}
}