-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.1 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
{
"name": "client",
"version": "0.1.0",
"description": "Supply Chain on the blockchain",
"private": true,
"author": "John Marquez",
"license": "UNLICENSED",
"dependencies": {
"@material-ui/core": "^1.5.0",
"@material-ui/icons": "^2.0.3",
"auth0-js": "^9.6.0",
"axios": "^0.18.0",
"cross-fetch": "^2.1.0",
"google-maps-react": "^2.0.2",
"material-design-icons": "^3.0.1",
"material-ui": "^0.20.2",
"material-ui-icons": "^1.0.0-beta.36",
"react": "^16.3.0",
"react-d3-tree": "^1.10.2",
"react-dom": "^16.3.0",
"react-pdf": "^3.0.5",
"react-redux": "^5.0.7",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.1",
"react-select": "^2.1.1",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"swagger-client": "^3.5.2",
"classnames": "latest",
"prop-types": "latest"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"lato-font": "^3.0.0"
}
}