|
1 | 1 | {
|
2 | 2 | "name": "react-redux-universal-boilerplate",
|
3 |
| - "version": "0.1.2", |
| 3 | + "version": "0.1.3", |
4 | 4 | "author": {
|
5 | 5 | "name": "Kiki le singe"
|
6 | 6 | },
|
|
47 | 47 | "koa-convert": "^1.2.0",
|
48 | 48 | "koa-proxy": "^0.6.0",
|
49 | 49 | "koa-static": "^3.0.0",
|
50 |
| - "lodash": "^4.12.0", |
51 | 50 | "normalize.css": "^4.1.1",
|
52 |
| - "react": "^15.0.2", |
53 |
| - "react-dom": "^15.0.2", |
| 51 | + "react": "^15.1.0", |
| 52 | + "react-dom": "^15.1.0", |
54 | 53 | "react-redux": "^4.4.5",
|
55 |
| - "react-router": "^2.4.0", |
| 54 | + "react-router": "^2.4.1", |
56 | 55 | "react-router-redux": "^4.0.2",
|
57 | 56 | "redux": "^3.5.1",
|
58 |
| - "redux-thunk": "^2.1.0", |
59 | 57 | "serve-static": "^1.10.0",
|
60 |
| - "superagent": "^1.8.3", |
61 |
| - "webpack-isomorphic-tools": "^2.2.50", |
| 58 | + "webpack-isomorphic-tools": "^2.3.0", |
62 | 59 | "yargs": "^4.7.1"
|
63 | 60 | },
|
64 | 61 | "devDependencies": {
|
65 | 62 | "autoprefixer": "^6.3.6",
|
66 |
| - "babel-cli": "^6.8.0", |
67 |
| - "babel-core": "^6.8.0", |
| 63 | + "babel-cli": "^6.9.0", |
| 64 | + "babel-core": "^6.9.0", |
68 | 65 | "babel-eslint": "^6.0.3",
|
69 | 66 | "babel-loader": "^6.2.4",
|
70 |
| - "babel-plugin-transform-runtime": "^6.8.0", |
71 |
| - "babel-preset-es2015": "^6.6.0", |
| 67 | + "babel-plugin-transform-runtime": "^6.9.0", |
| 68 | + "babel-preset-es2015": "^6.9.0", |
72 | 69 | "babel-preset-react": "^6.5.0",
|
73 | 70 | "babel-preset-react-optimize": "^1.0.1",
|
74 | 71 | "babel-preset-stage-0": "^6.5.0",
|
75 |
| - "babel-register": "^6.8.0", |
76 |
| - "babel-runtime": "^6.6.1", |
| 72 | + "babel-register": "^6.9.0", |
| 73 | + "babel-runtime": "^6.9.0", |
77 | 74 | "concurrently": "^2.1.0",
|
78 | 75 | "copy-webpack-plugin": "^3.0.0",
|
79 | 76 | "css-loader": "^0.23.1",
|
80 |
| - "eslint": "^2.10.2", |
| 77 | + "eslint": "^2.11.0", |
81 | 78 | "eslint-config-airbnb": "^9.0.1",
|
82 | 79 | "eslint-loader": "^1.3.0",
|
83 | 80 | "eslint-plugin-babel": "^3.2.0",
|
84 |
| - "eslint-plugin-import": "^1.8.0", |
85 |
| - "eslint-plugin-jsx-a11y": "^1.2.0", |
| 81 | + "eslint-plugin-import": "^1.8.1", |
| 82 | + "eslint-plugin-jsx-a11y": "^1.2.2", |
86 | 83 | "eslint-plugin-react": "^5.1.1",
|
87 | 84 | "extract-text-webpack-plugin": "^1.0.1",
|
88 | 85 | "file-loader": "^0.8.5",
|
|
99 | 96 | "sass-loader": "^3.2.0",
|
100 | 97 | "style-loader": "^0.13.1",
|
101 | 98 | "url-loader": "^0.5.7",
|
102 |
| - "webpack": "^1.13.0" |
| 99 | + "webpack": "^1.13.1" |
103 | 100 | },
|
104 | 101 | "scripts": {
|
105 | 102 | "compile": "NODE_ENV=production babel-node ./node_modules/.bin/webpack --optimize-minimize --progress --config ./webpack/prod.config",
|
|
0 commit comments