-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.21 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
{
"name": "ds-vms",
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.9",
"@mui/material": "^5.15.7",
"@mui/x-data-grid": "^6.19.3",
"@reduxjs/toolkit": "^2.1.0",
"@types/js-cookie": "^3.0.6",
"@types/redux-logger": "^3.0.13",
"axios": "^1.6.7",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"formik": "^2.4.5",
"js-cookie": "^3.0.5",
"next": "14.1.0",
"next-redux-wrapper": "^8.1.0",
"react": "^18",
"react-dom": "^18",
"react-pro-sidebar": "^1.1.0",
"react-redux": "^9.1.0",
"react-signature-canvas": "^1.0.6",
"react-signature-pad-wrapper": "^3.3.4",
"react-toastify": "^10.0.4",
"react-webcam": "^7.2.0",
"redux-logger": "^3.0.6",
"swc": "^1.0.11",
"sweetalert": "^2.1.2",
"sweetalert2-react-content": "^5.0.7",
"yup": "^1.3.3"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"typescript": "^5"
}
}