-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 901 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "aichefbot",
"version": "0.1.0",
"description": "AI-assisted recipe generator",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"openai": "node openAI/script.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@aws-sdk/client-cognito-identity-provider": "^3.515.0",
"animate.css": "^4.1.1",
"bootstrap": "^5.3.2",
"cloudinary": "^2.0.3",
"dotenv": "^16.3.2",
"mongodb": "^6.3.0",
"next": "14.0.4",
"next-auth": "^4.24.5",
"openai": "^4.26.1",
"react": "^18.2.0",
"react-bootstrap": "^2.9.2",
"react-dom": "^18.2.0",
"react-dropdown-select": "^4.11.1",
"react-hook-form": "^7.49.3",
"react-to-pdf": "^1.0.1"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "14.0.4"
}
}