-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 826 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 826 Bytes
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
{
"name": "prison-management-system",
"version": "1.0.3",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"prisma": "prisma"
},
"dependencies": {
"@prisma/client": "^5.22.0",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-dialog": "^1.0.5",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.289.0",
"next": "^13.5.11",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"swr": "^2.3.6",
"tailwind-merge": "^3.3.1",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/node": "24.10.0",
"@types/react": "19.2.2",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.6",
"prisma": "^5.22.0",
"tailwindcss": "^3.4.18",
"typescript": "^5.9.3"
}
}