{ "name": "dapp", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "prettier": "prettier --write . --config ../.prettierrc" }, "dependencies": { "@headlessui/react": "^1.7.1", "@heroicons/react": "^2.0.10", "@usedapp/core": "^1.1.5", "@walletconnect/web3-provider": "^1.8.0", "circomlibjs": "^0.1.7", "crypto-browserify": "^3.12.0", "dotenv": "^16.0.2", "ethers": "^5.7.0", "framer-motion": "^7.3.5", "fs": "^0.0.1-security", "hi-base32": "^0.5.1", "jsotp": "^1.0.4", "next": "12.3.0", "next-qrcode": "^2.2.0", "next-themes": "^0.2.1", "process": "^0.11.10", "react": "18.2.0", "react-dom": "18.2.0", "react-icons": "^4.4.0", "react-loader-spinner": "^5.3.4", "react-lottie-player": "^1.4.3", "react-password-checklist": "^1.4.1", "react-pin-input-hook": "^1.0.8", "snarkjs": "^0.5.0", "thirty-two": "^1.0.2", "totp-generator": "^0.0.13", "web3.storage": "^4.4.0", "web3modal": "^1.9.9" }, "devDependencies": { "@graphprotocol/client-cli": "^2.2.11", "@tailwindcss/aspect-ratio": "^0.4.2", "@tailwindcss/forms": "^0.5.3", "@tailwindcss/line-clamp": "^0.4.2", "@tailwindcss/typography": "^0.5.7", "@types/node": "18.7.16", "@types/qrcode": "^1.5.0", "@types/react": "18.0.19", "@types/react-dom": "18.0.6", "autoprefixer": "^10.4.8", "eslint": "8.23.0", "eslint-config-next": "12.3.0", "graphql": "^16.6.0", "graphql-esm": "^16.5.0", "postcss": "^8.4.16", "postcss-import": "^15.0.0", "prettier": "^2.7.1", "tailwindcss": "^3.1.8", "typescript": "4.8.3" } }