|
24 | 24 | ],
|
25 | 25 | "devDependencies": {
|
26 | 26 | "babel": "^6.3.13",
|
| 27 | + "babel-eslint": "^4.1.4", |
27 | 28 | "babel-plugin-external-helpers-2": "^6.1.4",
|
28 | 29 | "babel-plugin-syntax-async-functions": "^6.0.14",
|
29 | 30 | "babel-plugin-syntax-class-properties": "^6.0.14",
|
|
38 | 39 | "babel-plugin-transform-es2015-constants": "^6.0.15",
|
39 | 40 | "babel-plugin-transform-es2015-destructuring": "^6.0.18",
|
40 | 41 | "babel-plugin-transform-es2015-for-of": "^6.0.14",
|
41 |
| - "babel-plugin-transform-es2015-modules-commonjs": "^6.1.3", |
| 42 | + "babel-plugin-transform-es2015-modules-commonjs": "6.26.0", |
42 | 43 | "babel-plugin-transform-es2015-parameters": "^6.0.18",
|
43 | 44 | "babel-plugin-transform-es2015-shorthand-properties": "^6.0.14",
|
44 | 45 | "babel-plugin-transform-es2015-spread": "^6.0.14",
|
|
50 | 51 | "babel-plugin-transform-react-jsx": "^6.0.18",
|
51 | 52 | "babel-plugin-transform-regenerator": "^6.0.18",
|
52 | 53 | "babel-register": "^6.3.13",
|
53 |
| - "babel-eslint": "^4.1.4", |
54 | 54 | "chai": "^3.4.0",
|
55 | 55 | "eslint": "^1.8.0",
|
56 | 56 | "eslint-plugin-react": "^3.7.1",
|
|
59 | 59 | "author": "jrichardlai",
|
60 | 60 | "license": "MIT",
|
61 | 61 | "dependencies": {
|
| 62 | + "babel-plugin-check-es2015-constants": "6.22.0", |
62 | 63 | "prop-types": "^15.5.10"
|
63 | 64 | }
|
64 | 65 | }
|
0 commit comments