|
2 | 2 | "name": "react-boilerplate", |
3 | 3 | "private": true, |
4 | 4 | "version": "0.0.0", |
| 5 | + "type": "module", |
5 | 6 | "scripts": { |
6 | 7 | "dev": "vite", |
7 | 8 | "build": "tsc && nx vite:build", |
|
15 | 16 | }, |
16 | 17 | "dependencies": { |
17 | 18 | "@radix-ui/react-slot": "^1.0.2", |
18 | | - "@tanstack/react-query": "^5.8.1", |
| 19 | + "@tanstack/react-query": "^5.66.9", |
19 | 20 | "@types/dexie": "^1.3.1", |
20 | 21 | "@types/react-router-dom": "^5.3.3", |
21 | 22 | "autoprefixer": "^10.4.16", |
22 | 23 | "class-variance-authority": "^0.7.0", |
23 | 24 | "clsx": "^2.0.0", |
24 | 25 | "dexie": "^3.2.4", |
25 | | - "lucide-react": "^0.292.0", |
| 26 | + "install": "^0.13.0", |
| 27 | + "lucide-react": "^0.475.0", |
26 | 28 | "postcss": "^8.4.31", |
27 | | - "react": "^18.3.0", |
28 | | - "react-dom": "^18.3.0", |
29 | | - "react-router-dom": "^6.18.0", |
| 29 | + "react": "^19.0.0", |
| 30 | + "react-dom": "^19.0.0", |
| 31 | + "react-router": "^7.2.0", |
30 | 32 | "tailwind-merge": "^2.0.0", |
31 | 33 | "tailwindcss": "^3.3.5", |
32 | 34 | "tailwindcss-animate": "^1.0.7", |
33 | 35 | "vite": "^5.4.11" |
34 | 36 | }, |
35 | 37 | "devDependencies": { |
36 | | - "@betterer/betterer": "5.4.0", |
37 | | - "@betterer/cli": "5.4.0", |
38 | | - "@betterer/eslint": "5.4.0", |
39 | | - "@betterer/typescript": "5.4.0", |
| 38 | + "@betterer/betterer": "6.0.0-alpha.1", |
| 39 | + "@betterer/cli": "6.0.0-alpha.1", |
| 40 | + "@betterer/eslint": "6.0.0-alpha.1", |
| 41 | + "@betterer/typescript": "6.0.0-alpha.1", |
40 | 42 | "@chromatic-com/storybook": "^3.2.3", |
41 | 43 | "@nx/eslint": "20.1.4", |
42 | 44 | "@nx/playwright": "20.1.4", |
|
53 | 55 | "@storybook/react-vite": "^8.4.7", |
54 | 56 | "@storybook/test": "^8.4.7", |
55 | 57 | "@tanstack/eslint-plugin-query": "^5.6.0", |
56 | | - "@types/node": "^20.9.0", |
57 | | - "@types/react": "^18.3", |
58 | | - "@types/react-dom": "^18.3", |
59 | | - "@typescript-eslint/eslint-plugin": "^6.0.0", |
60 | | - "@typescript-eslint/parser": "^6.0.0", |
| 58 | + "@types/node": "^20.17.19", |
| 59 | + "@types/react": "^19.0.10", |
| 60 | + "@types/react-dom": "^19.0.4", |
| 61 | + "@typescript-eslint/eslint-plugin": "^8.24.1", |
| 62 | + "@typescript-eslint/parser": "^8.24.1", |
61 | 63 | "@vitejs/plugin-react-swc": "^3.7.2", |
62 | 64 | "@vitest/ui": "^1.3.1", |
63 | | - "eslint": "^8.45.0", |
64 | | - "eslint-plugin-react-hooks": "^4.6.0", |
65 | | - "eslint-plugin-react-refresh": "^0.4.3", |
66 | | - "eslint-plugin-storybook": "^0.11.1", |
| 65 | + "eslint": "^8.57.0", |
| 66 | + "eslint-config-recommended": "^4.1.0", |
| 67 | + "eslint-plugin-react-hooks": "^5.1.0", |
| 68 | + "eslint-plugin-react-refresh": "^0.4.19", |
| 69 | + "eslint-plugin-storybook": "^0.11.3", |
67 | 70 | "nx": "20.1.4", |
68 | 71 | "storybook": "^8.4.7", |
69 | 72 | "ts-node": "^10.9.2", |
70 | | - "typescript": "^5.3.3", |
| 73 | + "typescript": "^5.7.3", |
71 | 74 | "vitest": "^1.3.1" |
72 | 75 | }, |
73 | 76 | "nx": {} |
|
0 commit comments