forked from wslyvh/useWeb3
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
59 lines (59 loc) · 1.7 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
{
"name": "use-web3",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint --fix",
"prettier": "prettier --write ./src/**/*.{ts,tsx,scss}",
"latest": "ts-node src/tools/latest",
"twitter:gm": "ts-node src/tools/twitter-gm",
"twitter:last-week": "ts-node src/tools/twitter-last-week",
"twitter:popular": "ts-node src/tools/twitter-popular",
"twitter:random": "ts-node src/tools/twitter-random",
"twitter:top": "ts-node src/tools/twitter-top",
"gas:fetch": "ts-node src/tools/gas-fetch"
},
"dependencies": {
"@ethersproject/providers": "^5.5.3",
"@ethersproject/units": "^5.5.0",
"@supabase/supabase-js": "^1.30.7",
"@walletconnect/web3-provider": "^1.7.1",
"airtable": "^0.11.1",
"bootstrap-icons": "^1.7.2",
"gray-matter": "^4.0.3",
"he": "^1.2.0",
"jspdf": "^2.5.1",
"marked": "^4.0.1",
"moment": "^2.29.1",
"next": "^12.0.3",
"next-pagination": "^3.1.0",
"next-plausible": "^2.1.1",
"pm2": "^5.2.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-grid-heatmap": "^1.1.0",
"react-qr-code": "^2.0.3",
"sass": "^1.41.1",
"slugify": "^1.6.1",
"twit": "^2.2.11",
"web3modal": "^1.9.5"
},
"optionalDependencies": {
"@types/he": "^1.1.2",
"@types/marked": "^4.0.0",
"@types/react": "17.0.14",
"cross-fetch": "^3.1.5",
"dotenv": "^10.0.0",
"eslint": "7.30.0",
"eslint-config-next": "11.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^7.0.4",
"prettier": "^2.5.1",
"ts-node": "^10.4.0",
"typescript": "4.3.5"
}
}