|
4 | 4 | "private": true, |
5 | 5 | "license": "BSD-3-Clause", |
6 | 6 | "resolutions": { |
7 | | - "h3": "^1.15.5", |
8 | | - "minimatch": ">=5.1.7" |
| 7 | + "postcss": "^8.5.10", |
| 8 | + "protobufjs": "^7.5.5", |
| 9 | + "qs": "^6.14.1", |
| 10 | + "@types/react": "^18.3.30", |
| 11 | + "@types/react-dom": "^18.3.7" |
9 | 12 | }, |
10 | 13 | "scripts": { |
11 | 14 | "dev": "next dev", |
12 | 15 | "dev:special": "NODE_OPTIONS='--inspect --max_old_space_size=8000' next dev", |
13 | 16 | "build": "next build", |
14 | 17 | "build:analyze": "ANALYZE=true yarn build", |
15 | | - "build:static": "next build && next export", |
| 18 | + "build:static": "STATIC_EXPORT=true next build", |
16 | 19 | "build:optimize-svgs": "find public -type f -name '*.svg' -print0 | xargs -0 -n 1 -P 6 npx svgo --final-newline", |
17 | 20 | "serve:static": "npx serve out", |
18 | | - "export": "next export", |
19 | 21 | "start": "next start", |
20 | 22 | "lint:code": "next lint --dir src --dir pages", |
21 | 23 | "lint:code:fix": "next lint --dir src --dir pages --fix", |
|
73 | 75 | "@visx/tooltip": "^2.16.0", |
74 | 76 | "@wagmi/core": "^2.17.1", |
75 | 77 | "blo": "^1.1.1", |
76 | | - "connectkit": "1.9.0", |
| 78 | + "connectkit": "1.9.2", |
77 | 79 | "d3-array": "^3.2.0", |
78 | 80 | "d3-time-format": "^4.1.0", |
79 | 81 | "dayjs": "^1.11.5", |
|
85 | 87 | "immer": "^9.0.15", |
86 | 88 | "json-stringify-deterministic": "^1.0.12", |
87 | 89 | "micro-memoize": "^4.1.2", |
88 | | - "next": "12.3.7", |
89 | | - "react": "^18.0.0", |
| 90 | + "next": "15.5.19", |
| 91 | + "react": "^18.3.1", |
90 | 92 | "react-cookie-consent": "^8.0.1", |
91 | | - "react-dom": "^18.0.0", |
| 93 | + "react-dom": "^18.3.1", |
92 | 94 | "react-infinite-scroller": "^1.2.6", |
93 | 95 | "react-lazy-load": "^4.0.1", |
94 | 96 | "react-markdown": "^8.0.7", |
|
97 | 99 | "remark-gfm": "^3.0.1", |
98 | 100 | "sonner": "^2.0.3", |
99 | 101 | "tiny-invariant": "^1.3.1", |
100 | | - "viem": "^2.45.1", |
| 102 | + "viem": "2.45.1", |
101 | 103 | "wagmi": "^2.15.2", |
102 | 104 | "zustand": "^5.0.2" |
103 | 105 | }, |
|
119 | 121 | "@types/d3-array": "^3.0.3", |
120 | 122 | "@types/d3-time-format": "^4.0.0", |
121 | 123 | "@types/lodash": "^4.14.189", |
122 | | - "@types/react": "latest", |
| 124 | + "@types/react": "^18.3.30", |
| 125 | + "@types/react-dom": "^18.3.7", |
123 | 126 | "@types/react-infinite-scroller": "^1.2.3", |
124 | 127 | "@typescript-eslint/eslint-plugin": "^5.38.1", |
125 | 128 | "babel-plugin-macros": "^3.1.0", |
|
0 commit comments