| { |
| "name": "frontend", |
| "private": true, |
| "version": "0.0.0", |
| "type": "module", |
| "scripts": { |
| "dev": "vite", |
| "build": "vite build", |
| "lint": "eslint .", |
| "preview": "vite preview" |
| }, |
| "dependencies": { |
| "@react-three/drei": "^10.7.7", |
| "@react-three/fiber": "^9.6.0", |
| "axios": "^1.15.2", |
| "framer-motion": "^12.38.0", |
| "react": "^19.2.5", |
| "react-dom": "^19.2.5", |
| "react-icons": "^5.6.0", |
| "react-intersection-observer": "^10.0.3", |
| "react-scroll": "^1.9.3", |
| "three": "^0.184.0" |
| }, |
| "devDependencies": { |
| "@eslint/js": "^9.39.4", |
| "@types/react": "^19.2.14", |
| "@types/react-dom": "^19.2.3", |
| "@vitejs/plugin-react": "^6.0.1", |
| "eslint": "^9.39.4", |
| "eslint-plugin-react-hooks": "^7.1.1", |
| "eslint-plugin-react-refresh": "^0.5.2", |
| "globals": "^17.5.0", |
| "vite": "^8.0.9" |
| } |
| } |
|
|