2024-05-19 13:20:42 +00:00
|
|
|
{
|
|
|
|
"name": "@vben/antd-view",
|
2024-06-16 15:50:17 +00:00
|
|
|
"version": "5.0.0",
|
2024-05-19 13:20:42 +00:00
|
|
|
"author": {
|
|
|
|
"name": "vben",
|
|
|
|
"email": "anncwb@126.com",
|
|
|
|
"url": "https://github.com/anncwb"
|
|
|
|
},
|
2024-05-25 01:47:15 +00:00
|
|
|
"type": "module",
|
2024-05-19 13:20:42 +00:00
|
|
|
"license": "MIT",
|
|
|
|
"homepage": "https://github.com/vbenjs/vue-vben-admin",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/vbenjs/vue-vben-admin.git",
|
|
|
|
"directory": "apps/vben-admin"
|
|
|
|
},
|
2024-05-25 01:47:15 +00:00
|
|
|
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
|
2024-05-19 13:20:42 +00:00
|
|
|
"scripts": {
|
|
|
|
"build": "pnpm vite build",
|
|
|
|
"dev": "pnpm vite",
|
|
|
|
"preview": "vite preview",
|
|
|
|
"typecheck": "vue-tsc --noEmit --skipLibCheck"
|
|
|
|
},
|
2024-06-16 15:40:52 +00:00
|
|
|
"imports": {
|
|
|
|
"#/*": "./src/*"
|
|
|
|
},
|
2024-05-19 13:20:42 +00:00
|
|
|
"dependencies": {
|
2024-06-02 07:04:37 +00:00
|
|
|
"@vben-core/helpers": "workspace:*",
|
2024-06-01 15:15:29 +00:00
|
|
|
"@vben-core/preferences": "workspace:*",
|
2024-06-02 12:50:51 +00:00
|
|
|
"@vben-core/request": "workspace:*",
|
2024-06-01 15:15:29 +00:00
|
|
|
"@vben-core/stores": "workspace:*",
|
2024-05-21 13:45:48 +00:00
|
|
|
"@vben/constants": "workspace:*",
|
2024-05-19 13:20:42 +00:00
|
|
|
"@vben/hooks": "workspace:*",
|
|
|
|
"@vben/icons": "workspace:*",
|
|
|
|
"@vben/layouts": "workspace:*",
|
|
|
|
"@vben/locales": "workspace:*",
|
2024-05-21 14:42:25 +00:00
|
|
|
"@vben/styles": "workspace:*",
|
2024-05-21 14:14:25 +00:00
|
|
|
"@vben/types": "workspace:*",
|
2024-06-16 15:30:31 +00:00
|
|
|
"@vben/universal-ui": "workspace:*",
|
2024-05-21 13:45:48 +00:00
|
|
|
"@vben/utils": "workspace:*",
|
2024-06-09 10:58:30 +00:00
|
|
|
"@vueuse/core": "^10.11.0",
|
2024-06-09 02:04:22 +00:00
|
|
|
"ant-design-vue": "^4.2.3",
|
2024-05-19 13:20:42 +00:00
|
|
|
"dayjs": "^1.11.11",
|
2024-06-01 15:15:29 +00:00
|
|
|
"pinia": "2.1.7",
|
2024-06-16 12:17:37 +00:00
|
|
|
"vue": "^3.4.29",
|
2024-06-09 02:04:22 +00:00
|
|
|
"vue-router": "^4.3.3"
|
2024-05-19 13:20:42 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"vite-plugin-mock": "^3.0.2"
|
|
|
|
}
|
|
|
|
}
|