| { |
| "name": "agent-parkour-frontend", |
| "private": true, |
| "type": "module", |
| "scripts": { |
| "dev": "vite --host 127.0.0.1 --port 5173", |
| "build": "vite build", |
| "preview": "vite preview --host 127.0.0.1 --port 5173" |
| }, |
| "dependencies": { |
| "@gradio/client": "^1.0.0", |
| "@mantine/core": "^9.3.0", |
| "@mantine/hooks": "^9.3.0", |
| "@vitejs/plugin-react": "^5.2.0", |
| "lucide-react": "^1.17.0", |
| "playwright": "^1.60.0", |
| "react": "^19.2.7", |
| "react-dom": "^19.2.7", |
| "recharts": "^3.8.1", |
| "three": "^0.164.1", |
| "vite": "^7.2.7" |
| }, |
| "version": "1.0.0", |
| "description": "", |
| "main": "vite.config.js", |
| "keywords": [], |
| "author": "", |
| "license": "ISC" |
| } |
|
|