|
54 | 54 | "babel-eslint": "^7.1.0", |
55 | 55 | "babel-loader": "^7.0.0", |
56 | 56 | "babel-plugin-stylus-compiler": "^1.3.0", |
| 57 | + "babel-plugin-syntax-function-bind": "^6.13.0", |
57 | 58 | "babel-plugin-transform-array-from": "^1.0.0", |
| 59 | + "babel-plugin-transform-class-properties": "^6.24.1", |
| 60 | + "babel-plugin-transform-export-extensions": "^6.22.0", |
| 61 | + "babel-plugin-transform-object-rest-spread": "^6.26.0", |
58 | 62 | "babel-polyfill": "^6.13.0", |
59 | | - "babel-preset-es2015": "^6.14.0", |
| 63 | + "babel-preset-env": "^1.6.0", |
60 | 64 | "babel-preset-react": "^6.11.1", |
61 | | - "babel-preset-stage-0": "^6.5.0", |
62 | 65 | "babel-runtime": "^6.11.6", |
63 | 66 | "chai": "^4.0.0", |
64 | 67 | "concurrently": "^3.1.0", |
|
95 | 98 | "mocha": "^3.1.2", |
96 | 99 | "node-storage-shim": "^1.0.1", |
97 | 100 | "react": "^15.4.2", |
98 | | - "react-redux": "^5.0.3", |
99 | | - "redux": "^3.5.1", |
100 | | - "react-dom": "^15.4.1", |
101 | 101 | "react-addons-perf": "^15.3.2", |
102 | 102 | "react-addons-test-utils": "^15.3.2", |
| 103 | + "react-dom": "^15.4.1", |
103 | 104 | "react-hot-loader": "^3.0.0-beta.6", |
| 105 | + "react-redux": "^5.0.3", |
| 106 | + "redux": "^3.5.1", |
104 | 107 | "redux-devtools": "^3.3.1", |
105 | 108 | "redux-mock-store": "^1.2.1", |
106 | 109 | "sinon": "^2.1.0", |
|
0 commit comments