|
2 | 2 | "name": "frontend", |
3 | 3 | "private": true, |
4 | 4 | "scripts": { |
5 | | - "predev": "npm run typegen", |
6 | | - "dev": "next dev --turbopack", |
7 | 5 | "prebuild": "npm run typegen", |
8 | 6 | "build": "next build", |
9 | | - "start": "next start", |
| 7 | + "predev": "npm run typegen", |
| 8 | + "dev": "next dev --turbopack", |
10 | 9 | "lint": "next lint", |
| 10 | + "start": "next start", |
11 | 11 | "type-check": "tsc --noEmit", |
12 | 12 | "typegen": "sanity typegen generate" |
13 | 13 | }, |
14 | 14 | "dependencies": { |
15 | | - "@sanity/client": "^7.6.0", |
| 15 | + "@sanity/client": "^7.8.2", |
16 | 16 | "@sanity/image-url": "^1.1.0", |
17 | 17 | "@sanity/uuid": "^3.0.2", |
18 | | - "@tailwindcss/postcss": "^4.1.10", |
| 18 | + "@tailwindcss/postcss": "^4.1.11", |
19 | 19 | "@tailwindcss/typography": "^0.5.16", |
20 | | - "@vercel/speed-insights": "^1.1.0", |
21 | | - "autoprefixer": "^10.4.20", |
22 | | - "date-fns": "^3.6.0", |
23 | | - "next": "^15.3.4", |
24 | | - "next-sanity": "^9.12.0", |
25 | | - "react": "^19.0.0", |
26 | | - "react-dom": "^19.0.0", |
27 | | - "sanity": "^3.93.0", |
28 | | - "sonner": "^1.7.0", |
29 | | - "styled-components": "^6.1.13", |
| 20 | + "@vercel/speed-insights": "^1.2.0", |
| 21 | + "autoprefixer": "^10.4.21", |
| 22 | + "date-fns": "^4.1.0", |
| 23 | + "next": "^15.4.5", |
| 24 | + "next-sanity": "^10.0.10", |
30 | 25 | "postcss": "^8.5.6", |
31 | | - "tailwindcss": "^4.1.10" |
| 26 | + "react": "^19.1.1", |
| 27 | + "react-dom": "^19.1.1", |
| 28 | + "sanity": "^4.3.0", |
| 29 | + "sonner": "^2.0.7", |
| 30 | + "styled-components": "^6.1.19", |
| 31 | + "tailwindcss": "^4.1.11" |
32 | 32 | }, |
33 | 33 | "devDependencies": { |
34 | | - "typescript": "5.6.3", |
35 | | - "@types/react-dom": "^18.3.5", |
36 | 34 | "@types/node": "^20.17.17", |
37 | | - "@types/react": "^18.3.18", |
| 35 | + "@types/react": "^19.1.9", |
| 36 | + "@types/react-dom": "^19.1.7", |
38 | 37 | "eslint": "^9.32.0", |
39 | | - "eslint-config-next": "^15.4.5" |
| 38 | + "eslint-config-next": "^15.4.5", |
| 39 | + "typescript": "5.9.2" |
40 | 40 | } |
41 | 41 | } |
0 commit comments