-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.55 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
{
"name": "mbhalati",
"version": "0.1.0",
"type": "module",
"private": true,
"scripts": {
"dev": "next dev",
"build": "pnpm prisma generate && next build",
"start": "next start",
"lint": "next lint",
"prod": "pnpm run build && pnpm run start"
},
"dependencies": {
"@node-rs/argon2": "^2.0.2",
"@oslojs/crypto": "^1.0.1",
"@oslojs/encoding": "^1.1.0",
"@prisma/client": "6.1.0",
"@radix-ui/react-avatar": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.4",
"@radix-ui/react-slider": "^1.2.2",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-toast": "^1.2.4",
"@tailwindcss/typography": "^0.5.15",
"arctic": "^2.3.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"contentlayer": "^0.3.4",
"date-fns": "^3.6.0",
"lucide-react": "^0.469.0",
"next": "15.0.3",
"next-contentlayer": "^0.3.4",
"nodemailer": "^6.9.15",
"react": "19.0.0-rc.1",
"react-dom": "19.0.0-rc.1",
"rehype": "^13.0.1",
"rehype-stringify": "^10.0.0",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"slugify": "^1.6.6",
"tailwind-hamburgers": "^1.3.5",
"tailwind-merge": "^2.5.5",
"zod": "^3.24.1"
},
"devDependencies": {
"@types/node": "^20.16.5",
"@types/nodemailer": "^6.4.15",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.7",
"postcss": "^8.4.45",
"prettier": "^3.3.3",
"prisma": "^6.1.0",
"tailwindcss": "^3.4.11",
"typescript": "^5.6.2"
}
}