mirror of
https://github.com/mgerb/go-discord-bot
synced 2026-01-11 01:22:48 +00:00
statistics tab for discord chat
This commit is contained in:
@@ -10,11 +10,13 @@
|
||||
"author": "Mitchell Gerber",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@types/chart.js": "^2.7.11",
|
||||
"@types/jwt-decode": "^2.2.1",
|
||||
"@types/lodash": "^4.14.71",
|
||||
"@types/node": "^9.4.6",
|
||||
"@types/query-string": "^5.1.0",
|
||||
"@types/react": "^16.0.0",
|
||||
"@types/react-chartjs-2": "^2.5.7",
|
||||
"@types/react-dom": "^16.0.4",
|
||||
"@types/react-dropzone": "^4.2.0",
|
||||
"@types/react-router-dom": "^4.2.6",
|
||||
@@ -27,6 +29,7 @@
|
||||
"babel-preset-es2015": "^6.18.0",
|
||||
"babel-preset-react": "^6.16.0",
|
||||
"babel-preset-stage-0": "^6.16.0",
|
||||
"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",
|
||||
@@ -41,6 +44,7 @@
|
||||
"postcss-loader": "^2.1.3",
|
||||
"query-string": "^6.0.0",
|
||||
"react": "^16.3.1",
|
||||
"react-chartjs-2": "^2.7.0",
|
||||
"react-dom": "^16.3.1",
|
||||
"react-dropzone": "^4.2.9",
|
||||
"react-router-dom": "^4.2.2",
|
||||
|
||||
Reference in New Issue
Block a user