Files
trumpsignal-frontend/package.json
T
k f34ae9eb00 feat(macro-vibes): rename BTC Signal → Macro Vibes; add MacroPanel UI
Module rename across page H1, navbar tab, URL (/en/btc → /en/macro),
all metadata/JSON-LD, sitemap, llms.txt, opengraph image, and SystemControl
copy. Old /btc route fully removed.

New components/btc/MacroPanel.tsx polls /api/macro/snapshot and lays out
the 8 indicators in four sections (Valuation / Bottom trigger reference /
Market structure / Sentiment & flows / Positioning) with tone-coloured
values, current-band threshold chips, and a single CoinGlass / source
chart link per card. Composite -100..+100 needle pulses on score change.

Also fixes the pinned bottom-reversal alert on the homepage, which still
linked to the now-404 /en/btc — now routes to /en/macro.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-26 01:05:18 +08:00

39 lines
873 B
JSON

{
"name": "trumpsignal",
"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"
}
}