-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 2.44 KB
/
package.json
File metadata and controls
89 lines (89 loc) · 2.44 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
80
81
82
83
84
85
86
87
88
89
{
"name": "@devias/material-kit-pro-react",
"version": "5.1.0",
"author": "Devias",
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"export": "next export",
"build-export": "next build && next export",
"lint": "next lint",
"lint-fix": "next lint --fix"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@auth0/auth0-spa-js": "^1.19.4",
"@emotion/cache": "^11.7.1",
"@emotion/react": "^11.7.1",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.6.0",
"@fullcalendar/common": "^5.10.1",
"@fullcalendar/core": "^5.10.1",
"@fullcalendar/daygrid": "^5.10.1",
"@fullcalendar/interaction": "^5.10.1",
"@fullcalendar/list": "^5.10.1",
"@fullcalendar/react": "^5.10.1",
"@fullcalendar/timegrid": "^5.10.1",
"@fullcalendar/timeline": "^5.10.1",
"@mui/icons-material": "^5.3.1",
"@mui/lab": "^5.0.0-alpha.67",
"@mui/material": "^5.4.0",
"@mui/system": "^5.4.0",
"@react-pdf/renderer": "^2.1.1",
"@reduxjs/toolkit": "^1.7.1",
"apexcharts": "^3.33.0",
"aws-amplify": "^4.3.14",
"date-fns": "^2.28.0",
"draft-js": "^0.11.7",
"firebase": "^9.6.6",
"formik": "^2.2.9",
"gray-matter": "^4.0.3",
"i18next": "^21.6.10",
"iconv-lite": "^0.6.3",
"lodash.debounce": "^4.0.8",
"next": "^12.0.10",
"nprogress": "^0.2.0",
"numeral": "^2.0.6",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-apexcharts": "^1.3.9",
"react-beautiful-dnd": "^13.1.0",
"react-dom": "^17.0.2",
"react-draft-wysiwyg": "^1.14.7",
"react-dropzone": "^11.2.4",
"react-hot-toast": "^2.2.0",
"react-i18next": "^11.15.3",
"react-markdown": "^8.0.0",
"react-quill": "2.0.0-beta.4",
"react-redux": "^7.2.6",
"react-syntax-highlighter": "^15.4.5",
"redux": "^4.1.2",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.4.1",
"simplebar": "^5.3.6",
"simplebar-react": "^2.3.6",
"stylis": "^4.0.13",
"stylis-plugin-rtl": "^2.1.1",
"typescript": "^4.5.5",
"yup": "^0.32.11"
},
"devDependencies": {
"@svgr/webpack": "^6.2.1",
"eslint": "^8.8.0",
"eslint-config-next": "^12.0.10",
"next-transpile-modules": "^9.0.0"
}
}