Spaces:
Runtime error
Runtime error
| { | |
| "name": "neural-mri-frontend", | |
| "private": true, | |
| "version": "0.1.0", | |
| "description": "Neural MRI Scanner — Model Resonance Imaging frontend", | |
| "license": "MIT", | |
| "author": "JJ", | |
| "type": "module", | |
| "scripts": { | |
| "dev": "vite", | |
| "build": "tsc && vite build", | |
| "preview": "vite preview" | |
| }, | |
| "devDependencies": { | |
| "@types/d3": "^7.4.3", | |
| "@types/react": "^19.2.14", | |
| "@types/react-dom": "^19.2.3", | |
| "@vitejs/plugin-react": "^5.1.4", | |
| "autoprefixer": "^10.4.24", | |
| "postcss": "^8.5.6", | |
| "tailwindcss": "^3.4.19", | |
| "typescript": "~5.9.3", | |
| "vite": "^7.3.1" | |
| }, | |
| "dependencies": { | |
| "d3": "^7.9.0", | |
| "react": "^19.2.4", | |
| "react-dom": "^19.2.4", | |
| "zustand": "^5.0.11" | |
| } | |
| } | |