-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.16 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.16 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
{
"name": "material-kit-react",
"version": "3.0.0",
"author": "Devias",
"licence": "MIT",
"homepage": "https://devias.io",
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export",
"lint": "next lint",
"lint-fix": "next lint --fix"
},
"dependencies": {
"@ant-design/colors": "^7.0.2",
"@babel/runtime": "^7.23.9",
"@dropzone-ui/react": "^7.0.4",
"@emotion/cache": "11.11.0",
"@emotion/react": "11.11.1",
"@emotion/server": "11.11.0",
"@emotion/styled": "11.11.0",
"@heroicons/react": "2.0.18",
"@iconify/react": "^4.1.1",
"@lexical/code": "^0.16.0",
"@lexical/html": "^0.16.0",
"@lexical/link": "^0.16.0",
"@lexical/list": "^0.16.0",
"@lexical/markdown": "^0.16.0",
"@lexical/react": "^0.14.2",
"@lexical/rich-text": "^0.16.0",
"@lexical/selection": "^0.16.0",
"@lexical/table": "^0.16.0",
"@lexical/utils": "^0.16.0",
"@mui/base": "5.0.0-beta.35",
"@mui/icons-material": "^5.15.15",
"@mui/lab": "5.0.0-alpha.155",
"@mui/material": "5.14.20",
"@mui/system": "5.14.20",
"@mui/utils": "^5.15.8",
"@mui/x-date-pickers": "6.18.4",
"@mui/x-date-pickers-pro": "6.18.4",
"@reduxjs/toolkit": "^2.0.1",
"apexcharts": "3.44.2",
"axios": "^1.6.5",
"date-fns": "2.30.0",
"dayjs": "^1.11.10",
"formik": "2.4.5",
"lexical": "^0.14.2",
"lodash": "^4.17.21",
"next": "14.0.4",
"next-redux-wrapper": "^8.1.0",
"nprogress": "0.2.0",
"numeral": "^2.0.6",
"prop-types": "15.8.1",
"react": "18.2.0",
"react-apexcharts": "1.4.1",
"react-aria": "^3.31.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.50.1",
"react-infinite-scroller": "^1.2.6",
"react-redux": "^9.0.4",
"react-router-dom": "^6.22.2",
"simplebar-react": "^3.2.4",
"toastify-js": "^1.12.0",
"yup": "1.3.2"
},
"devDependencies": {
"@types/node": "20.10.4",
"@types/nprogress": "0.2.3",
"@types/numeral": "2.0.5",
"@types/react": "18.2.43",
"@types/react-dom": "18.2.17",
"eslint": "8.55.0",
"eslint-config-next": "14.0.4"
}
}