-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.3 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.3 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@hookform/resolvers": "^2.9.10",
"@types/react-icons": "^3.0.0",
"bcryptjs": "^2.4.3",
"currency-symbol-map": "^5.1.0",
"dotenv": "^16.0.3",
"moment": "^2.29.4",
"moment-timezone": "^0.5.40",
"mongodb": "^4.13.0",
"mongoose": "^6.8.2",
"next": "latest",
"next-auth": "^4.18.7",
"rc-calendar": "^9.15.11",
"rc-dropdown": "^4.0.1",
"rc-menu": "^9.8.1",
"react": "18.2.0",
"react-datepicker": "^4.8.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.41.5",
"react-hook-form-persist": "^3.0.0",
"react-icons": "^4.7.1",
"react-pdf": "^6.2.1",
"react-responsive": "^9.0.2",
"react-to-print": "^2.14.11",
"react-toastify": "^9.1.1",
"sass": "^1.57.1",
"uuid": "^9.0.0",
"yup": "^0.32.11",
"zustand": "^4.3.8"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.2",
"@types/node": "18.11.3",
"@types/react": "18.0.21",
"@types/react-datepicker": "^4.8.0",
"@types/react-dom": "18.0.6",
"@types/react-pdf": "^6.2.0",
"@types/uuid": "^9.0.0",
"autoprefixer": "^10.4.12",
"postcss": "^8.4.18",
"tailwindcss": "^3.2.4",
"typescript": "4.9.4"
}
}