-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.78 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.78 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "ethda-home",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "PORT=3123 next dev -H 0.0.0.0",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@coinbase/wallet-sdk": "^3.7.2",
"@ethereumjs/common": "^4.1.0",
"@ethereumjs/rlp": "^5.0.1",
"@ethereumjs/tx": "^5.1.0",
"@ethereumjs/util": "^9.0.1",
"@ethersproject/abstract-signer": "^5.7.0",
"@formkit/auto-animate": "^0.8.1",
"@gsap/react": "^2.1.0",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-popover": "^1.0.7",
"@rainbow-me/rainbowkit": "^2.1.2",
"@tanstack/react-query": "^5.45.1",
"@types/react-slick": "^0.23.13",
"@wagmi/core": "~2.11.2",
"classnames": "^2.5.1",
"clsx": "^2.1.0",
"connectkit": "^1.8.1",
"ethereum-cryptography": "^2.1.2",
"ethers": "^5.7.2",
"ethjs-util": "^0.1.6",
"fs": "0.0.1-security",
"gsap": "^3.12.5",
"gsap-trial": "^3.12.5",
"next": "14.0.1",
"outdated": "^0.1.1",
"pino-pretty": "^10.3.1",
"prettier": "^3.2.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.12.0",
"react-slick": "^0.30.2",
"react-use": "^17.4.4",
"slick-carousel": "^1.8.1",
"styled-components": "^6.1.8",
"tailwind-merge": "^2.2.1",
"viem": "2.14.x",
"wagmi": "2.10.x"
},
"browser": {
"fs": false,
"os": false,
"path": false,
"net": false,
"tls": false
},
"devDependencies": {
"@types/node": "^20.11.5",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"autoprefixer": "^10.4.17",
"postcss": "^8.4.33",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
},
"volta": {
"node": "18.18.0"
}
}