{ "name": "archief-assistent", "private": true, "version": "0.1.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "lint": "eslint .", "preview": "vite preview", "test": "vitest", "test:run": "vitest run" }, "dependencies": { "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.1", "@glam/api-client": "workspace:*", "@glam/hooks": "workspace:*", "@glam/theme": "workspace:*", "@glam/ui": "workspace:*", "@mui/icons-material": "^7.3.6", "@mui/material": "^7.3.5", "@tanstack/react-query": "^5.90.10", "maplibre-gl": "^5.14.0", "react": "^19.2.0", "react-dom": "^19.2.0", "react-router-dom": "^7.9.6" }, "devDependencies": { "@types/node": "^24.10.1", "@types/react": "^19.2.5", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^5.1.1", "@vitest/ui": "^4.0.13", "typescript": "~5.9.3", "vite": "^6.3.5", "vitest": "^4.0.13" } }