mirror of
https://github.com/labrinyang/lp-terminal.git
synced 2026-07-27 13:17:43 +00:00
3a392cb141
The build now fails fast when KYBERSWAP_FEE_RECEIVER is unset instead of shipping a bundle that sweeps output fees nowhere. Documents the key in .env.example alongside what it actually costs: 0 bps on direct swaps, 9 bps on ZAP's embedded swap leg. Docs are written for the private tree and get copied in by mistake during a sync, so *.md is ignored by default and publishing one is opt-in. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
38 lines
1.1 KiB
JSON
38 lines
1.1 KiB
JSON
{
|
|
"name": "up33-terminal",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"typecheck": "tsc --noEmit",
|
|
"test": "node --experimental-test-module-mocks --import=tsx --test indexer/*.test.ts src/lib/*.test.ts src/lib/bridge/*.test.ts",
|
|
"smoke": "tsx scripts/smoke.ts",
|
|
"smoke:bridge": "tsx scripts/bridge-smoke.ts",
|
|
"smoke:uni": "tsx scripts/uni-browse-smoke.ts",
|
|
"smoke:logtail": "tsx scripts/logtail-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"
|
|
}
|
|
}
|