{ "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", "@lobehub/icons": "^1.97.2", "@tailwindcss/forms": "^0.5.3", "@types/node": "^20.10.8", "@types/react": "^18.2.55", "@types/react-dom": "^18.2.18", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "cobe": "^0.6.4", "framer-motion": "^10.15.0", "lucide-react": "^0.544.0", "motion": "^12.23.12", "next": "^14.0.4", "popmotion": "^11.0.5", "react": "^18.2.0", "react-countup": "^6.5.3", "react-dom": "^18.2.0", "react-icons": "^5.5.0", "react-type-animation": "^3.2.0", "tailwind-merge": "^3.3.1", "tailwindcss": "^4.1.7", "typescript": "^5.3.3", "use-debounce": "^10.0.0" }, "devDependencies": { "@tailwindcss/postcss": "^4.1.13", "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.8" } }