-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.38 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
{
"name": "nextjs-ui",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"script1": "node scripts/1-initialize-sdk.js",
"script2": "node scripts/2-deploy-drop.js",
"script3": "node scripts/3-config-nft.js",
"script4": "node scripts/4-set-claim-condition.js",
"script5": "node scripts/5-deploy-token.js",
"script6": "node scripts/6-print-money.js",
"script7": "node scripts/7-airdrop-token.js",
"script8": "node scripts/8-deploy-vote.js",
"script9": "node scripts/9-setup-vote.js",
"script10": "node scripts/10-create-vote-proposals.js",
"script11": "node scripts/11-revoke-roles.js"
},
"dependencies": {
"@3rdweb/hooks": "^1.9.2",
"@3rdweb/sdk": "^1.41.1",
"@chakra-ui/icons": "^1.1.1",
"@chakra-ui/react": "^1.7.4",
"@emotion/react": "11",
"@emotion/styled": "11",
"animate.css": "^4.1.1",
"dotenv": "^16.0.0",
"ethers": "^5.5.4",
"framer-motion": "5",
"next": "12.0.8",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-next": "12.0.8",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.2.0",
"eslint-plugin-react": "^7.28.0"
}
}