{ "name": "dish-planner", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev --turbopack", "build": "next build", "start": "next start", "lint": "next lint", "export": "next export" }, "dependencies": { "@headlessui/react": "^2.2.0", "@heroicons/react": "^2.2.0", "classnames": "^2.5.1", "luxon": "^3.5.0", "next": "15.2.4", "react": "^19.0.0", "react-dom": "^19.0.0" }, "devDependencies": { "@eslint/eslintrc": "^3", "@types/luxon": "^3.4.2", "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "eslint": "^9", "eslint-config-next": "15.1.5", "postcss": "^8", "tailwindcss": "^3.4.1", "typescript": "^5" } }