vue-vben-admin/apps/web-antd/package.json

51 lines
1.4 KiB
JSON
Raw Normal View History

2024-05-19 21:20:42 +08:00
{
"name": "@vben/web-antd",
2024-10-20 22:35:58 +08:00
"version": "5.4.2",
"homepage": "https://vben.pro",
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/web-antd"
2024-05-19 21:20:42 +08:00
},
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 --mode production",
"build:analyze": "pnpm vite build --mode analyze",
"dev": "pnpm vite --mode development",
2024-05-19 21:20:42 +08:00
"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-30 23:15:23 +08:00
"@vben/access": "workspace:*",
2024-07-13 17:32:21 +08:00
"@vben/common-ui": "workspace:*",
"@vben/constants": "workspace:*",
"@vben/hooks": "workspace:*",
2024-05-19 21:20:42 +08:00
"@vben/icons": "workspace:*",
"@vben/layouts": "workspace:*",
"@vben/locales": "workspace:*",
"@vben/plugins": "workspace:*",
"@vben/preferences": "workspace:*",
"@vben/request": "workspace:*",
"@vben/stores": "workspace:*",
2024-05-21 22:42:25 +08:00
"@vben/styles": "workspace:*",
2024-05-21 22:14:25 +08:00
"@vben/types": "workspace:*",
"@vben/utils": "workspace:*",
"@vueuse/core": "catalog:",
"ant-design-vue": "catalog:",
"dayjs": "catalog:",
"pinia": "catalog:",
"vue": "catalog:",
"vue-router": "catalog:"
2024-05-19 21:20:42 +08:00
}
}