{ "name": "gadget-landing-site", "version": "1.0.0", "description": "Gadget Code and Gadget — Landing Page", "type": "module", "scripts": { "dev": "vite", "typecheck": "tsc --noEmit", "build": "tsc --noEmit && vite build", "preview": "vite preview" }, "author": "Robert Colbert ", "license": "Apache-2.0", "dependencies": { "@react-three/fiber": "^9.6.1", "react": "^19.2.5", "react-dom": "^19.2.5", "three": "^0.184.0" }, "devDependencies": { "@tailwindcss/postcss": "^4.2.4", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@types/three": "^0.184.0", "@vitejs/plugin-react": "^6.0.1", "postcss": "^8.5.10", "tailwindcss": "^4.2.4", "typescript": "^5.8.3", "vite": "^8.0.10" } }