-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.33 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
44
45
46
47
48
49
50
51
{
"license": "MIT",
"scripts": {
"build": "webpack",
"postbuild": "python -m build",
"watch": "NODE_ENV=development webpack"
},
"dependencies": {
"@babel/core": "^7.18.9",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@material-ui/core": "^4.12.4",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.9.2",
"@mui/system": "^5.9.2",
"@types/cytoscape": "^3.19.7",
"@types/d3": "^7.4.0",
"@types/deep-equal": "^1.0.1",
"@types/events": "^3.0.0",
"@types/node": "^18.6.1",
"@types/react": "^18.0.15",
"@types/react-cytoscapejs": "^1.2.2",
"@types/react-dom": "^18.0.6",
"@types/underscore": "^1.11.4",
"@types/uuid": "^8.3.4",
"add": "^2.0.6",
"cytoscape": "^3.22.1",
"cytoscape-avsdf": "^1.0.0",
"d3": "^7.6.1",
"deep-equal": "^2.0.5",
"events": "^3.3.0",
"object-hash": "^3.0.0",
"react": "^18.2.0",
"react-cytoscapejs": "^1.2.1",
"react-dom": "^18.2.0",
"react-use": "^17.4.0",
"react-vega": "^7.6.0",
"ts-loader": "^9.3.1",
"ts-node": "^10.9.1",
"typed-emitter": "^2.1.0",
"typescript": "^4.7.4",
"uuid": "^8.3.2",
"vega": "^5.22.1",
"vega-lite": "^5.4.0",
"webpack": "^5.73.0"
},
"devDependencies": {
"@types/object-hash": "^2.2.1",
"webpack-cli": "^4.10.0"
}
}