degenfeed-web/package.json
cryptorugmunch 45baeb4707
Some checks are pending
DegenFeed CI/CD / test (push) Waiting to run
DegenFeed CI/CD / deploy-worker (push) Blocked by required conditions
DegenFeed CI/CD / deploy-web (push) Blocked by required conditions
chore: rename munchcrawl → Pry across docs and code
Fleet-wide rename of legacy munchcrawl references to Pry/pryscraper.
External referral URLs in pryscraper/proxy_referrals.py left as-is
— those are third-party service registrations needing manual update:
  brightdata.com, smartproxy.com, iproyal.com, webshare.io
2026-07-09 13:52:16 +02:00

41 lines
994 B
JSON

{
"name": "degenfeed-web",
"version": "0.1.0",
"private": true,
"packageManager": "pnpm@11.7.0",
"scripts": {
"dev": "turbo run dev",
"build": "turbo run build",
"lint": "turbo run lint",
"typecheck": "turbo run typecheck",
"test": "turbo run test",
"format": "biome format --write .",
"format:check": "biome format ."
},
"devDependencies": {
"@biomejs/biome": "^2.5.2",
"turbo": "^2.10.3",
"typescript": "^5.9.3",
"wrangler": "4.107.0"
},
"engines": {
"node": ">=20.0.0"
},
"dependencies": {
"@solana/wallet-adapter-base": "^0.9.27",
"@solana/wallet-adapter-react": "^0.15.39",
"@solana/wallet-adapter-wallets": "^0.19.38",
"@solana/web3.js": "^1.98.4",
"@tanstack/react-query": "^5.101.2",
"@web3modal/wagmi": "^5.1.11",
"next": "^16.2.10",
"qrcode.react": "^4.2.0",
"viem": "^2.54.3",
"wagmi": "^3.6.21"
},
"workspaces": [
"apps/*",
"packages/*",
"workers/*"
]
}