{ "name": "board-score", "private": true, "version": "1.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview" }, "dependencies": { "@hookform/resolvers": "^3.3.2", "@radix-ui/react-slot": "^1.0.2", "@types/canvas-confetti": "^1.9.0", "canvas-confetti": "^1.9.4", "class-variance-authority": "^0.7.0", "clsx": "^2.0.0", "dexie": "^3.2.4", "dexie-react-hooks": "^1.1.7", "framer-motion": "^10.16.4", "lucide-react": "^0.292.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-hook-form": "^7.48.2", "react-router-dom": "^6.20.0", "tailwind-merge": "^2.0.0", "zod": "^3.22.4", "zustand": "^4.4.6" }, "devDependencies": { "@types/node": "^20.9.0", "@types/react": "^18.2.37", "@types/react-dom": "^18.2.15", "@vitejs/plugin-react": "^4.2.0", "autoprefixer": "^10.4.16", "postcss": "^8.4.31", "tailwindcss": "^3.3.5", "typescript": "^5.2.2", "vite": "^5.0.0", "vite-plugin-pwa": "^0.17.4" } }