-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 833 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 833 Bytes
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
{
"name": "captionator",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "prisma generate && next build",
"start": "next start"
},
"dependencies": {
"@huggingface/inference": "^2.5.2",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^4.16.1",
"@upstash/ratelimit": "^0.4.3",
"@upstash/redis": "^1.22.0",
"next": "latest",
"next-auth": "^4.22.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-uploader": "^3.0.2",
"swr": "^2.2.0",
"uploader": "^3.0.2"
},
"devDependencies": {
"@types/node": "18.11.3",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"autoprefixer": "^10.4.12",
"postcss": "^8.4.18",
"prisma": "^4.16.1",
"tailwindcss": "^3.2.4",
"typescript": "4.9.4"
}
}