|
7 | 7 | }, |
8 | 8 | "private": true, |
9 | 9 | "scripts": { |
10 | | - "dev": "next dev", |
| 10 | + "dev": "next dev --turbopack", |
11 | 11 | "build": "next build", |
12 | 12 | "start": "next start", |
13 | 13 | "lint": "next lint", |
|
21 | 21 | "@ai-sdk/google": "^1.0.4", |
22 | 22 | "@ai-sdk/openai": "^1.0.5", |
23 | 23 | "@ai-sdk/react": "^1.2.9", |
| 24 | + "@contentful/rich-text-react-renderer": "^16.0.1", |
24 | 25 | "@changesets/changelog-github": "^0.5.1", |
25 | | - "@contentful/rich-text-react-renderer": "^15.22.7", |
26 | 26 | "@discordjs/rest": "^2.4.2", |
27 | 27 | "@ducanh2912/next-pwa": "^10.2.8", |
28 | 28 | "@floating-ui/react": "^0.26.20", |
|
36 | 36 | "@radix-ui/react-dropdown-menu": "^2.1.1", |
37 | 37 | "@radix-ui/react-hover-card": "^1.1.1", |
38 | 38 | "@radix-ui/react-label": "^2.1.0", |
39 | | - "@radix-ui/react-navigation-menu": "^1.2.0", |
| 39 | + "@radix-ui/react-navigation-menu": "^1.2.5", |
40 | 40 | "@radix-ui/react-popover": "^1.1.1", |
41 | 41 | "@radix-ui/react-progress": "^1.1.0", |
42 | 42 | "@radix-ui/react-scroll-area": "^1.1.0", |
43 | 43 | "@radix-ui/react-select": "^2.1.1", |
44 | 44 | "@radix-ui/react-separator": "^1.1.0", |
45 | | - "@radix-ui/react-slot": "^1.1.0", |
| 45 | + "@radix-ui/react-slot": "^1.2.0", |
46 | 46 | "@radix-ui/react-switch": "^1.1.0", |
47 | 47 | "@radix-ui/react-tabs": "^1.1.0", |
48 | 48 | "@radix-ui/react-toast": "^1.2.1", |
49 | 49 | "@radix-ui/react-tooltip": "^1.1.2", |
50 | | - "@react-email/components": "^0.0.14", |
| 50 | + "@react-email/components": "^0.0.36", |
51 | 51 | "@tailwindcss/typography": "^0.5.13", |
52 | 52 | "@tanstack/query-sync-storage-persister": "^5.51.9", |
53 | 53 | "@tanstack/react-query": "^5.51.11", |
54 | 54 | "@tanstack/react-query-devtools": "^5.51.11", |
55 | 55 | "@tanstack/react-query-persist-client": "^5.51.11", |
56 | 56 | "@types/node": "20.9.1", |
57 | | - "@types/react": "18.2.37", |
58 | | - "@types/react-dom": "18.2.15", |
| 57 | + "@types/react": "19.1.2", |
| 58 | + "@types/react-dom": "19.1.2", |
59 | 59 | "@upstash/ratelimit": "^1.2.1", |
60 | 60 | "@upstash/redis": "^1.33.0", |
61 | 61 | "@vercel/analytics": "^1.3.1", |
|
66 | 66 | "class-variance-authority": "^0.7.0", |
67 | 67 | "clsx": "^2.1.1", |
68 | 68 | "cmdk": "^1.0.4", |
69 | | - "contentful": "^10.12.14", |
| 69 | + "contentful": "^11.5.16", |
70 | 70 | "date-fns": "^3.6.0", |
71 | 71 | "discord-api-types": "^0.37.115", |
72 | 72 | "discord-interactions": "^4.1.0", |
73 | | - "eslint": "8.54.0", |
74 | | - "eslint-config-next": "14.2.5", |
75 | 73 | "framer-motion": "^11.12.0", |
76 | 74 | "fuse.js": "^7.0.0", |
77 | 75 | "geist": "^1.3.1", |
78 | 76 | "jotai": "^2.9.1", |
79 | 77 | "jspdf": "^2.5.2", |
80 | 78 | "lodash": "^4.17.21", |
81 | | - "lucide-react": "^0.323.0", |
| 79 | + "lucide-react": "^0.503.0", |
82 | 80 | "lz-string": "^1.5.0", |
83 | 81 | "nanoid": "^5.0.9", |
84 | | - "next": "14.2.5", |
| 82 | + "next": "15.3.1", |
85 | 83 | "next-themes": "^0.2.1", |
86 | 84 | "octokit": "^3.2.1", |
87 | 85 | "openai": "^4.53.0", |
88 | 86 | "postcss": "8.4.31", |
89 | | - "react": "18.3.1", |
90 | | - "react-day-picker": "8.10.1", |
91 | | - "react-dom": "18.3.1", |
| 87 | + "react": "19.1.0", |
| 88 | + "react-day-picker": "^9.6.7", |
| 89 | + "react-dom": "19.1.0", |
92 | 90 | "react-hook-form": "^7.52.1", |
93 | 91 | "react-markdown": "^9.0.1", |
94 | 92 | "react-textarea-autosize": "^8.5.3", |
95 | | - "resend": "^3.5.0", |
| 93 | + "resend": "^4.4.1", |
96 | 94 | "selection-popover": "^0.3.0", |
97 | 95 | "server-only": "^0.0.1", |
98 | 96 | "sonner": "^1.5.0", |
|
101 | 99 | "tailwindcss-animate": "^1.0.7", |
102 | 100 | "typescript": "5.2.2", |
103 | 101 | "use-sound": "^4.0.3", |
104 | | - "vaul": "^0.7.9", |
| 102 | + "vaul": "^1.1.2", |
105 | 103 | "zod": "^3.23.8", |
106 | 104 | "zustand": "^4.5.4" |
107 | 105 | }, |
108 | 106 | "devDependencies": { |
109 | 107 | "@changesets/cli": "^2.27.11", |
110 | 108 | "@commitlint/cli": "^18.6.1", |
111 | 109 | "@commitlint/config-conventional": "^18.6.3", |
| 110 | + "@eslint/eslintrc": "^3.3.1", |
112 | 111 | "@swc-jotai/react-refresh": "^0.1.1", |
113 | | - "@tanstack/eslint-plugin-query": "^5.51.12", |
114 | 112 | "@types/bad-words": "^3.0.3", |
115 | 113 | "@types/lodash": "^4.17.7", |
| 114 | + "eslint": "9.25.1", |
| 115 | + "eslint-config-next": "15.3.1", |
116 | 116 | "eslint-config-prettier": "^9.1.0", |
117 | 117 | "husky": "^9.1.7", |
118 | 118 | "prettier": "^3.3.3", |
|
121 | 121 | }, |
122 | 122 | "pnpm": { |
123 | 123 | "onlyBuiltDependencies": [ |
124 | | - "core-js" |
125 | | - ] |
| 124 | + "core-js", |
| 125 | + "sharp", |
| 126 | + "unrs-resolver" |
| 127 | + ], |
| 128 | + "overrides": { |
| 129 | + "@types/react": "19.1.2", |
| 130 | + "@types/react-dom": "19.1.2" |
| 131 | + } |
126 | 132 | } |
127 | 133 | } |
0 commit comments