mirror of
https://github.com/mgerb/go-discord-bot
synced 2026-01-10 09:02:49 +00:00
39 lines
1.2 KiB
JSON
39 lines
1.2 KiB
JSON
{
|
|
"name": "todoapp",
|
|
"version": "1.0.0",
|
|
"description": "A seed for a simple react application",
|
|
"scripts": {
|
|
"build": "webpack -p --progress --colors",
|
|
"dev": "webpack-dev-server --inline --hot --history-api-fallback",
|
|
"c9": "webpack-dev-server --host 0.0.0.0 --port 8080 --inline --hot --history-api-fallback"
|
|
},
|
|
"author": "Mitchell Gerber",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"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-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",
|
|
"html-webpack-plugin": "^2.24.1",
|
|
"node-sass": "^4.5.0",
|
|
"postcss-loader": "^1.2.1",
|
|
"react": "^15.4.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",
|
|
"webpack": "2.2.1",
|
|
"webpack-dev-server": "2.2.0"
|
|
}
|
|
}
|