|
| 1 | +{ |
| 2 | + "scripts": { |
| 3 | + "start": "webpack-dev-server --progress", |
| 4 | + "build": "NODE_ENV=production webpack --config ./webpack.production.config.js --progress" |
| 5 | + }, |
| 6 | + "author": "O'Brian Kimokot", |
| 7 | + "dependencies": { |
| 8 | + "axios": "^0.16.1", |
| 9 | + "babel-preset-react": "^6.24.1", |
| 10 | + "express": "^4.15.3", |
| 11 | + "material-ui": "^0.18.6", |
| 12 | + "react": "^15.5.4", |
| 13 | + "react-dom": "^15.5.4", |
| 14 | + "react-redux": "^5.0.4", |
| 15 | + "react-router": "4.1.1", |
| 16 | + "react-router-dom": "4.1.1", |
| 17 | + "react-router-redux": "^4.0.8", |
| 18 | + "redux": "^3.6.0", |
| 19 | + "redux-thunk": "^2.2.0" |
| 20 | + }, |
| 21 | + "devDependencies": { |
| 22 | + "autoprefixer": "^7.1.1", |
| 23 | + "babel": "^6.23.0", |
| 24 | + "babel-core": "^6.24.1", |
| 25 | + "babel-loader": "^7.0.0", |
| 26 | + "babel-plugin-react-transform": "^2.0.2", |
| 27 | + "babel-preset-env": "^1.4.0", |
| 28 | + "bower": "^1.8.0", |
| 29 | + "css-loader": "^0.28.1", |
| 30 | + "extract-text-webpack-plugin": "^2.1.0", |
| 31 | + "html-webpack-plugin": "^2.28.0", |
| 32 | + "postcss-loader": "^2.0.5", |
| 33 | + "react-tap-event-plugin": "^2.0.1", |
| 34 | + "react-transform-hmr": "^1.0.4", |
| 35 | + "style-loader": "^0.17.0", |
| 36 | + "uglifyjs-webpack-plugin": "^0.4.3", |
| 37 | + "webpack": "^2.5.1", |
| 38 | + "webpack-dev-server": "^2.4.5", |
| 39 | + "webpack-hot-middleware": "^2.18.2" |
| 40 | + } |
| 41 | +} |
0 commit comments