-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.09 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
{
"name": "varasto_app",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@clerk/nextjs": "^4.24.2",
"@clerk/themes": "^1.7.6",
"@hookform/resolvers": "^3.3.1",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-slot": "^1.0.2",
"@tanstack/react-table": "^8.5.15",
"@uploadthing/react": "^5.6.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"daisyui": "^2.52.0",
"lucide-react": "^0.279.0",
"mongodb": "^6.1.0",
"mongoose": "^7.5.3",
"next": "latest",
"react": "latest",
"react-dom": "latest",
"react-hook-form": "^7.46.2",
"svix": "^1.12.0",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7",
"uploadthing": "^5.6.1",
"zod": "^3.22.2"
},
"devDependencies": {
"@types/node": "latest",
"@types/react": "latest",
"@types/react-dom": "latest",
"autoprefixer": "latest",
"postcss": "latest",
"tailwindcss": "latest",
"typescript": "latest"
}
}