-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.18 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
{
"name": "admin-banksampah",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@headlessui/react": "^1.7.19",
"@kessl/next-flash": "^1.0.3",
"@tailwindcss/forms": "^0.3.4",
"@tailwindcss/line-clamp": "^0.2.2",
"bcrypt": "^5.1.1",
"easy-table": "^1.2.0",
"exceljs": "^4.4.0",
"faker": "^5.5.3",
"firebase": "^8.10.1",
"heroicons-react": "^1.4.1",
"mongo-querystring": "^4.1.1",
"mongoose": "^5.13.23",
"mongoose-autopopulate": "^0.14.0",
"mongoose-sequence": "^5.3.1",
"multer": "^1.4.4",
"next": "^12.3.4",
"next-auth": "^3.29.10",
"next-connect": "^0.10.2",
"next-flash": "^1.0.2",
"react": "17.0.2",
"react-datepicker": "^4.25.0",
"react-dom": "17.0.2",
"react-hook-form": "^6.15.8",
"react-input-date-mask": "^2.0.0",
"react-input-mask": "^2.0.4",
"react-month-picker": "^2.2.1",
"react-paginate": "^7.1.5",
"react-scroll": "^1.9.0",
"react-select": "^4.3.1"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"postcss": "^8.5.0",
"tailwindcss": "^2.2.19"
}
}