-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.43 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
70
71
72
73
74
75
76
77
78
79
80
{
"name": "pipeline-ui",
"version": "1.6.0",
"description": "",
"keywords": [],
"author": "Patrick Edson <[email protected]> (http://github.com/pedson)",
"license": "LicenseRef-LICENSE",
"dockerRepository": "mouselightpipeline",
"dockerImageName": "pipeline-client",
"scripts": {
"devel": "DEBUG=pipeline* node $NODE_DEBUG_OPTION server/pipelineClientServer.js",
"docker-build": "gulp docker-build",
"docker-release": "gulp release"
},
"devDependencies": {
"@types/highcharts": "^4.2.6",
"@types/lodash": "^4.14.109",
"@types/passport": "^1.0.1",
"@types/passport-http": "^0.3.8",
"@types/path-is-absolute": "^1.0.0",
"@types/pixi.js": "^4.7.3",
"@types/pluralize": "^0.0.28",
"@types/react": "^16.9.2",
"@types/react-dom": "^16.9.0",
"@types/react-responsive": "^3.0.1",
"@types/react-router-dom": "^4.3.5",
"@types/react-select": "^1.2.6",
"@types/react-syntax-highlighter": "^0.0.5",
"@types/react-table": "^6.7.11",
"@types/socket.io-client": "^1.4.32",
"@types/webpack": "^2.2.6",
"@types/webpack-dev-server": "^2.4.0",
"apollo-boost": "^0.1.6",
"css-loader": "^0.28.11",
"cytoscape": "^2.7.13",
"cytoscape-cxtmenu": "^2.10.3",
"file-loader": "^1.1.11",
"graphql": "^0.13.2",
"graphql-tag": "^2.9.2",
"gulp": "^3.9.1",
"gulp-shell": "^0.6.5",
"highcharts": "^5.0.7",
"highcharts-heatmap": "^0.1.7",
"highcharts-more": "^0.1.7",
"lodash": "^4.17.10",
"moment": "^2.22.1",
"numeric": "^1.2.6",
"pixi.js": "^4.7.3",
"pluralize": "^7.0.0",
"rc-slider": "^8.6.1",
"react": "^16.9.0",
"react-apollo": "^2.1.4",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.9.0",
"react-highcharts": "^16.0.2",
"react-responsive": "^4.1.0",
"react-router-dom": "^4.3.1",
"react-select": "^1.2.1",
"react-syntax-highlighter": "^7.0.4",
"react-table": "^6.8.6",
"react-toastify": "^4.0.1",
"semantic-ui-react": "^0.81.1",
"socket.io-client": "^2.1.1",
"style-loader": "^0.23.1",
"three-obj-loader": "^1.1.2",
"ts-loader": "^5.3.0",
"typescript": "^3.6.3",
"url-loader": "^1.0.1",
"webpack": "^4.25.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10"
},
"dependencies": {
"express": "^4.16.3",
"express-http-proxy": "^1.2.0",
"passport": "^0.4.0",
"passport-http": "^0.3.0",
"socket.io": "^2.1.1"
}
}