{ "name": "three-clouds-project", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview" }, "dependencies": { "@react-three/drei": "^10.7.7", "@react-three/fiber": "^9.4.0", "@react-three/postprocessing": "^3.0.4", "@takram/three-atmosphere": "^0.15.1", "@takram/three-clouds": "^0.5.2", "react": "^19.0.0-rc.1", "react-dom": "^19.0.0-rc.1", "three": "^0.181.2" }, "devDependencies": { "@types/react": "npm:types-react@^19.0.0-rc.1", "@types/react-dom": "npm:types-react-dom@^19.0.0-rc.1", "@types/three": "^0.160.0", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", "@vitejs/plugin-react": "^4.2.1", "eslint": "^8.56.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.5", "typescript": "^5.2.2", "vite": "^5.1.0" } }