-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
45 lines (45 loc) · 1.1 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
{
"name": "pasc_hub",
"version": "2024.0.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth/prisma-adapter": "^1.0.3",
"@edgestore/react": "^0.1.4",
"@edgestore/server": "^0.1.4",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@prisma/client": "^5.6.0",
"@tabler/icons-react": "^2.45.0",
"@tanstack/react-table": "^8.9.9",
"autoprefixer": "10.4.14",
"axios": "^1.6.0",
"bcrypt": "^5.1.1",
"eslint": "8.44.0",
"eslint-config-next": "13.4.9",
"file-saver": "^2.0.5",
"next": "^14.0.3",
"next-auth": "^4.24.5",
"next-pwa": "^5.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"sharp": "^0.32.6",
"sonner": "^1.0.3",
"supports-color": "^8.1.1",
"sweetalert2": "^11.7.27",
"swr": "^2.2.4",
"tailwindcss": "3.3.2",
"zod": "^3.22.4",
"zustand": "^4.4.7"
},
"devDependencies": {
"daisyui": "^3.5.1",
"prisma": "^5.6.0"
}
}