forked from iotabots/iotabots.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.1 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
{
"name": "iotabots.io",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare-deploy": "next build && next export"
},
"dependencies": {
"@emotion/react": "^11.6.0",
"@emotion/styled": "^11.6.0",
"@ethersproject/providers": "^5.5.1",
"@ethersproject/units": "^5.5.0",
"@iotabots/react-nft-components": "0.0.5",
"@mui/icons-material": "^5.1.1",
"@mui/material": "^5.1.1",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/network-connector": "^6.1.9",
"@web3-react/walletconnect-connector": "^6.2.8",
"next": "12.0.4",
"react": "^17.0.2",
"react-dom": "17.0.2",
"web3": "^1.6.1"
},
"devDependencies": {
"@types/node": "^16.11.7",
"@types/react": "^17.0.35",
"eslint": "7.32.0",
"eslint-config-next": "12.0.4",
"node-sass": "^6.0.1",
"typescript": "^4.5.2"
},
"browserslist": [
"last 2 versions",
"last 5 Chrome versions",
"Firefox >= 60",
"Edge >= 15",
"Safari >= 10"
]
}