-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
84 lines (84 loc) · 2.69 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "dejayvu",
"version": "0.3.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "prisma generate --no-engine & next build",
"start": "next start",
"lint": "next lint",
"prisma generate": "prisma generate --no-engine",
"prisma migrate": "prisma migrate dev",
"prisma studio": "prisma studio"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.693.0",
"@aws-sdk/lib-storage": "^3.693.0",
"@nextui-org/breadcrumbs": "^2.0.13",
"@nextui-org/button": "^2.0.37",
"@nextui-org/card": "^2.0.34",
"@nextui-org/checkbox": "^2.1.5",
"@nextui-org/chip": "^2.0.33",
"@nextui-org/dropdown": "^2.1.31",
"@nextui-org/image": "^2.0.32",
"@nextui-org/input": "^2.2.5",
"@nextui-org/link": "^2.0.35",
"@nextui-org/modal": "^2.0.41",
"@nextui-org/navbar": "^2.0.37",
"@nextui-org/pagination": "^2.0.36",
"@nextui-org/progress": "^2.0.34",
"@nextui-org/scroll-shadow": "^2.1.20",
"@nextui-org/skeleton": "^2.0.32",
"@nextui-org/system": "^2.2.2",
"@nextui-org/tabs": "^2.0.37",
"@nextui-org/theme": "^2.2.11",
"@prisma/client": "^5.22.0",
"@prisma/extension-accelerate": "^1.2.1",
"@react-email/components": "0.0.19",
"@supabase/ssr": "^0.5.2",
"@supabase/supabase-js": "^2.46.1",
"@types/bcrypt": "^5.0.2",
"@vercel/analytics": "^1.4.0",
"@vercel/postgres": "^0.9.0",
"@vercel/speed-insights": "^1.1.0",
"babel-plugin-react-compiler": "^0.0.0-experimental-696af53-20240625",
"bcrypt": "^5.1.1",
"clsx": "^2.1.1",
"eslint-plugin-react-compiler": "^0.0.0-experimental-0998c1e-20240625",
"exifreader": "^4.25.0",
"framer-motion": "^11.11.17",
"gray-matter": "^4.0.3",
"next": "^14.2.18",
"next-auth": "^5.0.0-beta.19",
"next-themes": "^0.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.2",
"react-intersection-observer": "^9.13.1",
"react-markdown": "^9.0.1",
"react-scroll-parallax": "^3.4.5",
"react-syntax-highlighter": "^15.6.1",
"reading-time": "^1.5.0",
"remark-gfm": "^4.0.0",
"resend": "^3.5.0",
"sharp": "^0.33.5",
"zod": "^3.23.8"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "^20.17.6",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-syntax-highlighter": "^15.5.13",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.14",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.18",
"eslint-config-prettier": "^9.1.0",
"prettier": "3.3.2",
"prisma": "^5.22.0",
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3"
}
}