Files
ragusaitweb/package.json
2026-01-21 22:38:10 +01:00

36 lines
886 B
JSON

{
"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",
"motion": "^12.28.1",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"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"
}
}