Spaces:
Running
Running
File size: 1,249 Bytes
149698e | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 | {
"name": "@icc/web",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"clean": "rm -rf dist"
},
"dependencies": {
"@icc/shared": "workspace:*",
"@react-pdf/renderer": "^4.0.0",
"@tanstack/react-query": "^5.0.0",
"@tanstack/react-table": "^8.0.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"date-fns": "^4.0.0",
"i18next": "^24.0.0",
"i18next-browser-languagedetector": "^8.0.0",
"lucide-react": "^0.475.0",
"radix-ui": "^1.4.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-i18next": "^15.0.0",
"react-router": "^7.0.0",
"recharts": "^2.15.0",
"socket.io-client": "^4.8.0",
"sonner": "^2.0.0",
"tailwind-merge": "^3.0.0",
"xlsx": "^0.18.5",
"zod": "^3.24.0",
"zustand": "^5.0.0"
},
"devDependencies": {
"@tailwindcss/vite": "^4.0.0",
"@types/node": "^22.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^4.4.0",
"tailwindcss": "^4.0.0",
"tw-animate-css": "^1.4.0",
"typescript": "~5.9.0",
"vite": "^7.3.0"
}
}
|