-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.36 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
{
"name": "gaave-ui",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next export"
},
"dependencies": {
"@apollo/client": "^3.6.9",
"@rainbow-me/rainbowkit": "^0.4.5",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"axios": "^0.27.2",
"bootstrap": "^5.1.3",
"disable-scroll": "^0.6.0",
"ethers": "^5.6.9",
"graphql": "^16.5.0",
"gsap": "^3.9.1",
"next": "12.0.4",
"react": "17.0.2",
"react-bootstrap": "^2.0.2",
"react-countup": "^6.3.0",
"react-dom": "17.0.2",
"react-dropzone": "^14.2.2",
"react-icons": "^4.3.1",
"react-loading-skeleton": "^3.1.0",
"react-range": "^1.8.12",
"react-scroll": "^1.8.4",
"react-tooltip": "^4.2.21",
"sass": "^1.43.5",
"wagmi": "^0.6.0",
"web3": "^1.6.1"
},
"devDependencies": {
"@react-hook/window-scroll": "^1.3.0",
"@types/classnames": "^2.3.1",
"@types/gsap": "^3.0.0",
"@types/node": "16.11.10",
"@types/react": "^17.0.38",
"@types/react-scroll": "^1.8.3",
"classnames": "^2.2.6",
"eslint": "7.32.0",
"eslint-config-next": "12.0.4",
"eslint-config-prettier": "^8.3.0",
"react-intersection-observer": "^8.32.5",
"react-spinners": "^0.11.0",
"typescript": "4.5.2"
}
}