2024-03-13 03:45:14 +08:00
|
|
|
{
|
|
|
|
"name": "datacap-ui",
|
|
|
|
"description": "DataCap console",
|
|
|
|
"version": "2024.3.1-SNAPSHOT",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "vite",
|
|
|
|
"build": "vue-tsc && vite build",
|
|
|
|
"preview": "vite preview"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@radix-icons/vue": "^1.0.0",
|
2024-03-14 00:04:59 +08:00
|
|
|
"@tanstack/vue-table": "^8.13.2",
|
2024-03-13 12:51:12 +08:00
|
|
|
"@vee-validate/zod": "^4.12.6",
|
2024-03-13 03:45:14 +08:00
|
|
|
"@vueuse/core": "^10.9.0",
|
|
|
|
"axios": "^1.6.7",
|
|
|
|
"class-variance-authority": "^0.7.0",
|
|
|
|
"clsx": "^2.1.0",
|
2024-03-14 00:04:59 +08:00
|
|
|
"lodash": "^4.17.21",
|
2024-03-13 12:51:12 +08:00
|
|
|
"lucide-vue-next": "^0.356.0",
|
2024-03-13 03:45:14 +08:00
|
|
|
"radix-vue": "^1.5.2",
|
|
|
|
"tailwind-merge": "^2.2.1",
|
|
|
|
"tailwindcss-animate": "^1.0.7",
|
2024-03-14 15:46:20 +08:00
|
|
|
"vaul-vue": "^0.1.0",
|
2024-03-13 12:51:12 +08:00
|
|
|
"vee-validate": "^4.12.6",
|
2024-03-13 03:45:14 +08:00
|
|
|
"vue": "^3.4.21",
|
|
|
|
"vue-i18n": "^9.10.1",
|
2024-03-13 12:51:12 +08:00
|
|
|
"vue-router": "^4.3.0",
|
|
|
|
"zod": "^3.22.4"
|
2024-03-13 03:45:14 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-03-14 00:04:59 +08:00
|
|
|
"@types/lodash": "^4.17.0",
|
2024-03-13 03:45:14 +08:00
|
|
|
"@types/node": "^20.11.26",
|
|
|
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
|
|
"autoprefixer": "^10.4.18",
|
|
|
|
"postcss": "^8.4.35",
|
|
|
|
"tailwindcss": "^3.4.1",
|
|
|
|
"typescript": "^5.2.2",
|
|
|
|
"vite": "^5.1.6",
|
|
|
|
"vue-tsc": "^1.8.27"
|
|
|
|
}
|
|
|
|
}
|