-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.29 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
{
"name": "med-card",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "NODE_PATH=src/ react-scripts start",
"build": "NODE_PATH=src/ react-scripts build",
"test": "NODE_PATH=src/ react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"dependencies": {
"async": "^2.6.0",
"axios": "^0.16.2",
"bitcore-ecies": "^1.0.3",
"bitcore-lib": "^0.14.0",
"crypto-js": "^3.1.9-1",
"dateformat": "3.0.2",
"dotenv": "^5.0.0",
"ethereumjs-util": "^5.1.3",
"ipfs-api": "^18.1.1",
"material-ui": "^1.0.0-beta.19",
"material-ui-icons": "^1.0.0-beta.17",
"node-fetch": "^1.7.3",
"normalize.css": "^7.0.0",
"react": "^16.1.0",
"react-dom": "^16.1.0",
"react-image": "^1.2.0",
"react-redux": "^5.0.6",
"react-router": "^3.2.0",
"react-router-redux": "^4.0.8",
"react-scripts": "^2.0.0-next.47d2d941",
"react-swipeable-views": "^0.12.8",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"web3": "^1.0.0-beta.29"
},
"browserslist": {
"development": [
"last 2 chrome versions",
"last 2 firefox versions",
"last 2 edge versions"
],
"production": [
">1%",
"last 4 versions",
"Firefox ESR",
"not ie < 11"
]
}
}