datacap/core/datacap-ui/package.json
2024-03-17 21:13:20 +08:00

46 lines
1.2 KiB
JSON

{
"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",
"@tanstack/vue-table": "^8.13.2",
"@vee-validate/zod": "^4.12.6",
"@visactor/vchart": "^1.10.0",
"@visactor/vtable": "^0.21.2",
"@vueuse/core": "^10.9.0",
"axios": "^1.6.7",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"lodash": "^4.17.21",
"lucide-vue-next": "^0.356.0",
"radix-vue": "^1.5.2",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"vaul-vue": "^0.1.0",
"vee-validate": "^4.12.6",
"vue": "^3.4.21",
"vue-i18n": "^9.10.1",
"vue-router": "^4.3.0",
"vue3-grid-layout-next": "^1.0.6",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/lodash": "^4.17.0",
"@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"
}
}