-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.79 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@google-cloud/storage": "^7.11.1",
"@google/generative-ai": "^0.11.0",
"@headlessui/react": "^1.7.7",
"@heroicons/react": "^2.1.3",
"@kinde-oss/kinde-auth-nextjs": "^2.2.3",
"@marsidev/react-turnstile": "^0.6.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.12",
"@tensorflow/tfjs": "^4.20.0",
"@upstash/ratelimit": "^0.3.8",
"@upstash/redis": "^1.19.1",
"@vercel/analytics": "^0.1.9-beta.4",
"appwrite": "^14.0.1",
"aws-sdk": "^2.1631.0",
"axios": "^1.7.2",
"bcryptjs": "^2.4.3",
"dotenv": "^16.4.5",
"firebase": "^10.12.2",
"framer-motion": "^8.2.4",
"fs": "^0.0.1-security",
"jsonwebtoken": "^9.0.2",
"llama-tokenizer-js": "^1.2.1",
"next": "14.1.4",
"next-auth": "^4.24.7",
"nsfwjs": "^3.0.0",
"react": "18.2.0",
"react-compare-slider": "^2.2.0",
"react-countup": "^6.4.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"react-image-crop": "^11.0.5",
"react-uploader": "^3.3.0",
"react-use-measure": "^2.1.1",
"replicate": "^0.29.1",
"request-ip": "^3.3.0",
"sharp": "^0.33.4",
"styled-components": "^6.1.8",
"update": "^0.7.4",
"uploader": "^3.3.0",
"uuid": "^10.0.0"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.6",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "18.11.3",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"@types/request-ip": "^0.0.37",
"@types/uuid": "^9.0.8",
"ai": "^3.1.1",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "4.9.4"
}
}