{ "name": "frontend", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build && vite build --config vite.config.embed.ts", "lint": "eslint .", "preview": "vite preview" }, "dependencies": { "@tabler/icons-react": "^3.40.0", "canvas-confetti": "^1.9.4", "i18next": "^25.10.10", "i18next-browser-languagedetector": "^8.2.1", "motion": "^12.38.0", "qrcode.react": "^4.2.0", "react": "^19.2.4", "react-dom": "^19.2.4", "react-i18next": "^16.6.6", "tesseract.js": "^7.0.0", "vite-plugin-pwa": "^1.2.0", "zustand": "^5.0.12" }, "devDependencies": { "@eslint/js": "^9.39.4", "@types/node": "^24.12.0", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^6.0.1", "eslint": "^9.39.4", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.5.2", "globals": "^17.4.0", "typescript": "~5.9.3", "typescript-eslint": "^8.57.0", "vite": "^8.0.1" } }