2024-05-19 13:20:42 +00:00
|
|
|
{
|
2024-07-13 09:25:15 +00:00
|
|
|
"name": "@vben/common-ui",
|
2024-09-10 14:20:51 +00:00
|
|
|
"version": "5.3.0-beta.2",
|
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-05-19 13:20:42 +00:00
|
|
|
"@vben-core/shadcn-ui": "workspace:*",
|
2024-07-05 15:15:46 +00:00
|
|
|
"@vben/constants": "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-19 13:40:54 +00:00
|
|
|
"@vueuse/integrations": "catalog:",
|
|
|
|
"qrcode": "catalog:",
|
|
|
|
"vue": "catalog:",
|
|
|
|
"vue-router": "catalog:"
|
2024-05-19 13:20:42 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-09-19 13:40:54 +00:00
|
|
|
"@types/qrcode": "catalog:"
|
2024-05-19 13:20:42 +00:00
|
|
|
}
|
|
|
|
}
|