-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 852 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 852 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
{
"name": "sirius_graph_tool",
"version": "1.0.0",
"description": "Visualization tool for high dimensional dataset",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"visualization",
"high",
"dimension"
],
"author": "MMVIZ",
"license": "MIT",
"dependencies": {
"@types/d3": "^4.10.0",
"@types/plotly.js": "^1.44.28",
"axios": "^0.21.1",
"bootstrap": "^4.4.1",
"cytoscape": "^3.14.2",
"d3": "^4.10.0",
"jquery": "^3.5.1",
"popper.js": "^1.16.0",
"react": "^16.13.1",
"react-bootstrap": "^1.0.1",
"react-dom": "^16.13.1",
"react-redux": "^7.2.0",
"redux": "^4.0.5"
},
"devDependencies": {
"ts-loader": "^4.0.0",
"typescript": "^3.6.3",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
}
}