2025-10-13 14:57:11 +02:00
|
|
|
{
|
2025-10-13 17:35:07 +02:00
|
|
|
"name": "dish-planner",
|
|
|
|
|
"version": "0.1.0",
|
2025-10-13 14:57:11 +02:00
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
2025-10-13 17:35:07 +02:00
|
|
|
"dev": "next dev --turbopack",
|
|
|
|
|
"build": "next build",
|
|
|
|
|
"start": "next start",
|
|
|
|
|
"lint": "next lint",
|
|
|
|
|
"export": "next export"
|
2025-10-13 14:57:11 +02:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2025-10-13 17:35:07 +02:00
|
|
|
"@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"
|
2025-10-13 14:57:11 +02:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-10-13 17:35:07 +02:00
|
|
|
"@eslint/eslintrc": "^3",
|
|
|
|
|
"@types/luxon": "^3.4.2",
|
2025-10-13 14:57:11 +02:00
|
|
|
"@types/node": "^20",
|
2025-10-13 17:35:07 +02:00
|
|
|
"@types/react": "^19",
|
|
|
|
|
"@types/react-dom": "^19",
|
|
|
|
|
"eslint": "^9",
|
|
|
|
|
"eslint-config-next": "15.1.5",
|
|
|
|
|
"postcss": "^8",
|
|
|
|
|
"tailwindcss": "^3.4.1",
|
|
|
|
|
"typescript": "^5"
|
2025-10-13 14:57:11 +02:00
|
|
|
}
|
2025-10-13 17:35:07 +02:00
|
|
|
}
|