-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.09 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
{
"name": "pms-fe",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.474.0",
"@azure/storage-blob": "^12.17.0",
"axios": "^1.6.2",
"cypress-slow-down": "^1.3.1",
"dayjs": "^1.11.10",
"eslint": "8.53.0",
"eslint-config-next": "14.0.2",
"exceljs": "^4.4.0",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"mime-types": "^2.1.35",
"multiparty": "^4.2.3",
"next": "^13.2.3",
"next-auth": "^4.24.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-infinite-scroll-component": "^6.1.0",
"react-paginate": "^8.2.0",
"react-spinners": "^0.13.8",
"react-sweetalert2": "^0.6.0",
"react-toastify": "^9.1.3",
"recharts": "^2.10.1",
"sweetalert2": "^11.10.1",
"sweetalert2-react-content": "^5.0.7"
},
"devDependencies": {
"autoprefixer": "^10.4.16",
"cypress": "^13.6.0",
"daisyui": "^4.4.20",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5"
}
}