|
5 | 5 | "dev": "vite", |
6 | 6 | "build": "vite build --base=https://draft.quake.world/", |
7 | 7 | "preview": "vite preview", |
8 | | - "format": "prettier --write src" |
| 8 | + "format": "biome check --fix" |
9 | 9 | }, |
10 | 10 | "dependencies": { |
11 | | - "@types/react": "^18.3.0", |
12 | | - "@types/react-dom": "^18.3.0", |
13 | | - "@vitejs/plugin-react": "^4.2.1", |
14 | | - "autoprefixer": "^10.4.19", |
15 | | - "js-confetti": "^0.12.0", |
16 | | - "lodash.chunk": "^4.2.0", |
17 | | - "postcss": "^8.4.38", |
18 | | - "react": "^18.3.0", |
| 11 | + "@tailwindcss/vite": "^4.1.13", |
| 12 | + "@types/node": "^24.5.2", |
| 13 | + "@types/react": "^19.1.13", |
| 14 | + "@types/react-beautiful-dnd": "^13.1.8", |
| 15 | + "@types/react-dom": "^19.1.9", |
| 16 | + "@vitejs/plugin-react": "^5.0.3", |
| 17 | + "clsx": "^2.1.1", |
| 18 | + "js-confetti": "^0.13.1", |
| 19 | + "react": "^19.1.1", |
19 | 20 | "react-beautiful-dnd": "^13.1.1", |
20 | | - "react-dom": "^18.3.0", |
21 | | - "sass": "^1.75.0", |
22 | | - "tailwindcss": "^3.4.3", |
23 | | - "vite": "^5.2.10" |
| 21 | + "react-dom": "^19.1.1", |
| 22 | + "remeda": "^2.32.0", |
| 23 | + "tailwindcss": "^4.1.13", |
| 24 | + "vite": "^7.1.7" |
24 | 25 | }, |
25 | 26 | "devDependencies": { |
26 | | - "prettier": "^3.2.5" |
| 27 | + "@biomejs/biome": "^2.2.4" |
27 | 28 | } |
28 | 29 | } |
0 commit comments