mirror of https://github.com/vuejs/core.git
45 lines
1014 B
JSON
45 lines
1014 B
JSON
{
|
|
"name": "@vue/runtime-vapor",
|
|
"version": "3.0.0-vapor",
|
|
"description": "@vue/runtime-vapor",
|
|
"main": "index.js",
|
|
"module": "dist/runtime-vapor.esm-bundler.js",
|
|
"types": "dist/runtime-vapor.d.ts",
|
|
"unpkg": "dist/runtime-vapor.global.js",
|
|
"files": [
|
|
"index.js",
|
|
"dist"
|
|
],
|
|
"sideEffects": false,
|
|
"buildOptions": {
|
|
"name": "VueRuntimeVapor",
|
|
"formats": [
|
|
"esm-bundler",
|
|
"esm-browser",
|
|
"cjs",
|
|
"global"
|
|
]
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vuejs/vue-vapor.git",
|
|
"directory": "packages/runtime-vapor"
|
|
},
|
|
"keywords": [
|
|
"vue"
|
|
],
|
|
"author": "Evan You",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/vuejs/vue-vapor/issues"
|
|
},
|
|
"homepage": "https://github.com/vuejs/vue-vapor/tree/dev/packages/runtime-vapor#readme",
|
|
"dependencies": {
|
|
"@vue/shared": "workspace:*",
|
|
"@vue/reactivity": "workspace:*"
|
|
},
|
|
"peerDependencies": {
|
|
"@vue/runtime-dom": "workspace:*"
|
|
}
|
|
}
|