|
28 | 28 | "babel-eslint": "6.1.2",
|
29 | 29 | "babel-jest": "15.0.0",
|
30 | 30 | "babel-loader": "6.2.5",
|
31 |
| - "babel-preset-react-app": "0.2.0", |
| 31 | + "babel-preset-react-app": "^0.2.1", |
32 | 32 | "case-sensitive-paths-webpack-plugin": "1.1.4",
|
33 | 33 | "chalk": "1.1.3",
|
34 | 34 | "connect-history-api-fallback": "1.3.0",
|
|
37 | 37 | "detect-port": "1.0.0",
|
38 | 38 | "dotenv": "2.0.0",
|
39 | 39 | "eslint": "3.5.0",
|
40 |
| - "eslint-config-react-app": "0.2.1", |
| 40 | + "eslint-config-react-app": "^0.2.1", |
41 | 41 | "eslint-loader": "1.5.0",
|
42 | 42 | "eslint-plugin-flowtype": "2.18.1",
|
43 | 43 | "eslint-plugin-import": "1.12.0",
|
|
57 | 57 | "path-exists": "2.1.0",
|
58 | 58 | "postcss-loader": "0.13.0",
|
59 | 59 | "promise": "7.1.1",
|
60 |
| - "react-dev-utils": "0.1.0", |
| 60 | + "react-dev-utils": "^0.1.0", |
61 | 61 | "recursive-readdir": "2.0.0",
|
62 | 62 | "rimraf": "2.5.4",
|
63 | 63 | "strip-ansi": "3.0.1",
|
|
74 | 74 | },
|
75 | 75 | "optionalDependencies": {
|
76 | 76 | "fsevents": "1.0.14"
|
77 |
| - } |
| 77 | + }, |
| 78 | + "bundledDependencies": [ |
| 79 | + "autoprefixer", |
| 80 | + "babel-core", |
| 81 | + "babel-eslint", |
| 82 | + "babel-jest", |
| 83 | + "babel-loader", |
| 84 | + "babel-preset-react-app", |
| 85 | + "case-sensitive-paths-webpack-plugin", |
| 86 | + "chalk", |
| 87 | + "connect-history-api-fallback", |
| 88 | + "cross-spawn", |
| 89 | + "css-loader", |
| 90 | + "detect-port", |
| 91 | + "dotenv", |
| 92 | + "eslint", |
| 93 | + "eslint-config-react-app", |
| 94 | + "eslint-loader", |
| 95 | + "eslint-plugin-flowtype", |
| 96 | + "eslint-plugin-import", |
| 97 | + "eslint-plugin-jsx-a11y", |
| 98 | + "eslint-plugin-react", |
| 99 | + "extract-text-webpack-plugin", |
| 100 | + "file-loader", |
| 101 | + "filesize", |
| 102 | + "find-cache-dir", |
| 103 | + "fs-extra", |
| 104 | + "gzip-size", |
| 105 | + "html-webpack-plugin", |
| 106 | + "http-proxy-middleware", |
| 107 | + "jest", |
| 108 | + "json-loader", |
| 109 | + "object-assign", |
| 110 | + "path-exists", |
| 111 | + "postcss-loader", |
| 112 | + "promise", |
| 113 | + "react-dev-utils", |
| 114 | + "recursive-readdir", |
| 115 | + "rimraf", |
| 116 | + "strip-ansi", |
| 117 | + "style-loader", |
| 118 | + "url-loader", |
| 119 | + "webpack", |
| 120 | + "webpack-dev-server", |
| 121 | + "whatwg-fetch" |
| 122 | + ] |
78 | 123 | }
|
0 commit comments