-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 2.06 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 2.06 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
59
60
61
62
63
64
65
66
{
"name": "tipohiz",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky",
"ts-check": "tsc --noEmit",
"postinstall": "prisma generate",
"prisma:generate": "prisma generate",
"prisma:push": "prisma db push",
"prisma:studio": "prisma studio"
},
"dependencies": {
"@auth/prisma-adapter": "^2.7.0",
"@hookform/resolvers": "^4.1.0",
"@prisma/client": "^6.16.3",
"@radix-ui/react-dialog": "1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.6",
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-toast": "^1.2.6",
"@vercel/analytics": "1.3.1",
"bcryptjs": "2.4.3",
"class-variance-authority": "^0.7.1",
"clsx": "2.1.1",
"lucide-react": "0.378.0",
"mongodb": "6.9.0",
"next-auth": "5.0.0-beta.30",
"next-themes": "0.2.1",
"prettier": "2.8.8",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.54.2",
"react-hotkeys-hook": "4.5.1",
"react-icons": "5.3.0",
"sonner": "^2.0.1",
"tailwind-merge": "2.5.3",
"zod": "^3.23.8",
"zustand": "4.5.5"
},
"devDependencies": {
"@types/bcryptjs": "2.4.6",
"@types/node": "18.19.55",
"@types/react": "18.3.11",
"autoprefixer": "10.4.20",
"eslint": "8.57.1",
"eslint-config-next": "15.0.1",
"file-loader": "6.2.0",
"globals": "^15.11.0",
"husky": "9.1.6",
"next": "14.2.35",
"postcss": "8.4.47",
"prisma": "^6.16.3",
"simple-zustand-devtools": "1.1.0",
"tailwindcss": "3.4.13",
"ts-node": "10.9.2",
"typescript": "5.7.3",
"typescript-eslint": "^8.11.0"
},
"packageManager": "pnpm@9.12.0+sha512.4abf725084d7bcbafbd728bfc7bee61f2f791f977fd87542b3579dcb23504d170d46337945e4c66485cd12d588a0c0e570ed9c477e7ccdd8507cf05f3f92eaca"
}