|
1 | 1 | { |
2 | 2 | "name": "redux-react-i18n-example", |
| 3 | + "version": "0.0.1", |
3 | 4 | "description": "exemple for redux-react-i18n", |
4 | 5 | "scripts": {}, |
5 | 6 | "author": "derzunov <[email protected]>", |
6 | 7 | "license": "MIT", |
7 | 8 | "dependencies": { |
8 | | - "babel-core": "^6.17.0", |
9 | | - "babel-loader": "^6.2.5", |
10 | | - "babel-preset-es2015": "^6.6.0", |
11 | | - "babel-preset-es2016": "^6.16.0", |
12 | | - "babel-preset-latest": "^6.22.0", |
13 | | - "babel-preset-react": "^6.5.0", |
14 | | - "babel-preset-stage-0": "^6.22.0", |
15 | | - "body-parser": "^1.15.0", |
16 | | - "config": "^1.21.0", |
17 | | - "del": "^2.2.2", |
18 | | - "express": "^4.14.0", |
19 | | - "fuzzysearch": "^1.0.3", |
| 9 | + "babel-core": "^6.26.0", |
| 10 | + "babel-loader": "^7.1.4", |
| 11 | + "babel-preset-env": "^1.6.1", |
| 12 | + "babel-preset-react": "^6.24.1", |
| 13 | + "body-parser": "^1.18.2", |
| 14 | + "config": "^1.30.0", |
| 15 | + "del": "^3.0.0", |
| 16 | + "express": "^4.16.3", |
20 | 17 | "gulp": "^3.9.1", |
21 | | - "gulp-load-plugins": "^1.4.0", |
22 | | - "gulp-sequence": "^0.4.6", |
| 18 | + "gulp-load-plugins": "^1.5.0", |
| 19 | + "gulp-sequence": "^1.0.0", |
23 | 20 | "open": "0.0.5", |
24 | 21 | "path": "^0.12.7", |
25 | | - "react": "^15.3.0", |
26 | | - "react-dom": "^15.3.0", |
27 | | - "react-redux": "^4.4.5", |
28 | | - "redux": "^3.5.2", |
29 | | - "redux-form": "^6.2.0", |
30 | | - "redux-react-i18n": "^1.1.0", |
31 | | - "redux-thunk": "^2.0.1", |
32 | | - "run-sequence": "^1.2.2", |
| 22 | + "react": "^16.3.1", |
| 23 | + "react-dom": "^16.3.1", |
| 24 | + "react-redux": "^5.0.7", |
| 25 | + "redux": "^3.7.2", |
| 26 | + "redux-form": "^7.3.0", |
| 27 | + "redux-thunk": "^2.2.0", |
| 28 | + "run-sequence": "^2.2.1", |
33 | 29 | "stream-combiner2": "^1.1.1", |
34 | | - "translatr": "^0.1.6", |
35 | 30 | "webpack": "^2.2.1", |
36 | 31 | "webpack-dev-server": "^2.4.1", |
37 | | - "webpack-stream": "^3.2.0" |
| 32 | + "webpack-stream": "^3.2.0", |
| 33 | + "redux-react-i18n": ">=1.2.0" |
38 | 34 | } |
39 | 35 | } |
0 commit comments