{ "name": "tailwind-plus-pocket", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "browserslist": "defaults, not ie <= 11", "dependencies": { "@headlessui/react": "^2.1.0", "@heroicons/react": "^2.2.0", "@react-three/drei": "^9.88.13", "@react-three/fiber": "^8.15.11", "@tailwindcss/forms": "^0.5.3", "@tailwindcss/postcss": "^4.1.7", "@types/node": "^20.10.8", "@types/react": "^18.3.23", "@types/react-dom": "^18.3.7", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "framer-motion": "^12.23.12", "lucide-react": "^0.536.0", "next": "15.0.3", "react": "^18.3.1", "react-dom": "^18.3.1", "tailwind-merge": "^2.6.0", "tailwindcss": "^4.1.7", "three": "^0.179.1", "three-globe": "^2.27.2", "typescript": "^5.3.3", "use-debounce": "^10.0.0" }, "devDependencies": { "eslint": "^8.56.0", "eslint-config-next": "^14.0.4", "prettier": "^3.3.2", "prettier-plugin-tailwindcss": "^0.6.11", "sharp": "0.33.1", "tw-animate-css": "^1.3.6" } }