-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.65 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.65 KB
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
{
"name": "the-real-pop-collection-shop",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate",
"update-tmdb": "npx tsx scripts/updateMovieDetails.ts",
"update-images": "npx tsx scripts/updateImageUrls.ts"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.32.1",
"@auth/prisma-adapter": "^1.0.0",
"@emotion/is-prop-valid": "^1.2.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@google/generative-ai": "^0.21.0",
"@mistralai/mistralai": "^1.3.4",
"@prisma/client": "^5.22.0",
"@radix-ui/react-slot": "^1.0.2",
"@sendgrid/mail": "^8.1.4",
"@tailwindcss/typography": "^0.5.10",
"@tanstack/react-query": "^5.0.0",
"autoprefixer": "^10.4.15",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"framer-motion": "^11.0.0",
"groq-sdk": "^0.8.0",
"lucide-react": "^0.300.0",
"next": "14.1.0",
"next-auth": "^4.24.0",
"next-themes": "^0.2.1",
"postcss": "^8.4.31",
"prisma": "^5.22.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-google-recaptcha": "^3.1.0",
"react-hook-form": "^7.51.0",
"sonner": "^1.4.0",
"tailwind-merge": "^2.2.0",
"tailwindcss": "^3.3.0",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.3.0",
"zustand": "^4.5.0"
},
"devDependencies": {
"@types/node": "^20.3.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.2.0",
"@types/react-google-recaptcha": "^2.1.5",
"dotenv": "^16.4.5",
"ts-node": "^10.9.2",
"tsx": "^4.19.2"
}
}