|
31 | 31 | "react": ">=16.3.0"
|
32 | 32 | },
|
33 | 33 | "devDependencies": {
|
34 |
| - "@babel/cli": "^7.1.2", |
35 |
| - "@babel/core": "^7.1.2", |
36 |
| - "@babel/plugin-proposal-object-rest-spread": "^7.0.0", |
37 |
| - "@babel/plugin-syntax-class-properties": "^7.0.0", |
38 |
| - "@babel/plugin-syntax-dynamic-import": "^7.0.0", |
39 |
| - "@babel/plugin-transform-flow-strip-types": "^7.0.0", |
40 |
| - "@babel/plugin-transform-object-assign": "^7.0.0", |
41 |
| - "@babel/preset-env": "^7.1.0", |
42 |
| - "@babel/preset-react": "^7.0.0", |
43 |
| - "babel-core": "^7.0.0-bridge.0", |
44 |
| - "eslint": "^5.8.0", |
45 |
| - "eslint-config-metalab": "^10.0.0", |
46 |
| - "flow-bin": "^0.84.0", |
47 |
| - "jest": "^23.6.0", |
48 |
| - "ncp": "^2.0.0", |
49 |
| - "prettier": "^1.14.3", |
50 |
| - "react": "^16.4", |
51 |
| - "react-dom": "^16.4", |
52 |
| - "renamer": "^1.1.0", |
53 |
| - "rimraf": "^2.6.2", |
54 |
| - "rollup": "^0.66.6", |
55 |
| - "rollup-plugin-babel": "^4.0.3" |
| 34 | + "@babel/cli": "7.1.2", |
| 35 | + "@babel/core": "7.1.2", |
| 36 | + "@babel/plugin-proposal-object-rest-spread": "7.0.0", |
| 37 | + "@babel/plugin-syntax-class-properties": "7.0.0", |
| 38 | + "@babel/plugin-syntax-dynamic-import": "7.0.0", |
| 39 | + "@babel/plugin-transform-flow-strip-types": "7.0.0", |
| 40 | + "@babel/plugin-transform-object-assign": "7.0.0", |
| 41 | + "@babel/preset-env": "7.1.0", |
| 42 | + "@babel/preset-react": "7.0.0", |
| 43 | + "babel-core": "7.0.0-bridge.0", |
| 44 | + "eslint": "5.8.0", |
| 45 | + "eslint-config-metalab": "10.0.0", |
| 46 | + "flow-bin": "0.84.0", |
| 47 | + "jest": "23.6.0", |
| 48 | + "ncp": "2.0.0", |
| 49 | + "prettier": "1.14.3", |
| 50 | + "react": "16.6.0", |
| 51 | + "react-dom": "16.6.0", |
| 52 | + "renamer": "1.1.0", |
| 53 | + "rimraf": "2.6.2", |
| 54 | + "rollup": "0.66.6", |
| 55 | + "rollup-plugin-babel": "4.0.3" |
56 | 56 | },
|
57 | 57 | "jest": {
|
58 | 58 | "modulePathIgnorePatterns": [
|
|
0 commit comments