{ "name": "gas-form", "version": "1.0.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start" }, "dependencies": { "@headlessui/react": "^1.7.17", "@tailwindcss/forms": "^0.5.3", "@tailwindcss/typography": "^0.5.3", "lucide-react": "^0.310.0", "next": "^15.1.6", "react": "^18.3.1", "react-dom": "^18.3.1", "tailwindcss": "^3.4.1" }, "devDependencies": { "@types/react": "19.0.8", "autoprefixer": "^10.4.14", "eslint": "^8.50.0", "eslint-config-next": "^14.0.0", "postcss": "^8.4.31", "shadcn-ui": "^0.9.4", "typescript": "^5.2.2" } }