-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.12 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.12 KB
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
{
"name": "web3-donation-aggr",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next export",
"typechain": "typechain --out-dir src/contracts/abi/types --target=ethers-v5 \"src/contracts/*.json\""
},
"dependencies": {
"@rainbow-me/rainbowkit": "^0.12.1",
"@snapshot-labs/snapshot.js": "^0.4.74",
"@types/node": "18.15.3",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"ethers": "^5.7.2",
"graphql-request": "^5.2.0",
"next": "13.2.4",
"react": "18.2.0",
"react-countup": "^6.4.2",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.0",
"react-loading-skeleton": "^3.2.0",
"recharts": "^2.5.0",
"styled-components": "^5.3.9",
"typescript": "4.9.5",
"wagmi": "^0.12.1"
},
"devDependencies": {
"@typechain/ethers-v5": "^10.2.0",
"@types/styled-components": "^5.1.26",
"eslint-config-prettier": "^8.8.0",
"prettier": "^2.8.6",
"typechain": "^8.1.1"
}
}