|
3 | 3 | "private": true, |
4 | 4 | "type": "module", |
5 | 5 | "scripts": { |
6 | | - "dev": "vite", |
7 | | - "start": "vite", |
8 | | - "build": "vite build", |
| 6 | + "dev": "vite --port 3000", |
| 7 | + "build": "vite build && tsc", |
9 | 8 | "preview": "vite preview", |
10 | 9 | "test": "vitest run" |
11 | 10 | }, |
12 | 11 | "dependencies": { |
13 | 12 | "@tailwindcss/vite": "^4.0.6", |
14 | | - "@tanstack/react-router": "^1.114.3", |
15 | | - "@tanstack/react-router-devtools": "^1.114.3", |
16 | | - "@tanstack/react-router-with-query": "^1.114.3", |
17 | | - "@tanstack/react-start": "^1.114.3", |
18 | | - "@tanstack/router-plugin": "^1.114.3", |
| 13 | + "@tanstack/react-devtools": "^0.7.0", |
| 14 | + "@tanstack/react-router": "^1.145.11", |
| 15 | + "@tanstack/react-router-devtools": "^1.145.11", |
| 16 | + "@tanstack/router-plugin": "^1.145.11", |
19 | 17 | "class-variance-authority": "^0.7.1", |
20 | 18 | "clsx": "^2.1.1", |
21 | | - "lucide-react": "^0.476.0", |
| 19 | + "lucide-react": "^0.562.0", |
22 | 20 | "marked": "^15.0.8", |
23 | | - "react": "^19.0.0", |
24 | | - "react-dom": "^19.0.0", |
| 21 | + "react": "^19.2.0", |
| 22 | + "react-dom": "^19.2.0", |
25 | 23 | "tailwind-merge": "^3.0.2", |
26 | 24 | "tailwindcss": "^4.0.6", |
27 | 25 | "tailwindcss-animate": "^1.0.7", |
28 | | - "vite-tsconfig-paths": "^5.1.4" |
| 26 | + "vite-tsconfig-paths": "^6.0.3", |
| 27 | + "zod": "^3.25.0" |
29 | 28 | }, |
30 | 29 | "devDependencies": { |
31 | | - "@content-collections/core": "^0.8.2", |
32 | | - "@content-collections/vite": "^0.2.6", |
33 | | - "@tanstack/router-generator": "1.120.20", |
34 | | - "@tanstack/start": "^1.120.20", |
| 30 | + "@content-collections/core": "^0.13.1", |
| 31 | + "@content-collections/vite": "^0.2.8", |
| 32 | + "@tanstack/devtools-vite": "^0.3.11", |
35 | 33 | "@testing-library/dom": "^10.4.0", |
36 | 34 | "@testing-library/react": "^16.2.0", |
37 | | - "@types/react": "^19.0.8", |
38 | | - "@types/react-dom": "^19.0.3", |
39 | | - "@vitejs/plugin-react": "^4.3.4", |
40 | | - "jsdom": "^26.0.0", |
| 35 | + "@types/react": "^19.2.0", |
| 36 | + "@types/react-dom": "^19.2.0", |
| 37 | + "@vitejs/plugin-react": "^5.0.4", |
| 38 | + "jsdom": "^27.0.0", |
41 | 39 | "typescript": "^5.7.2", |
42 | | - "vite": "^7.1.7", |
| 40 | + "vite": "^7.3.1", |
43 | 41 | "vitest": "^3.0.5", |
44 | | - "web-vitals": "^4.2.4" |
| 42 | + "web-vitals": "^5.1.0" |
45 | 43 | } |
46 | 44 | } |
0 commit comments