2024-05-19 13:20:42 +00:00
|
|
|
{
|
2024-07-13 09:25:15 +00:00
|
|
|
"name": "@vben/common-ui",
|
2024-12-12 14:47:11 +00:00
|
|
|
"version": "5.5.1",
|
2024-05-19 13:20:42 +00:00
|
|
|
"homepage": "https://github.com/vbenjs/vue-vben-admin",
|
2024-06-16 15:56:20 +00:00
|
|
|
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
|
2024-05-19 13:20:42 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/vbenjs/vue-vben-admin.git",
|
2024-07-13 09:25:15 +00:00
|
|
|
"directory": "packages/effects/common-ui"
|
2024-05-19 13:20:42 +00:00
|
|
|
},
|
2024-06-16 15:56:20 +00:00
|
|
|
"license": "MIT",
|
|
|
|
"type": "module",
|
2024-05-19 13:20:42 +00:00
|
|
|
"sideEffects": [
|
|
|
|
"**/*.css"
|
|
|
|
],
|
|
|
|
"exports": {
|
|
|
|
".": {
|
|
|
|
"types": "./src/index.ts",
|
2024-07-22 16:03:59 +00:00
|
|
|
"default": "./src/index.ts"
|
2024-05-19 13:20:42 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-09-10 13:48:51 +00:00
|
|
|
"@vben-core/form-ui": "workspace:*",
|
2024-08-25 15:40:52 +00:00
|
|
|
"@vben-core/popup-ui": "workspace:*",
|
2024-12-04 13:40:41 +00:00
|
|
|
"@vben-core/preferences": "workspace:*",
|
2024-05-19 13:20:42 +00:00
|
|
|
"@vben-core/shadcn-ui": "workspace:*",
|
2024-09-21 12:52:36 +00:00
|
|
|
"@vben-core/shared": "workspace:*",
|
2024-07-05 15:15:46 +00:00
|
|
|
"@vben/constants": "workspace:*",
|
2024-11-09 06:10:17 +00:00
|
|
|
"@vben/hooks": "workspace:*",
|
2024-07-22 16:03:59 +00:00
|
|
|
"@vben/icons": "workspace:*",
|
|
|
|
"@vben/locales": "workspace:*",
|
2024-06-23 15:18:55 +00:00
|
|
|
"@vben/types": "workspace:*",
|
2024-09-21 12:52:36 +00:00
|
|
|
"@vueuse/core": "catalog:",
|
2024-09-19 13:40:54 +00:00
|
|
|
"@vueuse/integrations": "catalog:",
|
2024-11-25 22:04:36 +00:00
|
|
|
"crypto-js": "catalog:",
|
2024-09-19 13:40:54 +00:00
|
|
|
"qrcode": "catalog:",
|
|
|
|
"vue": "catalog:",
|
|
|
|
"vue-router": "catalog:"
|
2024-05-19 13:20:42 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-11-25 22:04:36 +00:00
|
|
|
"@types/crypto-js": "catalog:",
|
2024-09-19 13:40:54 +00:00
|
|
|
"@types/qrcode": "catalog:"
|
2024-05-19 13:20:42 +00:00
|
|
|
}
|
|
|
|
}
|