{ "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", "@tailwindcss/forms": "^0.5.3", "@tailwindcss/postcss": "^4.1.7", "@types/node": "^20.10.8", "@types/react": "^18.2.47", "@types/react-dom": "^18.2.18", "clsx": "^2.1.0", "framer-motion": "^10.15.0", "next": "^14.0.4", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwindcss": "^4.1.7", "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" } }