-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.02 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
{
"name": "airdropui",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"post-update": "yarn upgrade --latest",
"start": "next start -p $PORT"
},
"dependencies": {
"@emotion/react": "11.7.1",
"@emotion/styled": "11.6.0",
"@gooddollar/goodprotocol": "^1.0.29",
"@mui/icons-material": "5.2.4",
"@mui/material": "^5.2.2",
"@walletconnect/web3-provider": "^1.7.0",
"assert": "^2.0.0",
"axios": "^0.24.0",
"cors": "^2.8.5",
"merkle-tree-solidity": "1.0.8",
"merkletreejs": "^0.3.9",
"next": "12.0.7",
"react": "17.0.2",
"react-dom": "17.0.2",
"url": "^0.11.0",
"web3": "^1.6.1",
"web3-eth-contract": "^1.6.1",
"web3-providers-ws": "^1.6.1"
},
"devDependencies": {
"@babel/core": "^7.16.5",
"autoprefixer": "^10.3.1",
"chai": "^4.3.4",
"eslint": "8.5.0",
"eslint-config-next": "12.0.7",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.7"
},
"license": "MIT",
"keywords": [],
"description": ""
}