{ "name": "frontend", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "vue-tsc -b && vite build", "preview": "vite preview", "gen:api": "npx --yes openapi-typescript@7.13.0 ../openapi.json -o src/types/api.ts" }, "dependencies": { "air-datepicker": "^3.6.0", "chart.js": "^4.5.1", "pinia": "^3.0.4", "tdesign-icons-vue-next": "^0.4.4", "tdesign-vue-next": "^1.20.1", "vue": "^3.5.34", "vue-router": "^4.6.4" }, "devDependencies": { "@types/node": "^24.12.3", "@vitejs/plugin-vue": "^6.0.6", "@vue/tsconfig": "^0.9.1", "typescript": "~6.0.2", "vite": "^8.0.12", "vue-tsc": "^3.2.8" } }