-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 925 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 925 Bytes
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
{
"name": "redux-next",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=26"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"postinstall": "next telemetry disable"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@fontsource/roboto": "^5.2.10",
"@mui/icons-material": "^9.0.1",
"@mui/material": "^9.0.1",
"@popperjs/core": "^2.11.8",
"@swc/helpers": "^0.5.23",
"bootstrap": "^5.3.8",
"d3": "^7.9.0",
"d3-graphviz": "^5.6.0",
"dotenv": "^17.4.2",
"graphviz-react": "^1.2.0",
"next": "^16.2.6",
"node-tikzjax": "^1.0.5",
"react": "^19.2.6",
"react-bootstrap": "^2.10.10",
"react-dom": "^19.2.6",
"react-split": "^2.0.14"
},
"devDependencies": {
"eslint": "^9.0.0",
"eslint-config-next": "^16.2.6"
}
}