{ "name": "froyd", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "eslint" }, "dependencies": { "@solana/spl-token": "^0.4.14", "@solana/web3.js": "^1.98.4", "@stripe/react-stripe-js": "^5.4.1", "@stripe/stripe-js": "^8.6.1", "bcryptjs": "^3.0.3", "bs58": "^6.0.0", "clsx": "^2.1.1", "cookies-next": "^6.1.1", "date-fns": "^4.1.0", "jsonwebtoken": "^9.0.3", "lucide-react": "^0.562.0", "next": "16.1.1", "pg": "^8.20.0", "react": "19.2.3", "react-dom": "19.2.3", "recharts": "^3.6.0", "stripe": "^20.1.2", "tailwind-merge": "^3.4.0" }, "devDependencies": { "@nomicfoundation/hardhat-ethers": "^4.0.6", "@nomicfoundation/hardhat-toolbox": "^6.1.2", "@openzeppelin/contracts": "^5.6.1", "@tailwindcss/postcss": "^4", "@types/bcryptjs": "^2.4.6", "@types/chai": "^5.2.3", "@types/jsonwebtoken": "^9.0.10", "@types/mocha": "^10.0.10", "@types/node": "^20", "@types/pg": "^8.18.0", "@types/react": "^19", "@types/react-dom": "^19", "chai": "^4.3.7", "eslint": "^9", "eslint-config-next": "16.1.1", "ethers": "^6.16.0", "hardhat": "^3.1.12", "tailwindcss": "^4", "typescript": "^5" } }