|
3 | 3 | "version": "0.1.0", |
4 | 4 | "private": true, |
5 | 5 | "scripts": { |
6 | | - "dev": "bun install && bun run apply-migrations && bunx concurrently --kill-others --names \"next,trigger\" --prefix-colors \"yellow,blue\" \"next dev --turbo -p 3000\" \"bun run trigger:dev\"", |
| 6 | + "dev": "bun i && bun run apply-migrations && bunx concurrently --kill-others --names \"next,trigger\" --prefix-colors \"yellow,blue\" \"next dev --turbo -p 3000\" \"bun run trigger:dev\"", |
7 | 7 | "trigger:dev": "npx trigger.dev@latest dev", |
8 | 8 | "build": "next build --turbopack", |
9 | 9 | "start": "next start", |
|
40 | 40 | "@novu/react": "^2.6.6", |
41 | 41 | "@number-flow/react": "^0.5.9", |
42 | 42 | "@prisma/instrumentation": "6.6.0", |
| 43 | + "@react-email/components": "^0.0.41", |
| 44 | + "@react-email/render": "^1.1.2", |
43 | 45 | "@tanstack/react-query": "^5.74.4", |
44 | 46 | "@tanstack/react-table": "^8.21.3", |
45 | 47 | "@tiptap/extension-table": "^2.11.7", |
|
70 | 72 | "languine": "^3.1.4", |
71 | 73 | "marked": "^15.0.11", |
72 | 74 | "motion": "^12.9.2", |
73 | | - "next": "^15.3.1", |
74 | | - "next-auth": "^5.0.0-beta.27", |
| 75 | + "next": "^15.4.0-canary.62", |
75 | 76 | "next-international": "^1.3.1", |
76 | 77 | "next-intl": "^3.26.5", |
77 | 78 | "next-safe-action": "^7.10.6", |
|
83 | 84 | "posthog-js": "^1.236.6", |
84 | 85 | "posthog-node": "^4.14.0", |
85 | 86 | "puppeteer-core": "^24.7.2", |
86 | | - "react": "^19.1.0", |
87 | 87 | "react-dom": "^19.1.0", |
| 88 | + "react-email": "^4.0.15", |
88 | 89 | "react-hotkeys-hook": "^4.6.2", |
89 | 90 | "react-intersection-observer": "^9.16.0", |
90 | 91 | "react-markdown": "^9.1.0", |
|
104 | 105 | "zustand": "^5.0.3" |
105 | 106 | }, |
106 | 107 | "devDependencies": { |
| 108 | + "next": "15.4.0-canary.62", |
107 | 109 | "@comp/db": "workspace:*", |
108 | 110 | "@trigger.dev/build": "3.3.17", |
109 | 111 | "@types/node": "^22.15.2", |
|
126 | 128 | "./src/lib/encryption": "./src/lib/encryption.ts" |
127 | 129 | }, |
128 | 130 | "peerDependencies": { |
129 | | - "react": "^19.1.0", |
130 | | - "react-dom": "^19.1.0", |
| 131 | + "react": "^19", |
| 132 | + "react-dom": "^19", |
131 | 133 | "react-hook-form": "^7.56.3" |
132 | 134 | } |
133 | 135 | } |
0 commit comments