This repository was archived by the owner on Dec 24, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.32 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "claim-ui",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "set NODE_OPTIONS='--inspect' && next dev --turbopack -p 3000",
"build": "next build",
"start": "next start -p 3000",
"lint": "next lint",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"test:e2e": "cypress run",
"test:ci": "jest && cypress run"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^6.4.1",
"@mui/material": "^6.4.1",
"@rainbow-me/rainbowkit": "^2.2.10",
"@svgr/webpack": "^8.0.1",
"@tanstack/react-query": "^5.90.12",
"crypto-browserify": "^3.12.1",
"ethers": "^6.13.5",
"https-browserify": "^1.0.0",
"multiformats": "^13.3.7",
"next": "16.1.1",
"os-browserify": "^0.3.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"viem": "^2.43.3",
"wagmi": "^2.9.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/node": "^22",
"@types/react": "^19",
"@types/react-dom": "^19",
"autoprefixer": "^10",
"eslint": "^9",
"eslint-config-next": "16.1.1",
"file-loader": "^6.2.0",
"pino-pretty": "^13.0.0",
"postcss": "^8",
"typescript": "^5"
}
}