forked from kartheesan05/hr-database
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.41 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.41 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
{
"name": "hrdb",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo --port 3000",
"build": "next build",
"start": "next start --port 5004",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-accordion": "^1.2.2",
"@radix-ui/react-alert-dialog": "^1.1.2",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-progress": "^1.1.1",
"@radix-ui/react-scroll-area": "^1.2.0",
"@radix-ui/react-select": "^2.1.3",
"@radix-ui/react-slot": "^1.1.1",
"bcryptjs": "^2.4.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"dotenv": "^16.4.7",
"drizzle-orm": "^0.38.2",
"jose": "^5.9.6",
"lucide-react": "^0.468.0",
"next": "^15.1.0",
"next-nprogress-bar": "^2.4.2",
"next-themes": "^0.4.4",
"papaparse": "^5.4.1",
"pg": "^8.13.1",
"posthog-js": "^1.217.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-dropzone": "^14.3.5",
"recharts": "^2.15.0",
"sonner": "^1.7.1",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/pg": "^8.11.10",
"drizzle-kit": "^0.30.1",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"tsx": "^4.19.2"
},
"resolutions": {
"cross-spawn": "^7.0.5",
"nanoid": "^3.3.8"
}
}