-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.42 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.42 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.4.0",
"@pdfme/generator": "^1.1.10",
"@types/chart.js": "^2.9.37",
"@types/datatables.net": "^1.10.24",
"bcrypt": "^5.1.0",
"chart.js": "^4.3.0",
"datatables.net-dt": "^1.13.4",
"datatables.net-responsive-dt": "^2.4.1",
"jquery": "^3.7.0",
"jsonwebtoken": "^9.0.0",
"moment": "^2.29.4",
"mongoose": "github:sfvii/mongoose",
"next": "latest",
"next-auth": "^4.21.1",
"next-cloudinary": "^4.3.0",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-data-table-component": "^7.5.3",
"react-datepicker": "^4.11.0",
"react-dom": "^18.2.0",
"react-spinners": "^0.13.8",
"react-table": "^7.8.0",
"react-wavify": "^1.8.0",
"styled-components": "^5.3.10",
"sweetalert2": "^11.7.3",
"sweetalert2-react-content": "^5.0.7",
"swr": "^2.0.0",
"twilio": "^4.10.0",
"validator": "^13.9.0"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/jquery": "^3.5.16",
"@types/jsonwebtoken": "^9.0.1",
"@types/mongoose": "^5.11.97",
"@types/react": "18.0.33",
"@types/react-datepicker": "^4.11.2",
"@types/react-table": "^7.7.14",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"tailwindcss": "^3.3.1",
"typescript": "5.0.4"
}
}