world-simulator / package.json
DeltaZN
feat: rename god -> world
c58d3eb
Raw
History Blame Contribute Delete
764 Bytes
{
"name": "world-simulator-ui",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --host 127.0.0.1",
"build": "tsc -b && vite build",
"gradio": "npm run build && uv run python app.py",
"preview": "vite preview --host 127.0.0.1",
"typecheck": "tsc -b",
"test:e2e": "playwright test"
},
"dependencies": {
"@react-three/drei": "latest",
"@react-three/fiber": "latest",
"lucide-react": "latest",
"react": "latest",
"react-dom": "latest",
"three": "latest"
},
"devDependencies": {
"@playwright/test": "latest",
"@types/react": "latest",
"@types/react-dom": "latest",
"@vitejs/plugin-react": "latest",
"typescript": "latest",
"vite": "latest"
}
}