-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 775 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 775 Bytes
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
{
"name": "bhrp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@davatar/react": "^1.10.4",
"@prisma/client": "^4.2.1",
"@walletconnect/web3-provider": "^1.7.8",
"aws-sdk": "^2.1190.0",
"axios": "^0.24.0",
"bootstrap": "^5.1.3",
"ethers": "^5.6.9",
"memory-cache": "^0.2.0",
"next": "12.2.3",
"nprogress": "^0.2.0",
"react": "18.2.0",
"react-bootstrap": "^2.0.2",
"react-dom": "18.2.0",
"react-icons": "^4.3.1",
"react-loader-spinner": "^5.3.4",
"web3": "^1.7.4",
"web3modal": "^1.9.8"
},
"devDependencies": {
"hardhat": "^2.9.9",
"prisma": "^4.2.1"
}
}