You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
929 B
43 lines
929 B
2 years ago
|
{
|
||
|
"name": "@vue/runtime-dom",
|
||
|
"version": "3.2.37",
|
||
|
"description": "@vue/runtime-dom",
|
||
|
"main": "index.js",
|
||
|
"module": "dist/runtime-dom.esm-bundler.js",
|
||
|
"types": "dist/runtime-dom.d.ts",
|
||
|
"unpkg": "dist/runtime-dom.global.js",
|
||
|
"files": [
|
||
|
"index.js",
|
||
|
"dist"
|
||
|
],
|
||
|
"sideEffects": false,
|
||
|
"buildOptions": {
|
||
|
"name": "VueRuntimeDOM",
|
||
|
"formats": [
|
||
|
"esm-bundler",
|
||
|
"esm-browser",
|
||
|
"cjs",
|
||
|
"global"
|
||
|
]
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/vuejs/core.git",
|
||
|
"directory": "packages/runtime-dom"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"vue"
|
||
|
],
|
||
|
"author": "Evan You",
|
||
|
"license": "MIT",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/vuejs/core/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/vuejs/core/tree/main/packages/runtime-dom#readme",
|
||
|
"dependencies": {
|
||
|
"@vue/shared": "3.2.37",
|
||
|
"@vue/runtime-core": "3.2.37",
|
||
|
"csstype": "^2.6.8"
|
||
|
}
|
||
|
}
|