admin-vben/apps/antd-view/package.json

47 lines
1.2 KiB
JSON
Raw Normal View History

2024-05-19 13:20:42 +00:00
{
"name": "@vben/antd-view",
2024-05-25 01:47:15 +00:00
"version": "5.0.0-alpha.1",
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"
},
"dependencies": {
"@vben/common-ui": "workspace:*",
"@vben/constants": "workspace:*",
2024-05-19 13:20:42 +00:00
"@vben/hooks": "workspace:*",
"@vben/icons": "workspace:*",
"@vben/layouts": "workspace:*",
"@vben/locales": "workspace:*",
"@vben/preference": "workspace:*",
"@vben/stores": "workspace:*",
2024-05-21 14:42:25 +00:00
"@vben/styles": "workspace:*",
2024-05-21 14:14:25 +00:00
"@vben/types": "workspace:*",
"@vben/utils": "workspace:*",
2024-05-28 15:38:36 +00:00
"@vueuse/core": "^10.10.0",
2024-05-19 13:20:42 +00:00
"ant-design-vue": "^4.2.1",
2024-05-24 15:09:40 +00:00
"axios": "^1.7.2",
2024-05-19 13:20:42 +00:00
"dayjs": "^1.11.11",
2024-05-25 01:47:15 +00:00
"vue": "3.4.27",
2024-05-19 13:20:42 +00:00
"vue-router": "^4.3.2"
},
"devDependencies": {
"vite-plugin-mock": "^3.0.2"
}
}