forked from ReduxISU/Redux_GUI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 848 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 848 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
{
"name": "redux-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@fontsource/roboto": "^4.5.8",
"@mui/icons-material": "^5.8.0",
"@mui/material": "^5.8.1",
"@popperjs/core": "^2.11.6",
"bootstrap": "^5.1.3",
"d3": "^7.9.0",
"d3-graphviz": "^4.1.1",
"dotenv": "^16.0.1",
"graphviz-react": "^1.2.0",
"next": "^12.3.7",
"node-tikzjax": "^1.0.3",
"react": "^18.3.1",
"react-bootstrap": "^2.4.0",
"react-dom": "^18.1.0",
"react-split": "^2.0.14"
},
"devDependencies": {
"eslint": "8.16.0",
"eslint-config-next": "12.1.6",
"jest": "^28.1.1"
}
}