Spaces:
Sleeping
Sleeping
| { | |
| "name": "model-viewer", | |
| "private": true, | |
| "version": "0.0.1", | |
| "type": "module", | |
| "description": "Open-source visualizer for Hugging Face model architectures. POC.", | |
| "scripts": { | |
| "dev": "vite", | |
| "build": "tsc --noEmit && vite build", | |
| "preview": "vite preview", | |
| "lint": "tsc --noEmit" | |
| }, | |
| "dependencies": { | |
| "@dagrejs/dagre": "^1.1.4", | |
| "@emotion/react": "^11.13.5", | |
| "@emotion/styled": "^11.13.5", | |
| "@huggingface/hub": "^1.0.0", | |
| "@mui/icons-material": "^6.1.10", | |
| "@mui/material": "^6.1.10", | |
| "react": "^18.3.1", | |
| "react-dom": "^18.3.1", | |
| "reactflow": "^11.11.4" | |
| }, | |
| "devDependencies": { | |
| "@types/react": "^18.3.12", | |
| "@types/react-dom": "^18.3.1", | |
| "@vitejs/plugin-react": "^4.3.4", | |
| "typescript": "^5.6.3", | |
| "vite": "^5.4.11" | |
| } | |
| } | |