|
6 | 6 | "start": "node ./bin/www", |
7 | 7 | "dev": "DEBUG=server-render/* nodemon ./bin/www", |
8 | 8 | "build": "rm -rf dist/ && babel --watch src/ -d dist/", |
9 | | - "webpack:server": "webpack --debug --hot --output-path-info --devtool=eval --display-modules --watch -d" |
| 9 | + "webpack:server": "webpack --debug --devtool=eval --watch" |
10 | 10 | }, |
11 | 11 | "dependencies": { |
12 | | - "body-parser": "~1.13.2", |
13 | | - "cookie-parser": "~1.3.5", |
14 | | - "debug": "~2.2.0", |
15 | | - "express": "~4.13.1", |
16 | | - "morgan": "~1.6.1", |
| 12 | + "body-parser": "~1.16.1", |
| 13 | + "cookie-parser": "~1.4.3", |
| 14 | + "debug": "~2.6.1", |
| 15 | + "express": "~4.14.1", |
| 16 | + "morgan": "~1.8.1", |
17 | 17 | "pug": "~2.0.0-beta2", |
18 | | - "react": "^15.1.0", |
19 | | - "react-dom": "^15.1.0", |
20 | | - "react-router": "^2.4.1", |
21 | | - "request": "^2.72.0", |
22 | | - "serve-favicon": "~2.3.0" |
| 18 | + "react": "^15.4.2", |
| 19 | + "react-dom": "^15.4.2", |
| 20 | + "react-router": "^3.0.2", |
| 21 | + "request": "^2.79.0", |
| 22 | + "serve-favicon": "~2.4.1" |
23 | 23 | }, |
24 | 24 | "devDependencies": { |
25 | 25 | "babel-cli": "^6.23.0", |
26 | | - "babel-core": "^6.9.1", |
27 | | - "babel-eslint": "^6.0.4", |
28 | | - "babel-loader": "^6.2.4", |
29 | | - "babel-plugin-transform-object-assign": "^6.5.0", |
30 | | - "babel-polyfill": "^6.7.2", |
31 | | - "babel-preset-es2015": "^6.9.0", |
32 | | - "babel-preset-react": "^6.5.0", |
33 | | - "babel-preset-stage-0": "^6.5.0", |
34 | | - "eslint-config-xo": "^0.14.1", |
35 | | - "eslint-config-xo-react": "^0.7.0", |
36 | | - "eslint-config-xo-space": "^0.13.0", |
37 | | - "eslint-plugin-babel": "^3.2.0", |
38 | | - "eslint-plugin-react": "^5.1.1", |
| 26 | + "babel-core": "^6.23.1", |
| 27 | + "babel-eslint": "^7.1.1", |
| 28 | + "babel-loader": "^6.3.2", |
| 29 | + "babel-plugin-transform-object-assign": "^6.22.0", |
| 30 | + "babel-polyfill": "^6.23.0", |
| 31 | + "babel-preset-es2015": "^6.22.0", |
| 32 | + "babel-preset-react": "^6.23.0", |
| 33 | + "babel-preset-stage-0": "^6.22.0", |
| 34 | + "eslint-config-xo": "^0.17.0", |
| 35 | + "eslint-config-xo-react": "^0.10.0", |
| 36 | + "eslint-config-xo-space": "^0.15.0", |
| 37 | + "eslint-plugin-babel": "^4.1.0", |
| 38 | + "eslint-plugin-react": "^6.10.0", |
39 | 39 | "nodemon": "^1.11.0", |
40 | | - "webpack": "^1.13.1", |
41 | | - "webpack-dev-server": "^1.14.1", |
42 | | - "xo": "^0.15.1" |
| 40 | + "webpack": "^2.2.1", |
| 41 | + "webpack-dev-server": "^2.4.1", |
| 42 | + "xo": "^0.17.1" |
43 | 43 | }, |
44 | 44 | "xo": { |
45 | 45 | "esnext": true, |
|
0 commit comments