-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.68 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
{
"name": "arkham",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"cypress": "cypress open"
},
"dependencies": {
"@metamask/detect-provider": "^1.2.0",
"@openzeppelin/contracts": "^4.5.0",
"@supabase/supabase-js": "^1.33.1",
"autoprefixer": "^10.4.4",
"axios": "^0.26.1",
"dotenv": "^16.0.0",
"file-type": "^17.1.2",
"graphql": "^16.3.0",
"ipfs-http-client": "^56.0.3",
"moment": "^2.29.1",
"mongodb": "^4.7.0",
"mongoose": "^6.4.2",
"next": "12.1.0",
"next-share": "^0.13.0",
"nprogress": "^0.2.0",
"postcss": "^8.4.12",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"react-redux": "^8.0.1",
"react-router": "^6.3.0",
"react-router-dom": "^6.3.0",
"react-toastify": "^8.2.0",
"redux": "^4.2.0",
"redux-devtools-extension": "^2.13.9",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.4.1",
"sweetalert2": "^11.4.8",
"sweetalert2-react-content": "^4.2.0",
"tailwindcss": "^3.0.23",
"urql": "^2.2.0",
"web3": "^1.5.2",
"web3modal": "^1.9.5"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.5",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"chai": "^4.3.6",
"cypress": "^10.2.0",
"eslint": "8.11.0",
"eslint-config-next": "12.1.0",
"ethereum-waffle": "^3.4.4",
"ethers": "^5.6.2",
"hardhat": "^2.9.2"
}
}