-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.15 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "malin-recipes",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth/prisma-adapter": "^1.5.0",
"@aws-sdk/client-s3": "^3.525.0",
"@aws-sdk/s3-request-presigner": "^3.525.0",
"@mui/icons-material": "^5.15.11",
"@prisma/client": "^5.10.2",
"axios": "^1.6.8",
"bson": "^6.4.0",
"groq-sdk": "^0.3.2",
"luxon": "^3.4.4",
"next": "14.1.0",
"next-auth": "^4.24.6",
"next-themes": "^0.3.0",
"openai": "^4.28.4",
"react": "^18",
"react-dom": "^18",
"react-select": "^5.8.0",
"sonner": "^1.4.41",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/luxon": "^3.4.2",
"@types/mongodb": "^4.0.7",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/uuid": "^9.0.8",
"autoprefixer": "^10.4.18",
"daisyui": "^4.7.3",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"postcss": "^8.4.37",
"prisma": "^5.10.2",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}