|
1 | 1 | { |
2 | | - "name": "client", |
3 | | - "version": "0.1.0", |
4 | | - "private": true, |
5 | | - "proxy": { |
6 | | - "/oauth2/authorization/google": { |
7 | | - "target": "http://localhost:8080" |
8 | | - }, |
9 | | - "/api/*": { |
10 | | - "target": "http://localhost:8080" |
11 | | - } |
| 2 | + "name": "client", |
| 3 | + "version": "0.1.0", |
| 4 | + "private": true, |
| 5 | + "proxy": { |
| 6 | + "/oauth2": { |
| 7 | + "target": "http://localhost:8080" |
12 | 8 | }, |
13 | | - "dependencies": { |
14 | | - "axios": "^0.16.2", |
15 | | - "ethjs": "^0.4.0", |
16 | | - "ethjs-unit": "^0.1.6", |
17 | | - "moment": "^2.22.2", |
18 | | - "react": "^16.4.1", |
19 | | - "react-copy-to-clipboard": "^5.0.1", |
20 | | - "react-dates": "^17.0.0", |
21 | | - "react-dom": "^16.4.1", |
22 | | - "react-redux": "^5.0.5", |
23 | | - "react-router-dom": "^4.1.1", |
24 | | - "react-scripts": "^1.1.4", |
25 | | - "react-semantic-redux-form": "^1.2.6", |
26 | | - "react-table": "^6.8.6", |
27 | | - "redux": "^3.7.1", |
28 | | - "redux-form": "^7.0.1", |
29 | | - "redux-thunk": "^2.2.0", |
30 | | - "semantic-ui-react": "^0.78.2", |
31 | | - "styled-components": "^3.3.3", |
32 | | - "web3": "^1.0.0-beta.34", |
33 | | - "websocket": "^1.0.26" |
34 | | - }, |
35 | | - "scripts": { |
36 | | - "start": "react-scripts start", |
37 | | - "build": "react-scripts build", |
38 | | - "test": "react-scripts test --env=jsdom", |
39 | | - "eject": "react-scripts eject" |
40 | | - }, |
41 | | - "devDependencies": { |
42 | | - "lodash": "^4.17.10" |
| 9 | + "/api/*": { |
| 10 | + "target": "http://localhost:8080" |
43 | 11 | } |
| 12 | + }, |
| 13 | + "dependencies": { |
| 14 | + "axios": "^0.16.2", |
| 15 | + "ethjs": "^0.4.0", |
| 16 | + "ethjs-unit": "^0.1.6", |
| 17 | + "ethjs-util": "^0.1.6", |
| 18 | + "moment": "^2.22.2", |
| 19 | + "react": "^16.4.1", |
| 20 | + "react-copy-to-clipboard": "^5.0.1", |
| 21 | + "react-dates": "^17.0.0", |
| 22 | + "react-dom": "^16.4.1", |
| 23 | + "react-redux": "^5.0.5", |
| 24 | + "react-router-dom": "^4.1.1", |
| 25 | + "react-scripts": "^1.1.4", |
| 26 | + "react-semantic-redux-form": "^1.2.6", |
| 27 | + "react-table": "^6.8.6", |
| 28 | + "redux": "^3.7.1", |
| 29 | + "redux-form": "^7.0.1", |
| 30 | + "redux-thunk": "^2.2.0", |
| 31 | + "semantic-ui-react": "^0.81.3", |
| 32 | + "styled-components": "^3.3.3", |
| 33 | + "web3": "^1.0.0-beta.34", |
| 34 | + "websocket": "^1.0.26" |
| 35 | + }, |
| 36 | + "scripts": { |
| 37 | + "start": "react-scripts start", |
| 38 | + "build": "react-scripts build", |
| 39 | + "test": "react-scripts test --env=jsdom", |
| 40 | + "eject": "react-scripts eject" |
| 41 | + }, |
| 42 | + "devDependencies": { |
| 43 | + "lodash": "^4.17.10" |
| 44 | + } |
44 | 45 | } |
0 commit comments