|
14 | 14 | "start:prod": "NODE_ENV=production webpack --config ./webpack.config.js --progress --profile --colors && node server"
|
15 | 15 | },
|
16 | 16 | "dependencies": {
|
17 |
| - "react": "^15.2.0", |
18 |
| - "react-dom": "^15.2.0", |
19 |
| - "react-router": "^2.5.2", |
| 17 | + "react": "^15.3.2", |
| 18 | + "react-dom": "^15.3.2", |
| 19 | + "react-router": "^3.0.0", |
20 | 20 | "whatwg-fetch": "^1.0.0"
|
21 | 21 | },
|
22 | 22 | "devDependencies": {
|
23 |
| - "autoprefixer": "^6.3.7", |
24 |
| - "babel-core": "^6.10.4", |
25 |
| - "babel-loader": "^6.2.4", |
26 |
| - "babel-plugin-transform-class-properties": "^6.10.2", |
27 |
| - "babel-polyfill": "^6.9.1", |
28 |
| - "babel-preset-es2015": "^6.9.0", |
29 |
| - "babel-preset-react": "^6.11.1", |
| 23 | + "autoprefixer": "^6.5.3", |
| 24 | + "babel-core": "^6.18.2", |
| 25 | + "babel-loader": "^6.2.7", |
| 26 | + "babel-plugin-transform-class-properties": "^6.18.0", |
| 27 | + "babel-polyfill": "^6.16.0", |
| 28 | + "babel-preset-es2015": "^6.18.0", |
| 29 | + "babel-preset-react": "^6.16.0", |
30 | 30 | "body-parser": "^1.15.2",
|
31 |
| - "connect-history-api-fallback": "^1.2.0", |
32 |
| - "copy-webpack-plugin": "^3.0.1", |
33 |
| - "css-loader": "^0.23.1", |
| 31 | + "connect-history-api-fallback": "^1.3.0", |
| 32 | + "copy-webpack-plugin": "^4.0.1", |
| 33 | + "css-loader": "^0.25.0", |
34 | 34 | "express": "^4.14.0",
|
35 | 35 | "extract-text-webpack-plugin": "^1.0.1",
|
36 |
| - "html-webpack-plugin": "^2.22.0", |
37 |
| - "mongoose": "^4.5.3", |
38 |
| - "node-sass": "^3.8.0", |
39 |
| - "nodemon": "^1.9.2", |
40 |
| - "postcss-loader": "^0.9.1", |
41 |
| - "react-hot-loader": "^1.3.0", |
42 |
| - "sass-loader": "^4.0.0", |
| 36 | + "html-webpack-plugin": "^2.24.1", |
| 37 | + "mongoose": "^4.6.7", |
| 38 | + "node-sass": "^3.12.2", |
| 39 | + "nodemon": "^1.11.0", |
| 40 | + "postcss-loader": "^1.1.1", |
| 41 | + "react-hot-loader": "^3.0.0-beta.6", |
| 42 | + "sass-loader": "^4.0.2", |
43 | 43 | "style-loader": "^0.13.1",
|
44 |
| - "webpack": "^1.13.1", |
45 |
| - "webpack-dev-middleware": "^1.6.1", |
46 |
| - "webpack-hot-middleware": "^2.12.1", |
47 |
| - "webpack-merge": "^0.14.0" |
| 44 | + "webpack": "^1.13.3", |
| 45 | + "webpack-dev-middleware": "^1.8.4", |
| 46 | + "webpack-hot-middleware": "^2.13.2", |
| 47 | + "webpack-merge": "^0.16.0" |
48 | 48 | }
|
49 | 49 | }
|
0 commit comments