|
10 | 10 | } |
11 | 11 | ], |
12 | 12 | "scripts": { |
13 | | - "content:build": "contentlayer build", |
| 13 | + "content:build": "contentlayer2 build", |
14 | 14 | "prepare": "husky install", |
15 | | - "dev": "next dev", |
16 | | - "build": "next build", |
| 15 | + "dev": "next dev --webpack", |
| 16 | + "build": "next build --webpack", |
17 | 17 | "start": "next start", |
18 | | - "lint": "next lint", |
| 18 | + "lint": "eslint .", |
19 | 19 | "lint-staged": "lint-staged — config .lintstagedrc", |
20 | 20 | "commit": "cz-customizable", |
21 | 21 | "serve": "serve ./out" |
|
27 | 27 | } |
28 | 28 | }, |
29 | 29 | "dependencies": { |
30 | | - "@react-three/drei": "^9.88.7", |
31 | | - "@react-three/fiber": "^8.15.8", |
32 | | - "@react-three/postprocessing": "^2.15.8", |
33 | | - "@types/three": "^0.158.0", |
34 | 30 | "@formkit/auto-animate": "^0.8.0", |
35 | | - "@splinetool/react-spline": "^2.2.6", |
36 | | - "@splinetool/runtime": "^0.9.488", |
| 31 | + "@react-three/drei": "^10.7.7", |
| 32 | + "@react-three/fiber": "^9.5.0", |
| 33 | + "@react-three/postprocessing": "^3.0.4", |
| 34 | + "@splinetool/react-spline": "^4.1.0", |
| 35 | + "@splinetool/runtime": "^1.12.69", |
| 36 | + "@types/three": "^0.183.1", |
37 | 37 | "clsx": "^2.0.0", |
38 | 38 | "commitlint": "^17.7.2", |
39 | 39 | "commitlint-config-gitmoji": "^2.3.1", |
40 | | - "contentlayer": "^0.3.4", |
| 40 | + "contentlayer2": "^0.5.8", |
41 | 41 | "cz-customizable": "^7.0.0", |
42 | 42 | "date-fns": "^2.30.0", |
43 | 43 | "fast-shuffle": "^6.0.1", |
44 | | - "framer-motion": "^10.16.4", |
| 44 | + "framer-motion": "^12.36.0", |
45 | 45 | "husky": "^8.0.3", |
46 | 46 | "lint-staged": "^15.0.2", |
47 | | - "next": "13.5.4", |
48 | | - "next-contentlayer": "^0.3.4", |
49 | | - "react": "^18", |
50 | | - "react-dom": "^18", |
| 47 | + "next": "16.1.6", |
| 48 | + "next-contentlayer2": "^0.5.8", |
| 49 | + "react": "19.2.4", |
| 50 | + "react-dom": "19.2.4", |
51 | 51 | "react-icons": "^4.11.0", |
52 | 52 | "rehype-autolink-headings": "^7.0.0", |
53 | 53 | "rehype-pretty-code": "^0.10.1", |
|
57 | 57 | "shiki": "^0.14.5", |
58 | 58 | "suspend-react": "^0.1.3", |
59 | 59 | "tailwind-merge": "^1.14.0", |
60 | | - "three": "^0.158.0", |
61 | | - "typed.js": "^2.0.16" |
| 60 | + "three": "^0.183.2", |
| 61 | + "typed.js": "^2.0.16", |
| 62 | + "typewriter-effect": "^2.22.0" |
62 | 63 | }, |
63 | 64 | "devDependencies": { |
64 | 65 | "@types/node": "^20", |
65 | | - "@types/react": "^18", |
66 | | - "@types/react-dom": "^18", |
| 66 | + "@types/react": "19.2.14", |
| 67 | + "@types/react-dom": "19.2.3", |
67 | 68 | "autoprefixer": "^10", |
68 | 69 | "daisyui": "^3.9.4", |
69 | | - "eslint": "^8", |
70 | | - "eslint-config-next": "13.5.4", |
| 70 | + "eslint": "^9", |
| 71 | + "eslint-config-next": "16.1.6", |
71 | 72 | "postcss": "^8", |
72 | 73 | "tailwindcss": "^3.3.3", |
73 | | - "typescript": "^5" |
| 74 | + "typescript": "^5.9.3" |
| 75 | + }, |
| 76 | + "overrides": { |
| 77 | + "@types/react": "19.2.14", |
| 78 | + "@types/react-dom": "19.2.3" |
74 | 79 | } |
75 | 80 | } |
0 commit comments