-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
65 lines (65 loc) · 1.79 KB
/
package.json
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "monitor-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"@citizenwallet/sdk": "^1.2.40",
"@ethersproject/contracts": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@ethersproject/units": "^5.7.0",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/themes": "^3.0.5",
"@svgr/webpack": "^8.1.0",
"abort-controller": "^3.0.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"ethers": "^6.8.1",
"graphql": "^16.9.0",
"graphql-request": "^6.1.0",
"lucide-react": "^0.379.0",
"moment": "^2.30.1",
"next": "^14.2.4",
"react": "^18",
"react-audio-player": "^0.17.0",
"react-confetti": "^6.1.0",
"react-countup": "^6.5.3",
"react-day-picker": "^8.10.1",
"react-dom": "^18",
"react-number-format": "^5.4.0",
"react-qr-code": "^2.0.14",
"react-step-progress-bar": "^1.0.3",
"react-use": "^17.5.0",
"react-virtualized": "^9.22.5",
"smartcontracts": "github:citizenwallet/smartcontracts#v0.0.108",
"stripe": "^16.8.0",
"swr": "^2.2.5",
"tailwind-merge": "^2.3.0",
"viem": "^2.9.5",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/node": "^20.11.24",
"@types/react": "^18.2.61",
"@types/react-dom": "^18.2.19",
"@types/react-virtualized": "^9.21.30",
"autoprefixer": "^10.0.1",
"dotenv": "^16.4.5",
"eslint": "^8",
"eslint-config-next": "14.0.1",
"jest": "^29.7.0",
"postcss": "^8",
"tailwindcss": "^3.4.3",
"typescript": "^5.3.3"
}
}