mirror of
https://github.com/mgerb/go-discord-bot
synced 2026-01-09 08:32:48 +00:00
73 lines
2.2 KiB
JSON
73 lines
2.2 KiB
JSON
{
|
|
"name": "go-discord-bot",
|
|
"version": "0.17.0",
|
|
"description": "Client for go-discord-bot",
|
|
"scripts": {
|
|
"build": "NODE_ENV=prod webpack -p --progress --colors",
|
|
"dev": "webpack --progress --colors --watch --mode development",
|
|
"c9": "webpack-dev-server --host 0.0.0.0 --port 8080 --inline --history-api-fallback --mode development"
|
|
},
|
|
"author": "Mitchell Gerber",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/chart.js": "^2.9.21",
|
|
"@types/jwt-decode": "^2.2.1",
|
|
"@types/lodash": "^4.14.155",
|
|
"@types/luxon": "^1.24.0",
|
|
"@types/node": "^10.3.4",
|
|
"@types/nprogress": "0.0.29",
|
|
"@types/query-string": "^6.3.0",
|
|
"@types/react": "^16.9.36",
|
|
"@types/react-chartjs-2": "^2.5.7",
|
|
"@types/react-dom": "^16.9.8",
|
|
"@types/react-dropzone": "^4.2.0",
|
|
"@types/react-router-dom": "^4.2.7",
|
|
"autoprefixer": "^8.6.3",
|
|
"axios": "^0.18.0",
|
|
"babel-core": "^6.26.3",
|
|
"babel-loader": "^7.1.4",
|
|
"babel-plugin-add-module-exports": "^0.2.1",
|
|
"babel-polyfill": "^6.26.0",
|
|
"babel-preset-es2015": "^6.18.0",
|
|
"babel-preset-react": "^6.16.0",
|
|
"babel-preset-stage-0": "^6.16.0",
|
|
"chart.js": "^2.9.3",
|
|
"clean-webpack-plugin": "^0.1.14",
|
|
"css-loader": "^0.28.11",
|
|
"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.15",
|
|
"luxon": "^1.24.1",
|
|
"mini-css-extract-plugin": "^0.4.2",
|
|
"mobx": "^5.15.4",
|
|
"mobx-react": "^5.2.5",
|
|
"node-sass": "^7.0.1",
|
|
"normalize.css": "^8.0.1",
|
|
"nprogress": "^0.2.0",
|
|
"postcss-loader": "^2.1.5",
|
|
"query-string": "^6.13.1",
|
|
"react": "^16.13.1",
|
|
"react-chartjs-2": "^2.9.0",
|
|
"react-dom": "^16.13.1",
|
|
"react-dropzone": "^4.2.11",
|
|
"react-router-dom": "^4.3.1",
|
|
"sass-loader": "^7.0.3",
|
|
"style-loader": "^0.21.0",
|
|
"ts-loader": "^4.4.1",
|
|
"typescript": "^3.9.5",
|
|
"url-loader": "^1.0.1",
|
|
"webpack": "^4.43.0",
|
|
"webpack-cli": "^3.3.11",
|
|
"webpack-dev-server": "^3.11.0"
|
|
},
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^5.17.0",
|
|
"@typescript-eslint/parser": "^5.17.0",
|
|
"eslint": "^8.12.0",
|
|
"eslint-plugin-react": "^7.29.4"
|
|
}
|
|
}
|