-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.17 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
{
"name": "material-kit-react",
"version": "3.0.0",
"author": "Devias",
"licence": "MIT",
"homepage": "https://devias.io",
"private": false,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"export": "next export",
"lint": "next lint",
"lint-fix": "next lint --fix"
},
"dependencies": {
"@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",
"@mui/lab": "5.0.0-alpha.155",
"@mui/material": "5.14.20",
"@mui/system": "5.14.20",
"@mui/x-date-pickers": "6.18.4",
"apexcharts": "3.44.2",
"date-fns": "2.30.0",
"formik": "2.4.5",
"next": "14.0.4",
"nprogress": "0.2.0",
"prop-types": "15.8.1",
"react": "18.2.0",
"react-apexcharts": "1.4.1",
"react-dom": "18.2.0",
"simplebar-react": "^3.2.4",
"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"
}
}