mirror of
https://github.com/mgerb/go-discord-bot
synced 2026-01-09 08:32:48 +00:00
53 lines
1.6 KiB
JSON
53 lines
1.6 KiB
JSON
{
|
|
"name": "todoapp",
|
|
"version": "1.0.0",
|
|
"description": "A seed for a simple react application",
|
|
"scripts": {
|
|
"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",
|
|
"@types/react-router": "3.0.11",
|
|
"autoprefixer": "^6.6.0",
|
|
"axios": "^0.15.3",
|
|
"babel-core": "^6.21.0",
|
|
"babel-loader": "^6.2.10",
|
|
"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",
|
|
"clean-webpack-plugin": "^0.1.14",
|
|
"css-loader": "^0.26.1",
|
|
"eslint": "^3.12.2",
|
|
"eslint-plugin-react": "^6.8.0",
|
|
"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",
|
|
"react": "15.6.1",
|
|
"react-dom": "^15.4.1",
|
|
"react-dropzone": "^3.9.2",
|
|
"react-router": "^3.0.0",
|
|
"sass-loader": "^4.1.1",
|
|
"style-loader": "^0.13.1",
|
|
"ts-loader": "^2.3.2",
|
|
"typescript": "^2.4.2",
|
|
"url-loader": "^0.5.7",
|
|
"webpack": "2.3.2",
|
|
"webpack-dev-server": "2.2.0"
|
|
}
|
|
}
|