-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
56 lines (56 loc) · 1.47 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
{
"name": "parcel-0-claim-portal",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint && tsc --noemit"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged",
"pre-push": "npm run lint"
}
},
"dependencies": {
"@citydao/parcel-contracts": "^0.0.4",
"@coinbase/wallet-sdk": "^3.1.0",
"@toruslabs/torus-embed": "^1.22.6",
"@types/react-modal": "^3.13.1",
"@walletconnect/web3-provider": "^1.7.8",
"ethers": "^5.5.1",
"joi": "^17.4.2",
"keccak256": "^1.0.6",
"merkletreejs": "^0.2.31",
"next": "12.0.4",
"react": "17.0.2",
"react-countdown": "^2.3.2",
"react-dom": "17.0.2",
"react-modal": "^3.15.1",
"react-spinners": "^0.11.0",
"react-tooltip": "^4.2.21",
"simple-git": "^2.47.0",
"web3modal": "^1.9.7"
},
"devDependencies": {
"@types/node": "16.11.10",
"@types/react": "18.0.1",
"@types/styled-components": "^5.1.25",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.23.0",
"babel-plugin-styled-components": "^2.0.7",
"eslint": "7.32.0",
"eslint-config-next": "12.0.4",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^8.0.1",
"prettier": "^2.6.2",
"pretty-quick": "^3.1.3",
"sass": "^1.51.0",
"styled-components": "^5.3.5",
"typescript": "4.5.2"
},
"resolutions": {
"eth-sig-util/**/ethereumjs-abi": "^0.6.8"
}
}