|
4 | 4 | "version": "3.2", |
5 | 5 | "type": "module", |
6 | 6 | "scripts": { |
7 | | - "build": "tsc -b && vite build", |
8 | 7 | "dev": "vite", |
| 8 | + "build": "tsc -b && vite build", |
| 9 | + "lint": "biome check --write", |
9 | 10 | "preview": "vite preview", |
10 | | - "deploy": "bun run build && gh-pages -d dist", |
11 | | - "check": "biome check --write", |
12 | 11 | "prepare": "husky" |
13 | 12 | }, |
14 | 13 | "dependencies": { |
15 | 14 | "@radix-ui/react-checkbox": "^1.3.3", |
16 | 15 | "@radix-ui/react-dialog": "^1.1.15", |
17 | 16 | "@radix-ui/react-label": "^2.1.8", |
18 | 17 | "@radix-ui/react-select": "^2.2.6", |
19 | | - "@tailwindcss/vite": "^4.1.18", |
20 | | - "@tanstack/react-router": "^1.155.0", |
| 18 | + "@tailwindcss/vite": "^4.3.0", |
| 19 | + "@tanstack/react-router": "^1.170.10", |
21 | 20 | "class-variance-authority": "^0.7.1", |
22 | 21 | "clsx": "^2.1.1", |
23 | 22 | "fast-simplex-noise": "^4.0.0", |
24 | | - "firebase": "^12.8.0", |
| 23 | + "firebase": "^12.14.0", |
25 | 24 | "lucide-react": "^0.562.0", |
26 | 25 | "next-themes": "^0.4.6", |
27 | | - "react": "^19.2.3", |
28 | | - "react-dom": "^19.2.3", |
| 26 | + "react": "^19.2.7", |
| 27 | + "react-dom": "^19.2.7", |
29 | 28 | "seedrandom": "^3.0.5", |
30 | 29 | "sonner": "^2.0.7", |
31 | | - "tailwind-merge": "^3.4.0", |
32 | | - "tailwindcss": "^4.1.18", |
33 | | - "vite-plugin-pwa": "^1.2.0" |
| 30 | + "tailwind-merge": "^3.6.0", |
| 31 | + "tailwindcss": "^4.3.0", |
| 32 | + "vite-plugin-pwa": "^1.3.0" |
34 | 33 | }, |
35 | 34 | "devDependencies": { |
36 | | - "@biomejs/biome": "^2.3.12", |
37 | | - "@commitlint/cli": "^20.3.1", |
38 | | - "@commitlint/config-conventional": "^20.3.1", |
39 | | - "@tanstack/router-plugin": "^1.155.0", |
40 | | - "@types/react": "^19.2.9", |
| 35 | + "@biomejs/biome": "^2.4.16", |
| 36 | + "@commitlint/cli": "^20.5.3", |
| 37 | + "@commitlint/config-conventional": "^20.5.3", |
| 38 | + "@tanstack/router-plugin": "^1.168.13", |
| 39 | + "@types/react": "^19.2.16", |
41 | 40 | "@types/react-dom": "^19.2.3", |
42 | 41 | "@types/seedrandom": "^3.0.8", |
43 | 42 | "@vitejs/plugin-react": "^4.7.0", |
44 | | - "gh-pages": "^6.3.0", |
45 | 43 | "husky": "^9.1.7", |
46 | 44 | "tw-animate-css": "^1.4.0", |
47 | 45 | "typescript": "5.9.3", |
48 | | - "vite": "^6.4.1" |
| 46 | + "vite": "^6.4.3" |
49 | 47 | } |
50 | 48 | } |
0 commit comments