{ "name": "react-scripts", "version": "3.4.1", "description": "Configuration and scripts for Create React App.", "repository": { "type": "git", "url": "https://github.com/facebook/create-react-app.git", "directory": "packages/react-scripts" }, "license": "MIT", "engines": { "node": ">=10" }, "bugs": { "url": "https://github.com/facebook/create-react-app/issues" }, "files": [ "bin", "config", "lib", "scripts", "template", "template-typescript", "utils" ], "bin": { "react-scripts": "./bin/react-scripts.js" }, "types": "./lib/react-app.d.ts", "dependencies": { "@babel/core": "7.9.6", "@pmmmwh/react-refresh-webpack-plugin": "0.3.1", "@svgr/webpack": "5.4.0", "@typescript-eslint/eslint-plugin": "^2.10.0", "@typescript-eslint/parser": "^2.10.0", "babel-eslint": "10.1.0", "babel-jest": "^25.2.6", "babel-loader": "8.1.0", "babel-plugin-named-asset-import": "^0.3.6", "babel-preset-react-app": "^9.1.2", "bfj": "^7.0.2", "camelcase": "^6.0.0", "case-sensitive-paths-webpack-plugin": "2.3.0", "css-loader": "3.5.3", "dotenv": "8.2.0", "dotenv-expand": "5.1.0", "eslint": "^6.6.0", "eslint-config-react-app": "^5.2.1", "eslint-loader": "4.0.2", "eslint-plugin-flowtype": "4.7.0", "eslint-plugin-import": "2.20.2", "eslint-plugin-jsx-a11y": "6.2.3", "eslint-plugin-react": "7.20.0", "eslint-plugin-react-hooks": "^4.0.0", "file-loader": "6.0.0", "fs-extra": "^9.0.0", "html-webpack-plugin": "4.3.0", "identity-obj-proxy": "3.0.0", "jest": "25.5.4", "jest-resolve": "25.5.1", "jest-watch-typeahead": "0.5.0", "mini-css-extract-plugin": "0.9.0", "optimize-css-assets-webpack-plugin": "5.0.3", "pnp-webpack-plugin": "1.6.4", "postcss-flexbugs-fixes": "4.2.1", "postcss-loader": "3.0.0", "postcss-normalize": "8.0.1", "postcss-preset-env": "6.7.0", "postcss-safe-parser": "4.0.2", "react-app-polyfill": "^1.0.6", "react-dev-utils": "^10.2.1", "react-refresh": "^0.8.1", "resolve": "1.17.0", "resolve-url-loader": "3.1.1", "sass-loader": "8.0.2", "semver": "7.3.2", "style-loader": "1.2.1", "terser-webpack-plugin": "3.0.1", "ts-pnp": "1.2.0", "url-loader": "4.1.0", "webpack": "4.43.0", "webpack-dev-server": "3.11.0", "webpack-manifest-plugin": "2.2.0", "workbox-webpack-plugin": "4.3.1" }, "devDependencies": { "react": "^16.12.0", "react-dom": "^16.12.0" }, "optionalDependencies": { "fsevents": "^2.1.3" }, "peerDependencies": { "typescript": "^3.2.1" }, "peerDependenciesMeta": { "typescript": { "optional": true } }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }