-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
77 lines (77 loc) · 2.03 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "ringsforloot",
"version": "0.1.0",
"private": true,
"license": "CC0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"prettier": {
"printWidth": 120,
"singleQuote": true,
"jsxBracketSameLine": true,
"bracketSpacing": false,
"trailingComma": "all"
},
"dependencies": {
"@metamask/detect-provider": "^1.2.0",
"@next/bundle-analyzer": "^12.0.4",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-etherscan": "^2.1.6",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/contracts": "^4.3.2",
"@supabase/supabase-js": "^1.28.5",
"@trpc/client": "^9.10.1",
"@trpc/next": "^9.10.1",
"@trpc/react": "^9.10.1",
"@trpc/server": "^9.10.1",
"@typechain/ethers-v5": "^7.1.2",
"@typechain/hardhat": "^2.3.0",
"@types/chai": "^4.2.22",
"@types/chai-as-promised": "^7.1.4",
"@types/dedent": "^0.7.0",
"@types/ioredis": "^4.27.7",
"@types/memoizee": "^0.4.6",
"@types/mocha": "^9.0.0",
"@types/node": "^16.11.4",
"@types/progress": "^2.0.5",
"@walletconnect/web3-provider": "^1.6.6",
"base64-sol": "^1.1.0",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"chai-subset": "^1.6.0",
"color": "^4.0.1",
"dedent": "^0.7.0",
"dotenv": "^10.0.0",
"ethers": "^5.4.6",
"hardhat": "^2.6.4",
"hardhat-contract-sizer": "^2.1.1",
"ioredis": "^4.27.11",
"keccak256": "^1.0.3",
"memoizee": "^0.4.15",
"next": "11.1.2",
"next-seo": "^4.28.1",
"p5": "^1.4.0",
"progress": "^2.0.3",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-query": "^3.28.0",
"recursive-readdir": "^2.2.2",
"terser": "^5.9.0",
"ts-node": "^10.4.0",
"typechain": "^5.1.2",
"urlbox": "^1.3.3",
"web3modal": "^1.9.4",
"zod": "^3.11.4"
},
"devDependencies": {
"@types/react": "17.0.20",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"prettier": "^2.3.2",
"typescript": "^4.4.4"
}
}