-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
69 lines (69 loc) · 1.87 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "open-galaxy",
"version": "1.0.0",
"description": "Explore the open source world free",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "IS_WEBPACK_PRODUCTION_MODE=true webpack",
"start": "PORT=8081 webpack serve --open"
},
"repository": {
"type": "git",
"url": "https://github.com/X-lab2017/open-galaxy"
},
"keywords": [
"github",
"network",
"visualization"
],
"author": "X-lab",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/X-lab2017/open-galaxy/issues"
},
"homepage": "https://open-galaxy.x-lab.info/",
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"@babel/preset-react": "^7.16.0",
"babel-loader": "^8.2.3",
"copy-webpack-plugin": "^10.0.0",
"css-loader": "^6.5.1",
"express": "^4.12.3",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"less": "^4.1.2",
"less-loader": "^10.2.0",
"mini-css-extract-plugin": "^2.4.5",
"ngraph.generators": "0.0.15",
"react-hot-loader": "^4.1.3",
"style-loader": "^3.3.1",
"url-loader": "^4.1.1",
"webpack": "^5.64.4",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.6.0"
},
"dependencies": {
"anichart": "2.4.4",
"bluebird": "^2.9.25",
"bootstrap": "^3.3.4",
"echarts": "^5.1.1",
"echarts-for-react": "^3.0.2",
"history": "^1.17.0",
"keymirror": "^0.1.1",
"ngraph.events": "0.0.3",
"node-libs-browser": "^0.5.0",
"prop-types": "^15.7.2",
"qs": "^4.0.0",
"rafor": "^1.0.2",
"react": "^17.0.2",
"react-bootstrap": "^0.28.1",
"react-dom": "^17.0.2",
"react-intl-universal": "^2.4.8",
"react-list": "^0.8.16",
"three.orientation": "^1.1.0",
"unrender": "git+https://github.com/anvaka/unrender.git",
"webgl-enabled": "^1.0.3"
}
}