forked from FuturICT2/FIN4Xplorer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 loc) · 2.08 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "fin4xplorer",
"version": "0.5.0",
"dependencies": {
"@date-io/moment": "^1.3.7",
"@fortawesome/fontawesome-svg-core": "^1.2.25",
"@fortawesome/free-regular-svg-icons": "^5.13.0",
"@fortawesome/free-solid-svg-icons": "^5.11.2",
"@fortawesome/react-fontawesome": "^0.1.5",
"@material-ui/core": "^4.9.9",
"@material-ui/icons": "^4.2.0",
"@material-ui/lab": "^4.0.0-alpha.48",
"@material-ui/pickers": "^3.1.1",
"@trendmicro/react-sidenav": "^0.4.5",
"@truffle/hdwallet-provider": "1.0.18",
"@zxing/library": "^0.15.2",
"axios": "^0.19.0",
"drizzle": "^1.4.0",
"drizzle-react": "^1.3.0",
"ethereumjs-tx": "^2.1.1",
"ethers": "^5.0.5",
"i18next": "^17.0.16",
"ipfs-http-client": "^33.1.0",
"jimp": "^0.14.0",
"js-cookie": "^2.2.1",
"js-file-download": "^0.4.8",
"jsonexport": "^3.0.1",
"moment": "^2.29.1",
"nanoid": "^2.1.6",
"qrcode.react": "^0.9.3",
"react": "^16.8.6",
"react-addons-update": "^15.6.2",
"react-copy-to-clipboard": "^5.0.2",
"react-datetime-picker": "^3.0.4",
"react-device-detect": "^1.13.1",
"react-dom": "^16.8.6",
"react-i18next": "^10.13.1",
"react-interval": "^2.1.1",
"react-jss": "^10.4.0",
"react-router-dom": "^5.0.1",
"react-scripts": "^3.0.1",
"react-select": "^3.0.4",
"react-syntax-highlighter": "^11.0.2",
"react-toastify": "^5.3.2",
"slugify": "^1.3.6",
"socket.io-client": "^2.3.0",
"styled-components": "4.3.2",
"web3-utils": "^1.2.1"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js,jsx,json,css}": [
"prettier --write",
"git add"
]
},
"scripts": {
"start": "react-scripts start",
"starthot": "react-scripts start --hot",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"husky": "2.4.1",
"i": "0.3.6",
"lint-staged": "8.2.1",
"prettier": "1.18.2"
}
}