|
3 | 3 | "version": "0.1.0", |
4 | 4 | "private": true, |
5 | 5 | "scripts": { |
6 | | - "dev": "next dev --turbo", |
7 | | - "build": "next build", |
| 6 | + "dev": "next dev --turbopack", |
| 7 | + "build": "NODE_OPTIONS='--max-old-space-size=4096' next build", |
8 | 8 | "start": "next start", |
9 | 9 | "lint": "next lint", |
10 | 10 | "format": "prettier --write .", |
|
28 | 28 | "@getpara/react-sdk": "2.0.0-alpha.63", |
29 | 29 | "@getpara/wagmi-v2-integration": "2.0.0-alpha.63", |
30 | 30 | "@leapwallet/cosmos-social-login-capsule-provider": "^0.0.44", |
31 | | - "@netlify/plugin-nextjs": "^5.11.6", |
| 31 | + "@netlify/plugin-nextjs": "^5.13.5", |
32 | 32 | "@notionhq/client": "^4.0.1", |
33 | 33 | "@panzoom/panzoom": "^4.6.0", |
34 | 34 | "@parcnet-js/app-connector": "^1.1.10", |
|
46 | 46 | "@solana/web3.js": "^1.98.4", |
47 | 47 | "@supabase/ssr": "^0.7.0", |
48 | 48 | "@supabase/supabase-js": "^2.52.0", |
| 49 | + "@svgr/webpack": "^8.1.0", |
49 | 50 | "@tanstack/react-query": "^5.83.0", |
50 | 51 | "@types/moment": "^2.13.0", |
51 | 52 | "@yudiel/react-qr-scanner": "^2.3.1", |
|
58 | 59 | "long": "^5.3.2", |
59 | 60 | "lucide-react": "^0.525.0", |
60 | 61 | "moment": "^2.30.1", |
61 | | - "next": "15.4.4", |
| 62 | + "next": "16.0.0-beta.0", |
62 | 63 | "next-themes": "^0.4.6", |
63 | 64 | "panzoom": "^9.4.3", |
64 | 65 | "pino-pretty": "^13.1.1", |
65 | 66 | "qrcode": "^1.5.4", |
66 | 67 | "qrcode.react": "^4.2.0", |
67 | | - "react": "^19.0.0", |
68 | | - "react-dom": "^19.0.0", |
| 68 | + "react": "19.2.0", |
| 69 | + "react-dom": "19.2.0", |
69 | 70 | "react-swipeable-views": "^0.14.0", |
70 | 71 | "react-swipeable-views-react-18-fix": "^0.14.1", |
71 | 72 | "sass": "^1.44.0", |
|
82 | 83 | "@tailwindcss/postcss": "^4", |
83 | 84 | "@types/node": "^20", |
84 | 85 | "@types/qrcode": "^1.5.5", |
85 | | - "@types/react": "^19", |
86 | | - "@types/react-dom": "^19", |
| 86 | + "@types/react": "19.2.2", |
| 87 | + "@types/react-dom": "19.2.1", |
87 | 88 | "@types/react-swipeable-views": "^0.13.6", |
88 | 89 | "eslint": "^9", |
89 | | - "eslint-config-next": "15.4.4", |
| 90 | + "eslint-config-next": "16.0.0-beta.0", |
90 | 91 | "null-loader": "^4.0.1", |
91 | 92 | "prettier": "^3.6.2", |
92 | 93 | "tailwindcss": "^4", |
93 | 94 | "tsx": "^4.20.3", |
94 | 95 | "tw-animate-css": "^1.3.5", |
95 | 96 | "typescript": "^5" |
| 97 | + }, |
| 98 | + "pnpm": { |
| 99 | + "overrides": { |
| 100 | + "@types/react": "19.2.2", |
| 101 | + "@types/react-dom": "19.2.1" |
| 102 | + } |
96 | 103 | } |
97 | 104 | } |
0 commit comments