{ "name": "zapper", "version": "0.1.0", "private": true, "dependencies": { "@emotion/react": "^11.11.4", "@emotion/styled": "^11.11.5", "@getalby/bitcoin-connect-react": "^3.3.0", "@mui/icons-material": "^5.15.15", "@mui/material": "^5.15.15", "@nostr-dev-kit/ndk": "^2.7.1", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", "@uidotdev/usehooks": "^2.4.1", "bootstrap": "^5.3.1", "nostr-tools": "^1.17.0", "qrcode": "^1.5.3", "react": "^18.2.0", "react-bootstrap": "^2.8.0", "react-bootstrap-icons": "^1.10.3", "react-device-detect": "^2.2.3", "react-dom": "^18.2.0", "react-hook-form": "^7.51.3", "react-hot-toast": "^2.4.1", "react-intl": "^6.4.6", "react-query": "^3.39.3", "react-router-dom": "^6.15.0", "react-scripts": "5.0.1", "react-scroll": "^1.9.0", "typescript": "^5.4.5", "web-vitals": "^2.1.4" }, "overrides": { "typescript": "^5.4.5" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject", "lint": "eslint . --ext js,jsx", "lint:fix": "eslint . --ext js,jsx --fix", "format": "npx prettier --write src" }, "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": { "eslint": "^8.49.0", "eslint-config-airbnb": "^19.0.4", "eslint-config-prettier": "^9.0.0", "eslint-plugin-import": "^2.28.1", "eslint-plugin-jsx-a11y": "^6.7.1", "eslint-plugin-prettier": "^5.0.0", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", "prettier": "3.0.3" } }