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",
|
2019-09-04 00:16:22 +08:00
|
|
|
"files": [
|
|
|
|
"index.js",
|
|
|
|
"dist"
|
|
|
|
],
|
2018-09-20 12:02:48 +08:00
|
|
|
"sideEffects": false,
|
2018-09-19 23:35:38 +08:00
|
|
|
"buildOptions": {
|
2019-12-16 04:37:43 +08:00
|
|
|
"name": "VueRuntimeDOM",
|
2019-12-11 10:29:52 +08:00
|
|
|
"formats": [
|
2019-12-11 11:14:02 +08:00
|
|
|
"esm-bundler",
|
2020-04-20 06:42:07 +08:00
|
|
|
"esm-browser",
|
2019-12-11 10:29:52 +08:00
|
|
|
"cjs",
|
2020-04-20 06:42:07 +08:00
|
|
|
"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:*",
|
2023-09-19 15:33:33 +08:00
|
|
|
"csstype": "^3.1.2"
|
2018-09-19 23:35:38 +08:00
|
|
|
}
|
|
|
|
}
|