{ "name": "landing", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@headlessui/react": "^2.2.4", "@tailwindcss/postcss": "^4.1.11", "@types/node": "^24.0.8", "@types/react": "^19.1.8", "@types/react-dom": "^19.1.6", "autoprefixer": "^10.4.21", "eslint": "^9.30.0", "eslint-config-next": "^15.3.4", "next": "^15.3.4", "postcss": "^8.5.6", "react": "^19.1.0", "react-dom": "^19.1.0", "tailwindcss": "^4.0.0", "typescript": "^5.8.3" } }