-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
76 lines (76 loc) · 2.01 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
{
"name": "enysatsia-ui",
"version": "0.1.0",
"private": true,
"dependencies": {
"3box": "^1.0.6",
"@material-ui/core": "^3.6.0",
"@material-ui/icons": "^3.0.1",
"@tsiry/eth-account-importer": "^1.0.0",
"@tsiry/seed-phrase-verifier": "^1.0.1",
"@tsiry/ui-identicon": "^0.0.4",
"antd": "^3.11.6",
"apollo-boost": "^0.1.23",
"base64-js": "^1.3.0",
"baseui": "^4.4.1",
"bip39": "^2.5.0",
"bootstrap": "^4.2.1",
"bs58": "^4.0.1",
"drizzle": "^1.2.4",
"drizzle-react": "^1.2.0",
"eth-keyring-controller": "^3.3.1",
"eth-ledger-bridge-keyring": "^0.1.1",
"eth-ledger-keyring": "^0.0.2",
"eth-trezor-keyring": "^0.2.0",
"gradient-avatar": "^1.0.0",
"graphql": "^14.0.2",
"moment": "^2.23.0",
"muicss": "^0.9.41",
"random-bytes": "^1.0.0",
"react": "^16.6.3",
"react-apollo": "^2.3.3",
"react-content-loader": "^3.4.1",
"react-dom": "^16.6.3",
"react-icons": "^3.2.2",
"react-md-spinner": "^0.3.0",
"react-router-dom": "^4.3.1",
"react-scripts": "2.1.1",
"reactstrap": "^6.5.0",
"recharts": "^1.4.2",
"recompose": "^0.30.0",
"redux": "^4.0.1",
"redux-devtools-extension": "^2.13.7",
"redux-saga": "^0.16.2",
"reduxsauce": "^1.0.0",
"rxjs": "^6.3.3",
"rxjs-compat": "^6.3.3",
"seamless-immutable": "^7.1.4",
"sha.js": "^2.4.11",
"styled-components": "^4.1.1",
"styletron-engine-atomic": "^1.0.9",
"styletron-react": "^4.3.6",
"styletron-react-core": "^1.3.3",
"styletron-standard": "^1.0.7",
"triplesec": "^4.0.1",
"typeface-montserrat": "^0.0.54",
"web3-provider-engine": "^14.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"devDependencies": {
"ganache-cli": "^6.2.5"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}