{ "name": "mockupaws-frontend", "private": true, "version": "1.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "build:analyze": "vite build --mode analyze", "lint": "eslint .", "preview": "vite preview", "test:e2e": "playwright test", "test:e2e:ui": "playwright test --ui", "test:e2e:debug": "playwright test --debug", "test:e2e:headed": "playwright test --headed", "test:e2e:ci": "playwright test --reporter=dot,html", "lighthouse": "lighthouse http://localhost:4173 --output=html --output-path=./lighthouse-report.html --chrome-flags='--headless'" }, "dependencies": { "@radix-ui/react-checkbox": "^1.3.3", "@radix-ui/react-dialog": "^1.1.15", "@radix-ui/react-dropdown-menu": "^2.1.15", "@radix-ui/react-slot": "^1.1.0", "@radix-ui/react-tabs": "^1.1.13", "@tailwindcss/postcss": "^4.2.2", "@tanstack/react-query": "^5.96.2", "axios": "^1.14.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "cmdk": "^1.1.1", "date-fns": "^4.1.0", "i18next": "^24.2.0", "i18next-browser-languagedetector": "^8.0.4", "lucide-react": "^1.7.0", "react": "^19.2.4", "react-dom": "^19.2.4", "react-i18next": "^15.4.0", "react-is": "^19.2.4", "react-joyride": "^2.9.3", "react-router-dom": "^7.14.0", "react-window": "^1.8.11", "recharts": "^3.8.1", "tailwind-merge": "^3.5.0" }, "devDependencies": { "@eslint/js": "^9.39.4", "@playwright/test": "^1.49.0", "@types/node": "^24.12.2", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@types/react-window": "^1.8.8", "@vitejs/plugin-react": "^6.0.1", "autoprefixer": "^10.4.27", "eslint": "^9.39.4", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.5.2", "globals": "^17.4.0", "lighthouse": "^12.5.1", "postcss": "^8.5.8", "rollup-plugin-visualizer": "^5.14.0", "tailwindcss": "^4.2.2", "tailwindcss-animate": "^1.0.7", "terser": "^5.39.0", "typescript": "~6.0.2", "typescript-eslint": "^8.58.0", "vite": "^8.0.4" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all", "last 2 Chrome versions", "last 2 Firefox versions", "last 2 Safari versions" ], "development": [ "last 1 Chrome version", "last 1 Firefox version", "last 1 Safari version" ] } }