|
14 | 14 | "test": "npm run lint",
|
15 | 15 | "lint": "npx eslint .",
|
16 | 16 | "nyc": "nyc mocha --recursive -t 10000",
|
17 |
| - "start": "react-scripts start", |
| 17 | + "start": "SKIP_PREFLIGHT_CHECK=true react-scripts start", |
18 | 18 | "build": "react-scripts build",
|
19 | 19 | "eject": "react-scripts eject",
|
20 | 20 | "install:clean": "rm -rf node_modules/ && rm -rf package-lock.json && npm install && npm start",
|
|
27 | 27 | "npm": ">=5.6.0"
|
28 | 28 | },
|
29 | 29 | "dependencies": {
|
30 |
| - "axios": "^0.19.0", |
31 |
| - "bootstrap": "4.3.1", |
32 |
| - "chart.js": "^2.8.0", |
33 |
| - "d3": "^5.9.7", |
34 |
| - "history": "4.9.0", |
| 30 | + "@fortawesome/fontawesome-svg-core": "^1.2.27", |
| 31 | + "@fortawesome/free-brands-svg-icons": "^5.12.1", |
| 32 | + "@fortawesome/free-solid-svg-icons": "^5.12.1", |
| 33 | + "@fortawesome/react-fontawesome": "^0.1.8", |
| 34 | + "axios": "^0.19.2", |
| 35 | + "bootstrap": "4.4.1", |
| 36 | + "chart.js": "^2.9.3", |
| 37 | + "d3": "^5.15.0", |
| 38 | + "history": "4.10.1", |
35 | 39 | "js-yaml": "^3.13.1",
|
36 | 40 | "mime-types": "^2.1.24",
|
37 |
| - "node-sass": "4.12.0", |
| 41 | + "node-sass": "4.13.1", |
38 | 42 | "patternomaly": "^1.3.2",
|
39 |
| - "perfect-scrollbar": "1.4.0", |
40 |
| - "react": "^16.8.6", |
41 |
| - "react-chartjs-2": "^2.7.6", |
42 |
| - "react-copy-to-clipboard": "^5.0.1", |
43 |
| - "react-d3-graph": "^2.1.0", |
44 |
| - "react-dom": "16.8.6", |
| 43 | + "perfect-scrollbar": "1.5.0", |
| 44 | + "react": "^16.12.0", |
| 45 | + "react-chartjs-2": "^2.9.0", |
| 46 | + "react-copy-to-clipboard": "^5.0.2", |
| 47 | + "react-d3-graph": "^2.3.0", |
| 48 | + "react-dom": "16.12.0", |
45 | 49 | "react-google-maps": "9.4.5",
|
46 | 50 | "react-notification-alert": "0.0.12",
|
47 |
| - "react-router": "5.0.0", |
48 |
| - "react-router-dom": "5.0.0", |
49 |
| - "react-scripts": "3.0.1", |
50 |
| - "react-textarea-autosize": "^7.1.0", |
51 |
| - "reactstrap": "8.0.0" |
| 51 | + "react-router": "5.1.2", |
| 52 | + "react-router-dom": "5.1.2", |
| 53 | + "react-scripts": "3.4.0", |
| 54 | + "react-textarea-autosize": "^7.1.2", |
| 55 | + "reactstrap": "8.4.1" |
52 | 56 | },
|
53 | 57 | "devDependencies": {
|
54 | 58 | "babel-eslint": "10.0.1",
|
55 | 59 | "chai": "^3.5.0",
|
56 | 60 | "eslint": "^5.16.0",
|
57 |
| - "eslint-plugin-react": "^7.16.0", |
| 61 | + "eslint-plugin-react": "^7.18.3", |
58 | 62 | "license-check-and-add": "2.3.6",
|
59 | 63 | "mocha": "3.4.2",
|
60 | 64 | "nyc": "11.1.0",
|
|
71 | 75 | "not op_mini all"
|
72 | 76 | ],
|
73 | 77 | "optionalDependencies": {
|
74 |
| - "@types/googlemaps": "3.36.2", |
| 78 | + "@types/googlemaps": "3.39.3", |
75 | 79 | "@types/markerclustererplus": "2.1.33",
|
76 |
| - "@types/react": "16.8.19", |
77 |
| - "ajv": "6.10.0", |
| 80 | + "@types/react": "16.9.23", |
| 81 | + "ajv": "6.12.0", |
78 | 82 | "jquery": "3.4.1",
|
79 |
| - "typescript": "3.4.5" |
| 83 | + "typescript": "3.8.2" |
80 | 84 | },
|
81 | 85 | "license-check-and-add-config": {
|
82 | 86 | "folder": ".",
|
|
89 | 93 | ".gitignore",
|
90 | 94 | "log",
|
91 | 95 | ".jshintrc",
|
92 |
| - "gui-client/caliper-gui-dashboard/.gitignore" |
| 96 | + "src/assets/.DS_Store" |
93 | 97 | ],
|
94 | 98 | "file_type_method": "EXCLUDE",
|
95 | 99 | "file_types": [
|
|
0 commit comments