{ "name": "epic7-ui", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "lint": "biome check .", "format": "biome format . --write", "preview": "vite preview" }, "dependencies": { "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", "@mui/icons-material": "^7.3.8", "@mui/material": "^7.3.8", "@tanstack/react-query": "^5.74.4", "@tanstack/react-query-devtools": "^5.74.4", "@tanstack/react-router": "^1.117.1", "@tanstack/react-router-devtools": "^1.117.1", "react": "^19.2.4", "react-dom": "^19.2.4" }, "devDependencies": { "@biomejs/biome": "^1.9.4", "@types/node": "^24.11.0", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^4.3.0", "typescript": "~5.9.3", "vite": "^5.4.0" } }