{ "name": "mitmproxy-client", "version": "0.1.0", "private": true, "dependencies": { "@testing-library/jest-dom": "^5.15.1", "@testing-library/react": "^12.1.2", "@testing-library/user-event": "^13.5.0", "@types/jest": "^27.0.3", "@types/node": "^16.11.11", "@types/react": "^17.0.37", "@types/react-dom": "^17.0.11", "bootstrap": "^5.1.3", "copy-to-clipboard": "^3.3.1", "fetch-to-curl": "^0.5.2", "react": "^17.0.2", "react-bootstrap": "^2.0.3", "react-dom": "^17.0.2", "react-json-pretty": "^2.2.0", "react-scripts": "4.0.3", "scrollmonitor": "1.2.4", "typescript": "^4.5.2", "web-vitals": "^2.1.2" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" }, "eslintConfig": { "extends": [ "react-app", "react-app/jest" ] }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^4.22.0", "@typescript-eslint/parser": "^4.22.0", "eslint": "^7.25.0", "eslint-plugin-react": "^7.23.2" } }