diff --git a/packages/react-scripts/package.json b/packages/react-scripts/package.json index ecfa3903865d1eeeeea5877d0dba5198188280cd..dd789ec1b0bc2c9de7f05f721717f40c07a280b9 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -74,50 +74,5 @@ }, "optionalDependencies": { "fsevents": "1.0.14" - }, - "bundledDependencies": [ - "autoprefixer", - "babel-core", - "babel-eslint", - "babel-jest", - "babel-loader", - "babel-preset-react-app", - "case-sensitive-paths-webpack-plugin", - "chalk", - "connect-history-api-fallback", - "cross-spawn", - "css-loader", - "detect-port", - "dotenv", - "eslint", - "eslint-config-react-app", - "eslint-loader", - "eslint-plugin-flowtype", - "eslint-plugin-import", - "eslint-plugin-jsx-a11y", - "eslint-plugin-react", - "extract-text-webpack-plugin", - "file-loader", - "filesize", - "find-cache-dir", - "fs-extra", - "gzip-size", - "html-webpack-plugin", - "http-proxy-middleware", - "jest", - "json-loader", - "object-assign", - "path-exists", - "postcss-loader", - "promise", - "react-dev-utils", - "recursive-readdir", - "rimraf", - "strip-ansi", - "style-loader", - "url-loader", - "webpack", - "webpack-dev-server", - "whatwg-fetch" - ] + } }