{ "name": "celloc3d", "version": "3.0.2", "private": true, "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "lint": "biome lint --write .", "lint:check": "biome lint .", "format": "biome check --write .", "format:check": "biome check .", "spell:check": "cspell --no-progress .", "preview": "vite preview" }, "dependencies": { "@dr.pogodin/react-helmet": "^3.2.3", "@reduxjs/toolkit": "^2.12.0", "ky": "^2.1.0", "react": "^19.2.8", "react-dom": "^19.2.8", "react-ga4": "^3.0.1", "react-redux": "^9.3.0", "react-router-dom": "^7.18.3", "redux": "^5.0.1", "three": "^0.186.0" }, "devDependencies": { "@biomejs/biome": "^2.5.12", "@types/node": "^24.13.3", "@types/react": "^19.2.18", "@types/react-dom": "^19.2.7", "@types/react-redux": "^7.1.34", "@types/three": "^0.185.4", "@vitejs/plugin-react": "^6.1.1", "cspell": "^10.3.0", "typescript": "~7.0.2", "vite": "^8.2.2" } }