-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 890 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 890 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
36
{
"name": "multi-dapp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@coinbase/wallet-sdk": "^3.0.11",
"@emotion/cache": "^11.7.1",
"@emotion/react": "^11.9.0",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.6.2",
"@mui/lab": "^5.0.0-alpha.80",
"@mui/material": "^5.6.2",
"@walletconnect/web3-provider": "^1.7.8",
"axios": "^0.27.2",
"ethers": "^5.6.5",
"next": "12.1.5",
"nextjs-progressbar": "^0.0.14",
"prop-types": "^15.8.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"web3.storage": "^4.2.0",
"web3modal": "^1.9.7"
},
"devDependencies": {
"dotenv": "^16.0.1",
"eslint": "8.13.0",
"eslint-config-next": "12.1.5"
}
}