-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.18 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.18 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
{
"name": "next-gui",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"fix-memory-limit": "cross-env LIMIT=8096 increase-memory-limit"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@faker-js/faker": "^8.0.2",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.13.4",
"@mui/styles": "^5.14.7",
"@mui/x-data-grid": "^6.6.0",
"@types/react": "18.2.9",
"@types/react-dom": "18.2.4",
"chart.js": "^4.3.0",
"child_process": "^1.0.2",
"cross-env": "^7.0.3",
"eslint": "8.42.0",
"eslint-config-next": "13.2.4",
"faker": "^6.6.6",
"markdown-to-jsx": "^7.3.2",
"mongoose": "^7.2.2",
"next": "13.2.4",
"os": "^0.1.2",
"os-utils": "^0.0.14",
"react": "18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "18.2.0",
"typescript": "5.1.3",
"url": "^0.11.1",
"zod": "^3.21.4"
},
"devDependencies": {
"@types/mongoose": "^5.11.97",
"@types/node": "^20.3.1",
"@types/os-utils": "^0.0.1",
"ts-node": "^10.9.1",
"tslib": "^2.5.3"
}
}