Files
lp-terminal_github/package.json
T
labrinyang 4e317eff6d LP TERMINAL — terminal-style LP frontend for Robinhood Chain
Static SPA over UP33 (ve(3,3)) + the official Uniswap v2/v3 deployments:
browse and add liquidity across all three, manage CL/v2 positions, one-token
ZAP adds, aggregator vs native swaps, and LP-based limit orders. Ships with a
zero-dependency pool indexer for uniswap discovery.

Browser-wallet signing only; no key material anywhere.
2026-07-17 19:10:30 +08:00

35 lines
837 B
JSON

{
"name": "lp-terminal",
"version": "0.1.0",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"typecheck": "tsc --noEmit",
"smoke": "tsx scripts/smoke.ts",
"smoke:uni": "tsx scripts/uni-browse-smoke.ts",
"indexer": "tsx indexer/main.ts"
},
"dependencies": {
"@rainbow-me/rainbowkit": "2.2.11",
"@tanstack/react-query": "5.101.2",
"i18next": "26.3.6",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-i18next": "17.0.10",
"viem": "2.55.2",
"wagmi": "2.19.5"
},
"devDependencies": {
"@types/node": "22.20.1",
"@types/react": "18.3.31",
"@types/react-dom": "18.3.7",
"@vitejs/plugin-react": "4.7.0",
"tsx": "4.23.1",
"typescript": "5.6.3",
"vite": "6.4.3"
}
}