-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.09 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
{
"name": "@devias/material-kit-pro-react",
"version": "5.3.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.22.4",
"@emotion/cache": "11.10.3",
"@emotion/react": "11.10.4",
"@emotion/server": "11.10.0",
"@emotion/styled": "11.10.4",
"@mui/icons-material": "5.10.3",
"@mui/material": "5.10.5",
"@mui/system": "5.10.5",
"@mui/x-date-pickers": "5.0.1",
"@reduxjs/toolkit": "1.8.5",
"apexcharts": "3.35.5",
"axios": "^1.2.1",
"date-fns": "2.29.3",
"draft-js": "0.11.7",
"formik": "2.2.9",
"gray-matter": "4.0.3",
"i18next": "21.9.1",
"lodash.debounce": "4.0.8",
"next": "^12.3.0",
"nprogress": "0.2.0",
"numeral": "2.0.6",
"prop-types": "15.8.1",
"react": "^18.2.0",
"react-apexcharts": "^1.4.0",
"react-dom": "^18.2.0",
"react-draft-wysiwyg": "^1.15.0",
"react-dropzone": "^14.2.2",
"react-hot-toast": "^2.4.0",
"react-i18next": "^11.18.6",
"react-markdown": "^8.0.3",
"react-quill": "^2.0.0-beta.4",
"react-redux": "^8.0.2",
"react-syntax-highlighter": "^15.5.0",
"redux": "^4.2.0",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.4.1",
"simplebar": "5.3.8",
"simplebar-react": "2.4.1",
"stylis": "4.1.2",
"stylis-plugin-rtl": "2.1.1",
"yup": "0.32.11"
},
"devDependencies": {
"@svgr/webpack": "6.3.1",
"eslint": "8.23.1",
"eslint-config-next": "12.3.0",
"next-transpile-modules": "9.0.0"
}
}