{ "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.1.2", "@types/node": "^22.0.2", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "autoprefixer": "^10.4.19", "eslint": "^8.57.0", "eslint-config-next": "^14.2.5", "next": "^14.2.5", "postcss": "^8.4.40", "react": "^18.3.1", "react-dom": "^18.3.1", "tailwindcss": "^3.4.7", "typescript": "^5.5.4" } }