{ "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": "^14.4.3", "@types/jest": "^29.2.4", "@types/node": "^18.11.12", "@types/react": "^18.0.26", "@types/react-dom": "^18.0.9", "bootstrap": "^5.1.3", "copy-to-clipboard": "^3.3.1", "fetch-to-curl": "^0.5.2", "react": "^18.2.0", "react-bootstrap": "^2.0.3", "react-dom": "^18.2.0", "react-json-pretty": "^2.2.0", "react-scripts": "5.0.1", "typescript": "^4.5.2", "web-vitals": "^3.1.0" }, "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": "^5.46.0", "@typescript-eslint/parser": "^5.46.0", "eslint": "^8.29.0", "eslint-plugin-react": "^7.27.1" } }