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.
39 lines
831 B
39 lines
831 B
2 years ago
|
{
|
||
|
"name": "@vue/runtime-core",
|
||
|
"version": "3.2.37",
|
||
|
"description": "@vue/runtime-core",
|
||
|
"main": "index.js",
|
||
|
"module": "dist/runtime-core.esm-bundler.js",
|
||
|
"types": "dist/runtime-core.d.ts",
|
||
|
"files": [
|
||
|
"index.js",
|
||
|
"dist"
|
||
|
],
|
||
|
"buildOptions": {
|
||
|
"name": "VueRuntimeCore",
|
||
|
"formats": [
|
||
|
"esm-bundler",
|
||
|
"cjs"
|
||
|
]
|
||
|
},
|
||
|
"sideEffects": false,
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/vuejs/core.git",
|
||
|
"directory": "packages/runtime-core"
|
||
|
},
|
||
|
"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-core#readme",
|
||
|
"dependencies": {
|
||
|
"@vue/shared": "3.2.37",
|
||
|
"@vue/reactivity": "3.2.37"
|
||
|
}
|
||
|
}
|