{ "name": "my-app", "version": "0.0.1", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "prettier-format": "prettier --config .prettierrc.yaml 'src/**/*.ts' --write", "prettier-format-tsx": "prettier --config .prettierrc.yaml 'src/**/*.tsx' --write" }, "browser": { "fs": false }, "dependencies": { "@chakra-ui/icons": "^2.0.14", "@chakra-ui/react": "^2.4.9", "@emotion/react": "^11.10.5", "@emotion/styled": "^11.10.5", "@rainbow-me/rainbowkit": "^0.8.1", "@types/next": "^9.0.0", "axios": "^1.2.2", "constants": "^0.0.2", "ethers": "^5.7.2", "fastfile": "^0.0.20", "framer-motion": "^6.5.1", "fs": "^0.0.1-security", "graphql": "^16.6.0", "jotai": "^1.12.0", "lodash": "^4.17.21", "next": "^13.0.0", "pools-ts":"git+https://github.com/ameensol/pools-ts.git", "privacy-pools": "git+https://github.com/ameensol/pools-sol.git", "react": "^18.2.0", "react-dom": "^18.2.0", "react-hot-toast": "^2.4.0", "react-icons": "^4.7.1", "readline": "^1.3.0", "snarkjs": "^0.5.0", "urql": "^3.0.3", "wagmi": "^0.9.6", "zxcvbn": "^4.4.2" }, "devDependencies": { "@types/node": "^18.13.0", "@types/react": "^18.0.9", "@types/react-dom": "^18.0.3", "@wagmi/core": "^0.9.5", "eslint": "^8.15.0", "eslint-config-next": "^12.0.4", "http-server": "^14.1.1", "prettier": "^2.8.4", "ts-loader": "^9.4.2", "typescript": "^4.7.4" } }