-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.08 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.08 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
{
"name": "ebpm-proto",
"private": true,
"scripts": {
"dev": "ENV=dev next dev -p 3001",
"build": "ENV=prd next build",
"start": "node _local/serve.js",
"lint": "next lint",
"out": "next-image-export-optimizer",
"static": "node _local/serve.js"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.10.9",
"@mui/material": "^5.10.13",
"@mui/styles": "^5.10.10",
"@mui/x-data-grid": "^5.17.10",
"gray-matter": "^4.0.3",
"next": "^15.5.14",
"next-image-export-optimizer": "^1.20.1",
"raw-loader": "^4.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^7.1.1"
},
"devDependencies": {
"@types/node": "^18.0.0",
"@types/react": "^18.0.0",
"@typescript-eslint/parser": "^8.58.0",
"eslint": "^8.57.0",
"eslint-config-next": "^15.5.14",
"serve": "^14.1.1",
"typescript": "^5.0.0"
},
"engines": {
"node": ">=18.18.0"
},
"overrides": {
"yaml": "^2.8.3",
"braces": "^3.0.3",
"on-headers": "^1.1.0"
}
}