{ "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" } }