2024-05-19 21:20:42 +08:00
|
|
|
{
|
2024-07-04 22:14:51 +08:00
|
|
|
"name": "@vben/web-antd",
|
2024-06-16 23:50:17 +08:00
|
|
|
"version": "5.0.0",
|
2024-05-19 21:20:42 +08:00
|
|
|
"homepage": "https://github.com/vbenjs/vue-vben-admin",
|
2024-06-16 23:56:20 +08:00
|
|
|
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
|
2024-05-19 21:20:42 +08:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/vbenjs/vue-vben-admin.git",
|
|
|
|
"directory": "apps/vben-admin"
|
|
|
|
},
|
2024-06-16 23:56:20 +08:00
|
|
|
"license": "MIT",
|
|
|
|
"author": {
|
|
|
|
"name": "vben",
|
2024-06-30 23:15:23 +08:00
|
|
|
"email": "ann.vben@gmail.com",
|
2024-06-16 23:56:20 +08:00
|
|
|
"url": "https://github.com/anncwb"
|
|
|
|
},
|
|
|
|
"type": "module",
|
2024-05-19 21:20:42 +08:00
|
|
|
"scripts": {
|
|
|
|
"build": "pnpm vite build",
|
2024-07-09 23:43:08 +08:00
|
|
|
"build:analyze": "pnpm vite build --mode analyze",
|
2024-05-19 21:20:42 +08:00
|
|
|
"dev": "pnpm vite",
|
|
|
|
"preview": "vite preview",
|
|
|
|
"typecheck": "vue-tsc --noEmit --skipLibCheck"
|
|
|
|
},
|
2024-06-16 23:40:52 +08:00
|
|
|
"imports": {
|
|
|
|
"#/*": "./src/*"
|
|
|
|
},
|
2024-05-19 21:20:42 +08:00
|
|
|
"dependencies": {
|
2024-06-02 15:04:37 +08:00
|
|
|
"@vben-core/helpers": "workspace:*",
|
2024-07-07 00:17:44 +08:00
|
|
|
"@vben-core/locales": "workspace:*",
|
2024-06-01 23:15:29 +08:00
|
|
|
"@vben-core/preferences": "workspace:*",
|
2024-06-02 20:50:51 +08:00
|
|
|
"@vben-core/request": "workspace:*",
|
2024-06-01 23:15:29 +08:00
|
|
|
"@vben-core/stores": "workspace:*",
|
2024-06-30 23:15:23 +08:00
|
|
|
"@vben/access": "workspace:*",
|
2024-06-23 14:21:27 +08:00
|
|
|
"@vben/chart-ui": "workspace:*",
|
2024-05-21 21:45:48 +08:00
|
|
|
"@vben/constants": "workspace:*",
|
2024-05-19 21:20:42 +08:00
|
|
|
"@vben/icons": "workspace:*",
|
|
|
|
"@vben/layouts": "workspace:*",
|
2024-05-21 22:42:25 +08:00
|
|
|
"@vben/styles": "workspace:*",
|
2024-05-21 22:14:25 +08:00
|
|
|
"@vben/types": "workspace:*",
|
2024-06-23 20:05:22 +08:00
|
|
|
"@vben/universal-ui": "workspace:*",
|
2024-05-21 21:45:48 +08:00
|
|
|
"@vben/utils": "workspace:*",
|
2024-06-09 18:58:30 +08:00
|
|
|
"@vueuse/core": "^10.11.0",
|
2024-06-09 10:04:22 +08:00
|
|
|
"ant-design-vue": "^4.2.3",
|
2024-05-19 21:20:42 +08:00
|
|
|
"dayjs": "^1.11.11",
|
2024-06-01 23:15:29 +08:00
|
|
|
"pinia": "2.1.7",
|
2024-06-23 23:18:55 +08:00
|
|
|
"vue": "^3.4.31",
|
2024-06-22 00:01:15 +08:00
|
|
|
"vue-router": "^4.4.0"
|
2024-05-19 21:20:42 +08:00
|
|
|
}
|
|
|
|
}
|