-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.37 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
{
"name": "campchaos-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@alch/alchemy-web3": "^1.4.2",
"@ethersproject/contracts": "^5.6.0",
"@ethersproject/providers": "^5.6.5",
"@ethersproject/units": "^5.6.0",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"@types/react-blockies": "^1.4.1",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/walletconnect-connector": "^6.2.13",
"axios": "^0.27.2",
"dotenv": "^16.0.0",
"framer-motion": "^6.3.4",
"lottie-react": "^2.2.1",
"next": "12.1.5",
"next-seo": "^5.4.0",
"react": "18.0.0",
"react-audio-player": "^0.17.0",
"react-blockies": "^1.4.1",
"react-dom": "18.0.0",
"react-hooks-global-state": "^1.0.2",
"react-hot-toast": "^2.2.0",
"swr": "^1.3.0",
"use-mobile-detect-hook": "^1.0.5",
"web3": "^1.7.3",
"web3-eth-contract": "^1.7.3"
},
"devDependencies": {
"@types/node": "17.0.24",
"@types/react": "18.0.5",
"@types/react-dom": "18.0.1",
"eslint": "8.13.0",
"eslint-config-next": "12.1.5",
"sass": "^1.51.0",
"typescript": "4.6.3"
}
}