4c3c8c6f87
Backend KOL_FEEDS trimmed from 29 to 25 (dead feeds removed).
Sync all hardcoded count mentions:
- layout.tsx JSON-LD, page.tsx (metric + comparison + copy)
- kol/page.tsx, KolPageClient.tsx ("and 26 more" → "and 22 more")
- glossary/page.tsx, opengraph-image.tsx
- public/llms.txt, llms-full.txt
- drop removed KOLs (Dragonfly Capital, Nic Carter) from named lists
Bundles other in-flight frontend work already in the working tree.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
42 lines
953 B
JSON
42 lines
953 B
JSON
{
|
|
"name": "frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">=20.19.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "next dev -p 3001",
|
|
"build": "next build",
|
|
"start": "next start -p 3001",
|
|
"lint": "eslint .",
|
|
"verify": "npm run lint && npm run build"
|
|
},
|
|
"dependencies": {
|
|
"@rainbow-me/rainbowkit": "^2.1.3",
|
|
"@tanstack/react-query": "^5.40.0",
|
|
"lightweight-charts": "^4.1.3",
|
|
"next": "16.2.6",
|
|
"next-intl": "4.12.0",
|
|
"react": "^18",
|
|
"react-dom": "^18",
|
|
"viem": "^2.17.0",
|
|
"wagmi": "^2.10.5",
|
|
"zustand": "^4.5.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"autoprefixer": "^10",
|
|
"eslint": "9.39.4",
|
|
"eslint-config-next": "16.2.6",
|
|
"postcss": "^8",
|
|
"tailwindcss": "^3.4.4",
|
|
"typescript": "^5"
|
|
},
|
|
"optionalDependencies": {
|
|
"@parcel/watcher-linux-arm64-glibc": "^2.5.6"
|
|
}
|
|
}
|