forked from RevokeCash/revoke.cash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 961 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
{
"name": "revoke.cash",
"description": "Protect your Ethereum token balances by revoking allowances and permissions you granted applications in the past.",
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next build && next start"
},
"private": true,
"dependencies": {
"@0xsequence/multicall": "^0.36.4",
"@openzeppelin/contracts": "^4.5.0",
"axios": "^0.26.0",
"bootstrap": "^4.5.0",
"ethers": "^5.5.4",
"next": "^12.1.0",
"next-seo": "^5.1.0",
"react": "^17.0.2",
"react-bootstrap": "^1.0.1",
"react-dom": "^17.0.2",
"react-spinners": "^0.11.0",
"react-switch": "^6.0.0",
"react-toastify": "^8.2.0",
"sass": "^1.49.9",
"wagmi": "^0.2.17"
},
"devDependencies": {
"@netlify/plugin-nextjs": "^4.2.7",
"@types/node": "^13.7.0",
"@types/react": "^16.9.19",
"@types/react-dom": "^16.9.5",
"typescript": "^4.5.4"
}
}