Initial commit: 个性化饮食推荐助手 - 包含OCR识别、AI分析、现代化界面等功能
This commit is contained in:
34
package.json
Normal file
34
package.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user