-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.36 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.36 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "nroute-travel-authorization-application",
"version": "3.9.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint \"src/**/*.{js,jsx,ts,tsx}\"",
"lint:fix": "eslint --fix \"src/**/*.{js,jsx,ts,tsx}\"",
"prettier": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\""
},
"dependencies": {
"@babel/preset-react": "^7.23.3",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@hookform/resolvers": "^3.3.4",
"@mui/icons-material": "^5.15.11",
"@mui/lab": "^5.0.0-alpha.166",
"@mui/material": "^5.15.11",
"@mui/utils": "^5.15.11",
"@mui/x-date-pickers": "^7.22.2",
"@reduxjs/toolkit": "^2.2.1",
"@tabler/icons-react": "^2.47.0",
"apexcharts": "^4.4.0",
"axios": "^1.7.7",
"chance": "^1.1.11",
"date-fns": "^4.1.0",
"eslint-config-prettier": "^9.1.0",
"formik": "^2.4.5",
"framer-motion": "^11.0.6",
"jwt-decode": "^4.0.0",
"lodash-es": "^4.17.21",
"material-ui-popup-state": "^5.0.10",
"next": "^15.1.7",
"next-transpile-modules": "^10.0.1",
"notistack": "^3.0.1",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-18-image-lightbox": "^5.1.4",
"react-apexcharts": "^1.4.1",
"react-csv": "^2.2.2",
"react-dom": "^18.2.0",
"react-hook-form": "^7.50.1",
"react-intl": "^6.6.2",
"react-organizational-chart": "^2.2.1",
"react-perfect-scrollbar": "^1.5.8",
"react-redux": "^9.1.0",
"react-slick": "^0.30.2",
"react-timer-hook": "^3.0.7",
"redux": "^5.0.1",
"redux-persist": "^6.0.0",
"slick-carousel": "^1.8.1",
"styled-jsx": "^5.1.2",
"stylis-plugin-rtl": "^2.1.1",
"swr": "^2.2.5",
"uuid": "^9.0.1",
"web-vitals": "^3.5.2",
"yup": "^1.3.3"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/eslint-parser": "^7.23.10",
"eslint": "8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "^14.1.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"immutable": "^4.3.5",
"prettier": "^3.2.5",
"sass": "^1.71.1"
},
"packageManager": "yarn@4.1.0"
}