forked from artela-network/goplus-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 901 Bytes
/
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
{
"name": "goplus",
"private": true,
"version": "0.1.0",
"scripts": {
"dev": "next dev -p 4000",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ethersproject/bignumber": "^5.7.0",
"@rainbow-me/rainbowkit": "^2.0.5",
"@tanstack/react-query": "^5.28.4",
"antd": "^5.16.1",
"artswap": "1.0.7",
"go-captcha-react": "2.0.0-beta.1",
"next": "^14.1.3",
"react": "^18.2.0",
"react-device-detect": "1.6.2",
"react-dom": "^18.2.0",
"react-feather": "2.0.8",
"react-google-recaptcha": "^3.1.0",
"siwe": "^2.3.2",
"viem": "^2.8.12",
"wagmi": "^2.5.11"
},
"devDependencies": {
"@types/node": "^18.19.3",
"@types/react": "^18.2.64",
"@types/react-google-recaptcha": "^2.1.9",
"eslint": "^8.15.0",
"eslint-config-next": "^14.1.3",
"typescript": "5.4.2"
}
}