2024-07-13 08:52:08 +00:00
|
|
|
{
|
|
|
|
"name": "@vben/hooks",
|
2024-12-12 14:47:11 +00:00
|
|
|
"version": "5.5.1",
|
2024-07-13 08:52:08 +00:00
|
|
|
"homepage": "https://github.com/vbenjs/vue-vben-admin",
|
|
|
|
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/vbenjs/vue-vben-admin.git",
|
2024-07-22 16:03:59 +00:00
|
|
|
"directory": "packages/effects/hooks"
|
2024-07-13 08:52:08 +00:00
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"type": "module",
|
|
|
|
"sideEffects": [
|
|
|
|
"**/*.css"
|
|
|
|
],
|
|
|
|
"exports": {
|
|
|
|
".": {
|
|
|
|
"types": "./src/index.ts",
|
2024-07-22 16:03:59 +00:00
|
|
|
"default": "./src/index.ts"
|
2024-07-13 08:52:08 +00:00
|
|
|
}
|
|
|
|
},
|
2024-07-14 08:28:56 +00:00
|
|
|
"dependencies": {
|
2024-07-30 13:05:03 +00:00
|
|
|
"@vben-core/composables": "workspace:*",
|
2024-07-22 16:03:59 +00:00
|
|
|
"@vben/preferences": "workspace:*",
|
|
|
|
"@vben/stores": "workspace:*",
|
2024-07-28 06:29:05 +00:00
|
|
|
"@vben/types": "workspace:*",
|
2024-07-31 14:11:24 +00:00
|
|
|
"@vben/utils": "workspace:*",
|
2024-12-15 10:24:22 +00:00
|
|
|
"@vueuse/core": "catalog:",
|
2024-09-19 13:40:54 +00:00
|
|
|
"vue": "catalog:",
|
|
|
|
"vue-router": "catalog:",
|
|
|
|
"watermark-js-plus": "catalog:"
|
2024-07-13 08:52:08 +00:00
|
|
|
}
|
|
|
|
}
|