-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.34 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
{
"name": "pharmacy-final",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@nextui-org/button": "^2.0.31",
"@nextui-org/date-picker": "^2.0.7",
"@nextui-org/input": "^2.1.21",
"@nextui-org/link": "^2.0.29",
"@nextui-org/select": "^2.1.27",
"@nextui-org/system": "^2.1.2",
"@nextui-org/theme": "^2.2.3",
"@nextui-org/tooltip": "^2.0.33",
"@react-pdf/renderer": "^3.4.4",
"@types/bcrypt": "^5.0.2",
"@vercel/postgres": "^0.8.0",
"bcrypt": "^5.1.1",
"embla-carousel-react": "^8.0.4",
"framer-motion": "^11.1.7",
"holy-loader": "^2.2.10",
"html-to-image": "^1.11.11",
"html2canvas": "^1.4.1",
"jspdf": "^2.5.1",
"next": "^14.2.3",
"next-auth": "^5.0.0-beta.9",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.51.4",
"react-hot-toast": "^2.4.1",
"react-spinners": "^0.13.8",
"toastify": "^2.0.1",
"zod": "^3.22.5",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}