|
1 | 1 | { |
2 | 2 | "name": "react-essential", |
3 | 3 | "private": true, |
4 | | - "version": "0.0.0", |
| 4 | + "version": "1.0.0", |
5 | 5 | "type": "module", |
6 | 6 | "scripts": { |
7 | 7 | "dev": "vite", |
|
14 | 14 | "build:prepare": "pnpm run typecheck && pnpm run lint && pnpm run format && pnpm run check && pnpm run build" |
15 | 15 | }, |
16 | 16 | "dependencies": { |
17 | | - "@radix-ui/react-label": "^2.1.7", |
18 | | - "@radix-ui/react-slot": "^1.2.3", |
19 | | - "@tailwindcss/vite": "^4.1.11", |
20 | | - "@tanstack/react-router": "^1.128.6", |
21 | | - "@unhead/addons": "^2.0.12", |
22 | | - "@unhead/react": "^2.0.12", |
| 17 | + "@radix-ui/react-label": "^2.1.8", |
| 18 | + "@radix-ui/react-slot": "^1.2.4", |
| 19 | + "@tailwindcss/vite": "^4.1.17", |
| 20 | + "@tanstack/react-router": "^1.139.1", |
| 21 | + "@unhead/addons": "^2.0.19", |
| 22 | + "@unhead/react": "^2.0.19", |
23 | 23 | "class-variance-authority": "^0.7.1", |
24 | 24 | "clsx": "^2.1.1", |
25 | | - "lucide-react": "^0.525.0", |
| 25 | + "lucide-react": "^0.554.0", |
26 | 26 | "next-themes": "^0.4.6", |
27 | | - "react": "^19.1.0", |
28 | | - "react-dom": "^19.1.0", |
29 | | - "tailwind-merge": "^3.3.1", |
30 | | - "unhead": "^2.0.12" |
| 27 | + "react": "^19.2.0", |
| 28 | + "react-dom": "^19.2.0", |
| 29 | + "tailwind-merge": "^3.4.0", |
| 30 | + "unhead": "^2.0.19" |
31 | 31 | }, |
32 | 32 | "devDependencies": { |
33 | | - "@biomejs/biome": "^2.1.2", |
34 | | - "@tailwindcss/postcss": "^4.1.11", |
35 | | - "@tanstack/router-plugin": "^1.128.6", |
36 | | - "@tanstack/router-vite-plugin": "^1.128.6", |
37 | | - "@types/node": "^24.0.15", |
38 | | - "@types/react": "^19.1.8", |
39 | | - "@types/react-dom": "^19.1.6", |
40 | | - "@vitejs/plugin-react": "^4.7.0", |
| 33 | + "@biomejs/biome": "^2.3.7", |
| 34 | + "@tailwindcss/postcss": "^4.1.17", |
| 35 | + "@tanstack/router-plugin": "^1.139.1", |
| 36 | + "@tanstack/router-vite-plugin": "^1.139.1", |
| 37 | + "@types/node": "^24.10.1", |
| 38 | + "@types/react": "^19.2.6", |
| 39 | + "@types/react-dom": "^19.2.3", |
| 40 | + "@vitejs/plugin-react": "^5.1.1", |
41 | 41 | "husky": "^9.1.7", |
42 | 42 | "postcss": "^8.5.6", |
43 | | - "tailwindcss": "^4.1.11", |
44 | | - "tw-animate-css": "^1.3.5", |
45 | | - "typescript": "^5.8.3", |
46 | | - "vite": "^7.0.5" |
| 43 | + "tailwindcss": "^4.1.17", |
| 44 | + "tw-animate-css": "^1.4.0", |
| 45 | + "typescript": "^5.9.3", |
| 46 | + "vite": "^7.2.4" |
47 | 47 | }, |
48 | | - "packageManager": "pnpm@10.13.1" |
| 48 | + "packageManager": "pnpm@10.22.0" |
49 | 49 | } |
0 commit comments