{ "name": "utilisation-dept-frontend", "private": true, "version": "0.1.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "preview": "vite preview", "lint": "eslint . --report-unused-disable-directives --max-warnings 0", "typecheck": "tsc --noEmit" }, "dependencies": { "@headlessui/react": "^2.0.0", "driver.js": "^1.3.0", "lucide-react": "^0.400.0", "react": "^18.3.0", "react-dom": "^18.3.0", "react-router-dom": "^6.22.0", "recharts": "^2.12.0" }, "devDependencies": { "@eslint/js": "^9.10.0", "@types/react": "^18.3.0", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.0", "autoprefixer": "^10.4.0", "eslint": "^9.10.0", "eslint-plugin-react": "^7.36.0", "eslint-plugin-react-hooks": "^5.0.0", "globals": "^15.9.0", "postcss": "^8.4.0", "tailwindcss": "^3.4.0", "typescript": "^5.5.0", "typescript-eslint": "^8.7.0", "vite": "^5.3.0" } }