{ "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", "@types/node": "^22.9.0", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "autoprefixer": "^10.4.20", "eslint": "^9.14.0", "eslint-config-next": "^15.0.3", "next": "^15.0.3", "postcss": "^8.4.47", "react": "^18.3.1", "react-dom": "^18.3.1", "tailwindcss": "^3.4.14", "typescript": "^5.6.3" } }