-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
142 lines (142 loc) · 4.2 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
142
{
"name": "@minimal/minimal-kit-react",
"author": "Cedric Matthew Verdida",
"version": "4.3.0",
"description": "Javascript Version",
"private": true,
"scripts": {
"dev": "vite --host --port 5173",
"start": "vite",
"build": "vite build",
"serve": "yarn build && npx serve -s dist",
"vite:build": "vite build"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"dependencies": {
"@auth0/auth0-spa-js": "^2.0.2",
"@emotion/cache": "^11.10.5",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@fullcalendar/common": "^5.11.3",
"@fullcalendar/core": "^6.0.3",
"@fullcalendar/daygrid": "^6.0.3",
"@fullcalendar/interaction": "^6.0.3",
"@fullcalendar/list": "^6.0.3",
"@fullcalendar/react": "^6.0.4",
"@fullcalendar/timegrid": "^6.0.3",
"@fullcalendar/timeline": "^6.0.3",
"@hello-pangea/dnd": "^16.2.0",
"@hookform/resolvers": "^2.9.10",
"@iconify/react": "^4.0.1",
"@mui/lab": "^5.0.0-alpha.116",
"@mui/material": "^5.11.10",
"@mui/system": "^5.11.5",
"@mui/x-data-grid": "^5.17.19",
"@mui/x-date-pickers": "6.11.0",
"@react-pdf/renderer": "^3.1.5",
"@reduxjs/toolkit": "^1.9.1",
"@stripe/react-stripe-js": "^2.1.0",
"@stripe/stripe-js": "^1.53.0",
"amazon-cognito-identity-js": "^6.1.2",
"aos": "^2.3.4",
"apexcharts": "^3.36.3",
"autosuggest-highlight": "^3.3.4",
"axios": "^1.2.3",
"change-case": "^4.1.2",
"cors": "^2.8.5",
"cra-to-vite": "^0.0.3",
"date-fns": "^2.29.3",
"dayjs": "^1.11.9",
"dotenv": "^16.0.3",
"emailjs-com": "^3.2.0",
"firebase": "^9.15.0",
"framer-motion": "^9.0.4",
"highlight.js": "^11.7.0",
"history": "^5.3.0",
"i18next": "^22.4.9",
"i18next-browser-languagedetector": "^7.0.1",
"js-cookie": "^3.0.5",
"lodash": "^4.17.21",
"mapbox-gl": "^2.14.1",
"moment": "^2.29.4",
"mui-phone-number": "^3.0.3",
"notistack": "^2.0.8",
"nprogress": "^0.2.0",
"numeral": "^2.0.6",
"papaparse": "^5.4.1",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-apexcharts": "^1.4.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-froala-wysiwyg": "^4.1.4",
"react-helmet-async": "^1.3.0",
"react-hook-form": "^7.42.1",
"react-i18next": "^12.1.4",
"react-iframe": "^1.8.5",
"react-infinite-scroll-component": "^6.1.0",
"react-lazy-load-image-component": "^1.5.6",
"react-lottie": "^1.2.3",
"react-map-gl": "^7.0.21",
"react-markdown": "^8.0.5",
"react-organizational-chart": "^2.2.0",
"react-phone-input-2": "^2.15.1",
"react-query": "^3.39.3",
"react-quill": "^2.0.0-beta.4",
"react-redux": "^8.0.5",
"react-reveal": "^1.2.2",
"react-router": "^6.6.2",
"react-router-dom": "^6.6.2",
"react-scripts": "^5.0.0",
"react-scroll": "^1.9.0",
"react-slick": "^0.29.0",
"react-stripe-elements": "^6.1.2",
"react-toastify": "^9.1.2",
"react-use-scrollspy": "^3.1.1",
"react-window": "^1.8.9",
"reactour": "^1.19.1",
"redux": "^4.2.0",
"redux-persist": "^6.0.0",
"rehype-highlight": "^6.0.0",
"rehype-raw": "^6.1.1",
"remark-gfm": "^3.0.1",
"serve": "^14.2.0",
"simplebar-react": "^3.1.0",
"slick-carousel": "^1.8.1",
"stripe": "^12.5.0",
"stylis": "^4.1.3",
"stylis-plugin-rtl": "^2.1.1",
"web-vitals": "^3.1.1",
"worker-loader": "^3.0.8",
"yet-another-react-lightbox": "^2.4.2",
"yup": "^1.3.2"
},
"devDependencies": {
"@babel/core": "^7.21.0",
"@babel/eslint-parser": "^7.19.1",
"@vitejs/plugin-react": "^4.0.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^8.56.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.6.0",
"eslint-config-react-app": "^7.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.8.3",
"sass": "^1.62.0",
"typescript": "^4.9.4",
"vite": "^4.3.1"
},
"overrides": {
"nth-check": "2.1.1"
}
}