repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources16d ago| #1 | { |
| #2 | "name": "clawd-dashboard", |
| #3 | "version": "0.1.0", |
| #4 | "description": "CLAWD Cloud dashboard with React Three Fiber trench UI and token-aware billing flows.", |
| #5 | "license": "MIT", |
| #6 | "homepage": "https://x402.wtf/automation", |
| #7 | "repository": { |
| #8 | "type": "git", |
| #9 | "url": "https://github.com/x402agent/solana-clawd.git", |
| #10 | "directory": "automaton-main/packages/dashboard" |
| #11 | }, |
| #12 | "type": "module", |
| #13 | "files": [ |
| #14 | "dist", |
| #15 | "index.html" |
| #16 | ], |
| #17 | "scripts": { |
| #18 | "dev": "vite", |
| #19 | "build": "tsc -b && vite build", |
| #20 | "preview": "vite preview", |
| #21 | "clean": "rm -rf dist" |
| #22 | }, |
| #23 | "dependencies": { |
| #24 | "@react-three/drei": "^9.122.0", |
| #25 | "@react-three/fiber": "^8.18.0", |
| #26 | "lucide-react": "^0.511.0", |
| #27 | "react": "^18.3.1", |
| #28 | "react-dom": "^18.3.1", |
| #29 | "three": "^0.176.0" |
| #30 | }, |
| #31 | "devDependencies": { |
| #32 | "@types/react": "^18.3.12", |
| #33 | "@types/react-dom": "^18.3.1", |
| #34 | "@types/three": "^0.176.0", |
| #35 | "@vitejs/plugin-react": "^4.4.1", |
| #36 | "typescript": "^5.9.3", |
| #37 | "vite": "^5.4.19" |
| #38 | } |
| #39 | } |
| #40 |