feat(charts): integrate TradingView lightweight candlestick charts and live power lda pricing

This commit is contained in:
Bot
2026-08-31 02:14:03 +08:00
parent 7c59c2e9fc
commit 13c44afc51
4 changed files with 307 additions and 122 deletions
+6 -5
View File
@@ -8,16 +8,17 @@
"start": "next start -p 3000"
},
"dependencies": {
"@wtfx/types": "workspace:*",
"@wtfx/api-client": "workspace:*",
"@wtfx/contracts": "workspace:*",
"@wtfx/types": "workspace:*",
"@wtfx/ui": "workspace:*",
"clsx": "^2.1.1",
"ethers": "^6.13.0",
"lightweight-charts": "^5.2.1",
"lucide-react": "^0.395.0",
"next": "^14.2.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"next": "^14.2.4",
"ethers": "^6.13.0",
"lucide-react": "^0.395.0",
"clsx": "^2.1.1",
"tailwind-merge": "^2.3.0"
},
"devDependencies": {