| 
4 | 4 |   "private": true,  | 
5 | 5 |   "type": "module",  | 
6 | 6 |   "scripts": {  | 
7 |  | -    "build": "cross-env NODE_ENV=production next build --turbopack",  | 
8 |  | -    "build:analyze": "cross-env ANALYZE=true next build --turbopack",  | 
9 |  | -    "dev": "next dev --turbopack -H 0.0.0.0",  | 
 | 7 | +    "start": "cross-env NODE_ENV=production next start",  | 
 | 8 | +    "build": "cross-env NODE_ENV=production next build",  | 
 | 9 | +    "build:analyze": "cross-env ANALYZE=true next build",  | 
 | 10 | +    "dev": "next dev -H 0.0.0.0",  | 
10 | 11 |     "lint": "biome check",  | 
11 | 12 |     "lint:fix": "biome check --write --unsafe",  | 
12 |  | -    "start": "cross-env NODE_ENV=production next start",  | 
13 | 13 |     "typecheck": "tsc --noEmit"  | 
14 | 14 |   },  | 
15 | 15 |   "dependencies": {  | 
16 |  | -    "@posthog/nextjs-config": "^1.3.0",  | 
 | 16 | +    "@posthog/nextjs-config": "^1.3.2",  | 
17 | 17 |     "class-variance-authority": "^0.7.1",  | 
18 | 18 |     "client-only": "^0.0.1",  | 
19 | 19 |     "clsx": "^2.1.1",  | 
20 |  | -    "envin": "^1.1.9",  | 
21 |  | -    "next": "15.5.0",  | 
 | 20 | +    "envin": "^1.1.10",  | 
 | 21 | +    "next": "16.0.0-beta.0",  | 
22 | 22 |     "next-themes": "^0.4.6",  | 
23 |  | -    "posthog-js": "^1.266.0",  | 
24 |  | -    "posthog-node": "^5.8.4",  | 
25 |  | -    "react": "19.1.1",  | 
26 |  | -    "react-dom": "19.1.1",  | 
 | 23 | +    "nextjs-toploader": "^3.9.17",  | 
 | 24 | +    "posthog-js": "^1.275.1",  | 
 | 25 | +    "posthog-node": "^5.9.5",  | 
 | 26 | +    "react": "19.2.0",  | 
 | 27 | +    "react-dom": "19.2.0",  | 
27 | 28 |     "react-icons": "^5.5.0",  | 
28 | 29 |     "remeda": "^2.32.0",  | 
29 | 30 |     "server-only": "^0.0.1",  | 
30 | 31 |     "sharp": "^0.33.5",  | 
31 | 32 |     "tailwind-merge": "^3.3.1",  | 
32 |  | -    "zod": "^4.1.8"  | 
 | 33 | +    "zod": "^4.1.12"  | 
33 | 34 |   },  | 
34 | 35 |   "devDependencies": {  | 
35 |  | -    "@biomejs/biome": "^2.2.4",  | 
36 |  | -    "@next/bundle-analyzer": "15.5.0",  | 
37 |  | -    "@tailwindcss/postcss": "^4.1.13",  | 
38 |  | -    "@tailwindcss/typography": "^0.5.16",  | 
39 |  | -    "@types/node": "^20.19.15",  | 
40 |  | -    "@types/react": "19.1.11",  | 
41 |  | -    "@types/react-dom": "19.1.7",  | 
 | 36 | +    "@biomejs/biome": "^2.2.6",  | 
 | 37 | +    "@next/bundle-analyzer": "16.0.0-beta.0",  | 
 | 38 | +    "@tailwindcss/postcss": "^4.1.14",  | 
 | 39 | +    "@tailwindcss/typography": "^0.5.19",  | 
 | 40 | +    "@types/node": "^20.19.21",  | 
 | 41 | +    "@types/react": "19.2.2",  | 
 | 42 | +    "@types/react-dom": "19.2.1",  | 
 | 43 | +    "babel-plugin-react-compiler": "^1.0.0",  | 
42 | 44 |     "cross-env": "^7.0.3",  | 
43 | 45 |     "postcss": "^8.5.6",  | 
44 |  | -    "tailwindcss": "^4.1.13",  | 
 | 46 | +    "tailwindcss": "^4.1.14",  | 
45 | 47 |     "tailwindcss-motion": "^1.1.1",  | 
46 |  | -    "tw-animate-css": "^1.3.8",  | 
47 |  | -    "typescript": "^5.9.2",  | 
 | 48 | +    "tw-animate-css": "^1.4.0",  | 
 | 49 | +    "typescript": "^5.9.3",  | 
48 | 50 |     "velite": "^0.3.0"  | 
49 | 51 |   },  | 
50 | 52 |   "packageManager":  "[email protected]",   | 
51 | 53 |   "pnpm": {  | 
52 | 54 |     "overrides": {  | 
53 |  | -      "@types/react": "19.1.11",  | 
54 |  | -      "@types/react-dom": "19.1.7"  | 
 | 55 | +      "@types/react": "19.2.2",  | 
 | 56 | +      "@types/react-dom": "19.2.1"  | 
55 | 57 |     }  | 
56 | 58 |   }  | 
57 | 59 | }  | 
0 commit comments