-
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.49 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.49 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": "magaaazine",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "pnpm prisma generate && next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"@plaiceholder/next": "^3.0.0",
"@prisma/client": "^5.10.2",
"@react-email/components": "^0.0.7",
"@tanstack/react-query": "^4.36.1",
"@trpc/client": "^10.43.3",
"@trpc/react-query": "^10.43.3",
"@trpc/server": "^10.43.3",
"@uploadthing/react": "^5.6.2",
"bcrypt": "^5.1.1",
"clsx": "^2.0.0",
"cookies-next": "^4.1.0",
"create-email": "^0.0.18",
"jwt-simple": "^0.5.6",
"moment": "^2.29.4",
"next": "^13.5.3",
"next-sitemap": "^4.2.3",
"nextjs-toploader": "^1.4.2",
"plaiceholder": "^3.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intersection-observer": "^9.5.2",
"resend": "^1.1.0",
"sharp": "^0.32.6",
"sonner": "^1.2.0",
"uploadthing": "^5.7.1",
"yup": "^1.3.2",
"zod": "^3.22.4",
"zustand": "^4.4.3"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10",
"eslint": "^8",
"eslint-config-next": "^13.5.3",
"postcss": "^8",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.5",
"prisma": "^5.10.2",
"tailwindcss": "^3",
"typescript": "^5"
}
}