Add support for showing usage graphs on the console page

This commit is contained in:
Dane Everitt 2019-09-29 13:23:15 -07:00
parent c66d2cd123
commit 29834a33f8
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
7 changed files with 292 additions and 52 deletions

View file

@ -6,12 +6,14 @@
"@fortawesome/react-fontawesome": "^0.1.4",
"@hot-loader/react-dom": "^16.8.6",
"axios": "^0.18.0",
"chart.js": "^2.8.0",
"classnames": "^2.2.6",
"date-fns": "^1.29.0",
"easy-peasy": "^3.0.2",
"events": "^3.0.0",
"formik": "^1.5.7",
"jquery": "^3.3.1",
"lodash-es": "^4.17.15",
"path": "^0.12.7",
"query-string": "^6.7.0",
"react": "^16.8.6",
@ -39,10 +41,12 @@
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.6.0",
"@babel/runtime": "^7.6.0",
"@types/chart.js": "^2.8.5",
"@types/classnames": "^2.2.8",
"@types/events": "^3.0.0",
"@types/feather-icons": "^4.7.0",
"@types/lodash": "^4.14.119",
"@types/lodash-es": "^4.17.3",
"@types/node": "^12.6.9",
"@types/query-string": "^6.3.0",
"@types/react": "^16.8.19",