-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
141 lines (141 loc) · 4.49 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
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
{
"name": "tracking-ksa",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export -o build",
"lint": "eslint --fix \"src/**/*.{js,jsx}\"",
"format": "prettier --write \"src/**/*.{js,jsx}\"",
"build:icons": "tsc -b src/iconify-bundle && node src/iconify-bundle/bundle-icons-react.js",
"pregit": "git status",
"git": "git add . && git commit -m",
"postgit": "git push",
"output": "yarn && yarn build && yarn export"
},
"dependencies": {
"@babel/core": "7.21.4",
"@babel/eslint-parser": "^7.21.3",
"@casl/ability": "6.3.2",
"@casl/react": "3.1.0",
"@emotion/cache": "11.10.5",
"@emotion/react": "11.10.5",
"@emotion/server": "11.10.0",
"@emotion/styled": "11.10.5",
"@fullcalendar/common": "5.11.3",
"@fullcalendar/core": "5.11.3",
"@fullcalendar/daygrid": "5.11.3",
"@fullcalendar/interaction": "5.11.3",
"@fullcalendar/list": "5.11.3",
"@fullcalendar/react": "5.11.2",
"@fullcalendar/timegrid": "5.11.3",
"@hookform/resolvers": "2.9.10",
"@iconify/react": "4.0.0",
"@material-ui/icons": "^4.11.3",
"@mui/icons-material": "^5.14.1",
"@mui/lab": "5.0.0-alpha.105",
"@mui/material": "5.10.11",
"@mui/styles": "^5.11.0",
"@mui/x-data-grid": "5.17.9",
"@mui/x-date-pickers": "^6.11.0",
"@popperjs/core": "2.11.6",
"@react-google-maps/api": "^2.17.1",
"@reduxjs/toolkit": "1.8.6",
"@svgr/webpack": "^8.0.1",
"apexcharts-clevision": "3.28.5",
"axios": "1.1.3",
"axios-mock-adapter": "1.21.2",
"babel-eslint": "^10.1.0",
"chart.js": "3.9.1",
"classnames": "^2.3.2",
"cleave.js": "1.6.0",
"clipboard-copy": "4.0.1",
"clsx": "1.2.1",
"country-list": "^2.3.0",
"date-fns": "2.29.3",
"dayjs": "^1.11.9",
"draft-js": "0.11.7",
"firebase": "^10.1.0",
"formik": "^2.2.9",
"i18next": "22.0.4",
"i18next-browser-languagedetector": "7.0.0",
"i18next-http-backend": "2.0.0",
"jwt-decode": "^3.1.2",
"keen-slider": "6.8.3",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"next": "13.0.0",
"nprogress": "0.2.0",
"payment": "2.4.6",
"prismjs": "1.29.0",
"prop-types": "^15.8.1",
"protobufjs": "^7.2.4",
"react": "18.2.0",
"react-apexcharts": "1.4.0",
"react-chartjs-2": "4.3.1",
"react-cool-onclickoutside": "^1.7.0",
"react-credit-cards": "0.8.3",
"react-d3-speedometer": "^1.1.0",
"react-data-table-component": "^7.5.3",
"react-datepicker": "4.8.0",
"react-dom": "18.2.0",
"react-draft-wysiwyg": "1.15.0",
"react-dropzone": "14.2.3",
"react-google-maps": "^9.4.5",
"react-hook-form": "7.38.0",
"react-hot-toast": "2.4.0",
"react-i18next": "^12.1.1",
"react-paginate": "^8.1.4",
"react-perfect-scrollbar": "1.5.8",
"react-popper": "2.3.0",
"react-redux": "^8.1.2",
"react-toastify": "^9.1.3",
"recharts": "2.1.16",
"redux-persist": "^6.0.0",
"styled-components": "^5.3.6",
"stylis": "4.1.3",
"stylis-plugin-rtl": "2.1.1",
"use-places-autocomplete": "^4.0.1",
"validator": "^13.9.0",
"yup": "0.32.11"
},
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/plugin-transform-react-jsx": "^7.21.0",
"@babel/preset-env": "^7.21.4",
"@babel/preset-react": "^7.18.6",
"@iconify/iconify": "3.0.0",
"@iconify/json": "2.1.131",
"@iconify/tools": "2.1.1",
"@iconify/types": "2.0.0",
"@iconify/utils": "2.0.1",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"eslint": "8.26.0",
"eslint-config-next": "13.0.0",
"eslint-config-prettier": "8.5.0",
"eslint-import-resolver-alias": "1.1.2",
"eslint-import-resolver-typescript": "3.5.2",
"eslint-plugin-import": "2.26.0",
"next-transpile-modules": "^10.0.0",
"prettier": "2.7.1"
},
"resolutions": {
"minipass": "3.3.5",
"@mui/x-data-grid/@mui/system": "5.4.1",
"react-credit-cards/prop-types": "15.7.2",
"react-hot-toast/goober/csstype": "3.0.10",
"recharts/react-smooth/prop-types": "15.6.0",
"react-draft-wysiwyg/html-to-draftjs/immutable": "3.x.x || 4.x.x",
"react-draft-wysiwyg/draftjs-utils/immutable": "3.x.x || 4.x.x",
"@emotion/react/@emotion/babel-plugin/@babel/core": "7.0.0",
"@emotion/react/@emotion/babel-plugin/@babel/plugin-syntax-jsx/@babel/core": "7.0.0"
},
"overrides": {
"react-credit-cards": {
"react": "$react"
}
}
}