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

use oauth for file uploads

This commit is contained in:
2018-02-19 16:06:33 -06:00
parent 79b4fecd3c
commit 02fe8e1748
16 changed files with 490 additions and 286 deletions

View File

@@ -3,14 +3,16 @@
"version": "1.0.0",
"description": "A seed for a simple react application",
"scripts": {
"build": "webpack -p --progress --colors",
"build": "NODE_ENV=prod webpack -p --progress --colors",
"dev": "webpack --watch",
"c9": "webpack-dev-server --host 0.0.0.0 --port 8080 --inline --hot --history-api-fallback"
},
"author": "Mitchell Gerber",
"license": "MIT",
"dependencies": {
"@types/jwt-decode": "^2.2.1",
"@types/lodash": "^4.14.71",
"@types/node": "^9.4.6",
"@types/react": "^16.0.0",
"@types/react-dom": "^15.5.1",
"@types/react-dropzone": "^3.13.1",
@@ -31,6 +33,7 @@
"extract-text-webpack-plugin": "2.0.0-rc.1",
"file-loader": "^0.10.0",
"html-webpack-plugin": "^2.24.1",
"jwt-decode": "^2.2.0",
"lodash": "^4.17.4",
"node-sass": "^4.5.3",
"postcss-loader": "^1.2.1",