| [9af201e] | 1 | {
|
|---|
| 2 | "name": "react-scripts",
|
|---|
| 3 | "version": "5.0.1",
|
|---|
| 4 | "description": "Configuration and scripts for Create React App.",
|
|---|
| 5 | "repository": {
|
|---|
| 6 | "type": "git",
|
|---|
| 7 | "url": "https://github.com/facebook/create-react-app.git",
|
|---|
| 8 | "directory": "packages/react-scripts"
|
|---|
| 9 | },
|
|---|
| 10 | "license": "MIT",
|
|---|
| 11 | "engines": {
|
|---|
| 12 | "node": ">=14.0.0"
|
|---|
| 13 | },
|
|---|
| 14 | "bugs": {
|
|---|
| 15 | "url": "https://github.com/facebook/create-react-app/issues"
|
|---|
| 16 | },
|
|---|
| 17 | "files": [
|
|---|
| 18 | "bin",
|
|---|
| 19 | "config",
|
|---|
| 20 | "lib",
|
|---|
| 21 | "scripts",
|
|---|
| 22 | "template",
|
|---|
| 23 | "template-typescript",
|
|---|
| 24 | "utils"
|
|---|
| 25 | ],
|
|---|
| 26 | "bin": {
|
|---|
| 27 | "react-scripts": "./bin/react-scripts.js"
|
|---|
| 28 | },
|
|---|
| 29 | "types": "./lib/react-app.d.ts",
|
|---|
| 30 | "dependencies": {
|
|---|
| 31 | "@babel/core": "^7.16.0",
|
|---|
| 32 | "@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
|
|---|
| 33 | "@svgr/webpack": "^5.5.0",
|
|---|
| 34 | "babel-jest": "^27.4.2",
|
|---|
| 35 | "babel-loader": "^8.2.3",
|
|---|
| 36 | "babel-plugin-named-asset-import": "^0.3.8",
|
|---|
| 37 | "babel-preset-react-app": "^10.0.1",
|
|---|
| 38 | "bfj": "^7.0.2",
|
|---|
| 39 | "browserslist": "^4.18.1",
|
|---|
| 40 | "camelcase": "^6.2.1",
|
|---|
| 41 | "case-sensitive-paths-webpack-plugin": "^2.4.0",
|
|---|
| 42 | "css-loader": "^6.5.1",
|
|---|
| 43 | "css-minimizer-webpack-plugin": "^3.2.0",
|
|---|
| 44 | "dotenv": "^10.0.0",
|
|---|
| 45 | "dotenv-expand": "^5.1.0",
|
|---|
| 46 | "eslint": "^8.3.0",
|
|---|
| 47 | "eslint-config-react-app": "^7.0.1",
|
|---|
| 48 | "eslint-webpack-plugin": "^3.1.1",
|
|---|
| 49 | "file-loader": "^6.2.0",
|
|---|
| 50 | "fs-extra": "^10.0.0",
|
|---|
| 51 | "html-webpack-plugin": "^5.5.0",
|
|---|
| 52 | "identity-obj-proxy": "^3.0.0",
|
|---|
| 53 | "jest": "^27.4.3",
|
|---|
| 54 | "jest-resolve": "^27.4.2",
|
|---|
| 55 | "jest-watch-typeahead": "^1.0.0",
|
|---|
| 56 | "mini-css-extract-plugin": "^2.4.5",
|
|---|
| 57 | "postcss": "^8.4.4",
|
|---|
| 58 | "postcss-flexbugs-fixes": "^5.0.2",
|
|---|
| 59 | "postcss-loader": "^6.2.1",
|
|---|
| 60 | "postcss-normalize": "^10.0.1",
|
|---|
| 61 | "postcss-preset-env": "^7.0.1",
|
|---|
| 62 | "prompts": "^2.4.2",
|
|---|
| 63 | "react-app-polyfill": "^3.0.0",
|
|---|
| 64 | "react-dev-utils": "^12.0.1",
|
|---|
| 65 | "react-refresh": "^0.11.0",
|
|---|
| 66 | "resolve": "^1.20.0",
|
|---|
| 67 | "resolve-url-loader": "^4.0.0",
|
|---|
| 68 | "sass-loader": "^12.3.0",
|
|---|
| 69 | "semver": "^7.3.5",
|
|---|
| 70 | "source-map-loader": "^3.0.0",
|
|---|
| 71 | "style-loader": "^3.3.1",
|
|---|
| 72 | "tailwindcss": "^3.0.2",
|
|---|
| 73 | "terser-webpack-plugin": "^5.2.5",
|
|---|
| 74 | "webpack": "^5.64.4",
|
|---|
| 75 | "webpack-dev-server": "^4.6.0",
|
|---|
| 76 | "webpack-manifest-plugin": "^4.0.2",
|
|---|
| 77 | "workbox-webpack-plugin": "^6.4.1"
|
|---|
| 78 | },
|
|---|
| 79 | "devDependencies": {
|
|---|
| 80 | "react": "^18.0.0",
|
|---|
| 81 | "react-dom": "^18.0.0"
|
|---|
| 82 | },
|
|---|
| 83 | "optionalDependencies": {
|
|---|
| 84 | "fsevents": "^2.3.2"
|
|---|
| 85 | },
|
|---|
| 86 | "peerDependencies": {
|
|---|
| 87 | "react": ">= 16",
|
|---|
| 88 | "typescript": "^3.2.1 || ^4"
|
|---|
| 89 | },
|
|---|
| 90 | "peerDependenciesMeta": {
|
|---|
| 91 | "typescript": {
|
|---|
| 92 | "optional": true
|
|---|
| 93 | }
|
|---|
| 94 | },
|
|---|
| 95 | "browserslist": {
|
|---|
| 96 | "production": [
|
|---|
| 97 | ">0.2%",
|
|---|
| 98 | "not dead",
|
|---|
| 99 | "not op_mini all"
|
|---|
| 100 | ],
|
|---|
| 101 | "development": [
|
|---|
| 102 | "last 1 chrome version",
|
|---|
| 103 | "last 1 firefox version",
|
|---|
| 104 | "last 1 safari version"
|
|---|
| 105 | ]
|
|---|
| 106 | },
|
|---|
| 107 | "gitHead": "19fa58d527ae74f2b6baa0867463eea1d290f9a5"
|
|---|
| 108 | }
|
|---|