-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 967 Bytes
/
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
{
"name": "explorer",
"version": "0.1.0",
"private": true,
"dependencies": {
"assert": "^1.4.1",
"big-integer": "^1.6.26",
"blakejs": "^1.1.0",
"buffer": "^5.1.0",
"history": "^4.7.2",
"material-ui": "^1.0.0-beta.35",
"material-ui-icons": "^1.0.0-beta.35",
"mdi-material-ui": "^3.0.1",
"mobx": "^3.5.1",
"mobx-react": "^4.4.1",
"pbkdf2": "^3.0.14",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.0",
"typeface-roboto": "0.0.54"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"axios": "^0.18.0",
"bignumber.js": "^6.0.0",
"localforage": "^1.5.7",
"lodash": "^4.17.5",
"qrcode.react": "^0.8.0",
"react-copy-to-clipboard": "^5.0.1",
"react-qr-reader": "^2.1.0"
}
}