{ "name": "ragusaitweb", "version": "1.0.0", "description": "Ragusa IT-Consulting - Web Development & IT Support", "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "preview": "vite preview" }, "repository": { "type": "git", "url": "git+https://github.com/ragusa-it/ragusaitweb.git" }, "author": "Ragusa IT-Consulting", "license": "ISC", "dependencies": { "@emailjs/browser": "^4.4.1", "@react-three/drei": "^10.7.7", "@react-three/fiber": "^9.5.0", "@react-three/rapier": "^2.2.0", "motion": "^12.28.1", "ogl": "^1.0.11", "react": "^19.2.3", "react-dom": "^19.2.3", "react-icons": "^5.5.0", "react-router-dom": "^7.12.0", "three": "^0.182.0" }, "devDependencies": { "@types/react": "^19.2.9", "@types/react-dom": "^19.2.3", "@types/three": "^0.182.0", "@vitejs/plugin-react": "^5.1.2", "typescript": "^5.9.3", "vite": "^7.3.1" } }