forked from Anish-Agnihotri/GateRepo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 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
{
"name": "gaterepo",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next-auth/prisma-adapter": "^1.0.3",
"@octokit/rest": "^18.12.0",
"@prisma/client": "^3.11.1",
"@snapshot-labs/snapshot.js": "^0.1.10",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/walletconnect-connector": "^6.2.13",
"axios": "^0.26.1",
"eth-sig-util": "^3.0.1",
"ethereumjs-util": "^7.1.4",
"ethers": "^5.6.2",
"next": "12.1.4",
"next-auth": "^4.3.1",
"nextjs-progressbar": "^0.0.14",
"prisma": "^3.11.1",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-loader-spinner": "^6.0.0-0",
"react-toastify": "^8.2.0",
"sass": "^1.49.11"
},
"devDependencies": {
"@types/node": "^17.0.23",
"@types/react": "17.0.43",
"eslint": "8.12.0",
"eslint-config-next": "12.1.4",
"typescript": "4.6.3"
}
}