{ "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.0", "@tailwindcss/postcss": "^4.0.17", "@types/node": "^22.13.16", "@types/react": "^19.0.12", "@types/react-dom": "^19.0.4", "autoprefixer": "^10.4.21", "eslint": "^9.23.0", "eslint-config-next": "^15.2.4", "next": "^15.2.4", "postcss": "^8.5.3", "react": "^19.1.0", "react-dom": "^19.1.0", "tailwindcss": "^4.0.0", "typescript": "^5.8.2" } }