-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.08 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
{
"name": "micro-ui",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.1",
"@mui/lab": "^5.0.0-alpha.138",
"@mui/material": "^5.13.5",
"@mui/x-data-grid": "^6.8.0",
"@mui/x-data-grid-pro": "^6.8.0",
"@mui/x-license-pro": "^6.10.0",
"@types/node": "20.2.5",
"@types/react": "18.2.9",
"@types/react-dom": "18.2.4",
"chart.js": "^4.3.0",
"chartjs-adapter-luxon": "^1.3.1",
"eslint": "8.42.0",
"eslint-config-next": "13.4.4",
"luxon": "^3.3.0",
"next": "13.4.4",
"patternomaly": "^1.3.2",
"react": "18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "18.2.0",
"react-json-view": "^1.21.3",
"swr": "^2.1.5",
"typescript": "5.1.3",
"ua-parser-js": "^1.0.35"
},
"devDependencies": {
"@svgr/webpack": "^8.0.1",
"@types/luxon": "^3.3.0",
"@types/ua-parser-js": "^0.7.36"
}
}