1
0
mirror of https://github.com/mgerb/go-discord-bot synced 2026-01-11 01:22:48 +00:00

UI done for video archiving

This commit is contained in:
2018-08-23 00:07:08 -05:00
parent 5a542e0ffb
commit 94bac26903
30 changed files with 393 additions and 68 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "go-discord-bot",
"version": "0.6.0",
"version": "0.7.0",
"description": "Client for go-discord-bot",
"scripts": {
"build": "NODE_ENV=prod webpack -p --progress --colors",
@@ -13,7 +13,9 @@
"@types/chart.js": "^2.7.22",
"@types/jwt-decode": "^2.2.1",
"@types/lodash": "^4.14.110",
"@types/luxon": "^1.2.2",
"@types/node": "^10.3.4",
"@types/nprogress": "0.0.29",
"@types/query-string": "^6.1.0",
"@types/react": "^16.4.1",
"@types/react-chartjs-2": "^2.5.7",
@@ -32,17 +34,19 @@
"chart.js": "^2.7.2",
"clean-webpack-plugin": "^0.1.14",
"css-loader": "^0.28.11",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"favicons-webpack-plugin": "0.0.9",
"file-loader": "^1.1.11",
"font-awesome": "^4.7.0",
"html-webpack-plugin": "^3.2.0",
"jwt-decode": "^2.2.0",
"lodash": "^4.17.10",
"luxon": "^1.3.3",
"mini-css-extract-plugin": "^0.4.2",
"mobx": "^5.0.3",
"mobx-react": "^5.2.5",
"node-sass": "^4.9.0",
"normalize.css": "^8.0.0",
"nprogress": "^0.2.0",
"postcss-loader": "^2.1.5",
"query-string": "^6.1.0",
"react": "^16.4.1",