{ "name": "diet-recommendation-app", "version": "1.0.0", "description": "智能饮食推荐应用", "main": "index.js", "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "next": "14.0.3", "react": "18.2.0", "react-dom": "18.2.0", "axios": "1.6.2", "tailwindcss": "3.3.6", "autoprefixer": "10.4.16", "postcss": "8.4.32", "@headlessui/react": "1.7.17", "@heroicons/react": "2.0.18", "recharts": "2.8.0", "react-hook-form": "7.48.2", "zustand": "4.4.7" }, "devDependencies": { "@types/node": "20.10.0", "@types/react": "18.2.38", "@types/react-dom": "18.2.17", "eslint": "8.54.0", "eslint-config-next": "14.0.3", "typescript": "5.3.2" } }