-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 828 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 828 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
35
{
"name": "cryptocredly-nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@walletconnect/web3-provider": "^1.7.5",
"@web3auth/web3auth": "^0.6.3",
"antd": "^4.19.4",
"ethers": "^5.6.2",
"hardhat": "^2.9.2",
"magic-sdk": "^8.1.0",
"moralis": "^1.5.5",
"next": "12.1.1",
"react": "17.0.2",
"react-blockies": "^1.4.1",
"react-dom": "17.0.2",
"react-moralis": "^1.3.4",
"react-router-dom": "^6.2.2",
"swr": "^1.2.2"
},
"devDependencies": {
"@types/node": "17.0.23",
"@types/react": "17.0.43",
"@types/react-dom": "17.0.14",
"eslint": "8.12.0",
"eslint-config-next": "12.1.1",
"typescript": "4.6.3"
}
}