-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.27 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
{
"name": "upm",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/cache": "^11.10.5",
"@emotion/react": "^11.10.5",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.11.0",
"@mui/lab": "^5.0.0-alpha.119",
"@mui/material": "^5.11.8",
"@types/styled-components": "^5.1.26",
"apexcharts": "^3.37.0",
"apexcharts-clevision": "^3.28.5",
"axios": "^1.3.2",
"formik": "^2.2.9",
"lodash": "^4.17.21",
"mdi-material-ui": "^7.6.0",
"moment": "^2.29.4",
"next": "latest",
"nprogress": "^0.2.0",
"react": "18.2.0",
"react-apexcharts": "^1.4.0",
"react-dom": "18.2.0",
"react-perfect-scrollbar": "^1.5.8",
"react-popper": "^2.3.0",
"sass": "^1.58.0",
"styled-components": "^5.3.6",
"yup": "^1.0.0"
},
"devDependencies": {
"@types/lodash": "^4.14.191",
"@types/node": "18.13.0",
"@types/nprogress": "^0.2.0",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"babel-plugin-styled-components": "^2.0.7",
"eslint": "8.33.0",
"eslint-config-next": "13.1.6",
"typescript": "4.9.5"
}
}