-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
97 lines (97 loc) · 2.92 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
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "hms_",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"db:studio": "npx drizzle-kit studio",
"db:push": "npx drizzle-kit push",
"db:generate": "npx drizzle-kit generate",
"db:migrate": "npx drizzle-kit migrate"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.614.0",
"@aws-sdk/s3-request-presigner": "^3.614.0",
"@hookform/resolvers": "^3.6.0",
"@lucia-auth/adapter-drizzle": "^1.0.7",
"@next/env": "^14.2.4",
"@node-rs/argon2": "^1.8.3",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-checkbox": "^1.1.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-toggle": "^1.1.0",
"@tanstack/react-query": "^5.50.1",
"@tanstack/react-query-devtools": "^5.50.1",
"@tanstack/react-table": "^8.17.3",
"@uppy/aws-s3": "^4.0.0",
"@uppy/core": "^4.0.0",
"@uppy/dashboard": "^4.0.0",
"@uppy/drag-drop": "^4.0.0",
"@uppy/file-input": "^4.0.0",
"@uppy/form": "^4.0.0",
"@uppy/image-editor": "^3.0.0",
"@uppy/progress-bar": "^4.0.0",
"@uppy/react": "^4.0.0",
"@uppy/webcam": "^4.0.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^0.2.0",
"date-fns": "^3.6.0",
"dayjs": "^1.11.11",
"dotenv": "^16.4.5",
"drizzle-orm": "^0.32.0",
"file-saver": "^2.0.5",
"html-to-image": "^1.11.11",
"lucia": "^3.2.0",
"lucide-react": "^0.396.0",
"next": "14.2.4",
"next-session": "^4.0.5",
"postgres": "^3.4.4",
"react": "^18",
"react-currency-input-field": "^3.8.0",
"react-day-picker": "^8.10.1",
"react-dom": "^18",
"react-full-screen": "^1.1.1",
"react-hook-form": "^7.52.0",
"react-hot-toast": "^2.4.1",
"react-intersection-observer": "^9.13.0",
"react-pdf": "^9.1.0",
"react-photo-view": "^1.2.6",
"react-simple-star-rating": "^5.1.7",
"react-to-print": "^2.15.1",
"react-toastify": "^10.0.5",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"vaul": "^0.9.1",
"xlsx": "^0.18.5",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/lodash": "^4.17.7",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"drizzle-kit": "^0.23.0",
"eslint": "^8",
"eslint-config-next": "14.2.4",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"tsx": "^4.17.0",
"typescript": "^5",
"url-loader": "^4.1.1"
}
}