-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
72 lines (72 loc) · 2.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "iotabots.io",
"private": true,
"types": "./types.d.ts",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare-deploy": "next build && next export"
},
"eslintConfig": {
"extends": [
"react-app",
"airbnb"
]
},
"dependencies": {
"@emotion/react": "^11.6.0",
"@emotion/styled": "^11.6.0",
"@ethersproject/providers": "^5.5.1",
"@ethersproject/units": "^5.5.0",
"@iotabots/components": "^0.0.51",
"@mui/icons-material": "^5.2.5",
"@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",
"gray-matter": "^4.0.3",
"next": "12.0.4",
"react": "^17.0.2",
"react-dom": "17.0.2",
"react-ga": "^3.3.0",
"react-infinite-scroll-component": "^6.1.0",
"react-lottie-player": "^1.4.1",
"react-markdown": "^7.1.1",
"react-reveal": "^1.2.2",
"react-select": "^5.2.2",
"react-syntax-highlighter": "^15.4.5",
"styled-components": "^5.3.5",
"web3": "^1.6.1"
},
"devDependencies": {
"@types/node": "^17.0.0",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"@types/react-syntax-highlighter": "^13.5.2",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"eslint": "7.32.0",
"eslint-config-airbnb": "^19.0.1",
"eslint-config-next": "12.0.4",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"node-sass": "^6.0.1",
"prettier": "2.4.1",
"typescript": "^4.5.2"
},
"browserslist": [
"last 2 versions",
"last 5 Chrome versions",
"Firefox >= 60",
"Edge >= 15",
"Safari >= 10"
]
}