-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
91 lines (91 loc) · 2.52 KB
/
package.json
File metadata and controls
91 lines (91 loc) · 2.52 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
90
91
{
"name": "@devias/material-kit-pro-react",
"version": "5.0.2",
"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.13.6",
"@emotion/cache": "^11.4.0",
"@emotion/react": "^11.4.1",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@fullcalendar/common": "^5.9.0",
"@fullcalendar/core": "^5.9.0",
"@fullcalendar/daygrid": "^5.9.0",
"@fullcalendar/interaction": "^5.9.0",
"@fullcalendar/list": "^5.9.0",
"@fullcalendar/react": "^5.9.0",
"@fullcalendar/timegrid": "^5.9.0",
"@fullcalendar/timeline": "^5.9.0",
"@mui/icons-material": "^5.0.0-rc.1",
"@mui/lab": "^5.0.0-alpha.53",
"@mui/material": "^5.0.4",
"@mui/system": "^5.0.4",
"@react-pdf/renderer": "^1.6.13",
"@reduxjs/toolkit": "^1.5.0",
"apexcharts": "^3.23.1",
"aws-amplify": "^3.0.20",
"date-fns": "^2.21.3",
"draft-js": "^0.11.7",
"email-validator": "^2.0.4",
"firebase": "^9.5.0",
"formik": "^2.2.7",
"gray-matter": "^4.0.3",
"i18next": "^19.8.7",
"lodash.debounce": "^4.0.8",
"next": "12.0.3-canary.7",
"nprogress": "^0.2.0",
"numeral": "^2.0.6",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-apexcharts": "^1.3.9",
"react-beautiful-dnd": "^13.0.0",
"react-dom": "^17.0.1",
"react-draft-wysiwyg": "^1.14.5",
"react-dropzone": "^11.2.4",
"react-hot-toast": "^1.0.2",
"react-i18next": "^11.8.5",
"react-markdown": "^5.0.3",
"react-quill": "2.0.0-beta.4",
"react-redux": "^7.2.4",
"react-syntax-highlighter": "^15.4.3",
"react-transition-group": "^4.4.2",
"redux": "^4.1.0",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.3.0",
"simplebar": "^5.3.6",
"simplebar-react": "^2.3.6",
"stylis": "^4.0.10",
"stylis-plugin-rtl": "^2.1.1",
"typescript": "4.4.4",
"uuidv4": "^6.2.12",
"yup": "^0.32.11"
},
"devDependencies": {
"@svgr/webpack": "^5.5.0",
"eslint": "^7.32.0",
"eslint-config-next": "12.0.3-canary.7",
"next-transpile-modules": "^9.0.0"
}
}