-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
81 lines (81 loc) · 2.51 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
81
{
"name": "pipeline-ui",
"version": "1.4.2",
"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",
"start": "node server/pipelineClientServer.js",
"lint": "eslint src",
"docker-build": "webpack && gulp docker-build",
"release": "webpack && gulp release"
},
"devDependencies": {
"@types/highcharts": "^4.2.6",
"@types/lodash": "^4.14.109",
"@types/path-is-absolute": "^1.0.0",
"@types/pixi.js": "^4.7.3",
"@types/pluralize": "^0.0.28",
"@types/react": "^16.3.14",
"@types/react-dom": "^16.0.5",
"@types/react-responsive": "^3.0.1",
"@types/react-router-dom": "^4.2.1",
"@types/react-select": "^1.2.6",
"@types/react-syntax-highlighter": "^0.0.5",
"@types/react-table": "^6.7.11",
"@types/socket.io": "^1.4.33",
"@types/socket.io-client": "^1.4.32",
"@types/webpack": "^2.2.6",
"@types/webpack-dev-server": "^2.4.0",
"css-loader": "^0.28.11",
"file-loader": "^1.1.11",
"gulp": "^3.9.1",
"gulp-shell": "^0.6.5",
"semantic-ui": "^2.3.1",
"style-loader": "^0.21.0",
"ts-loader": "^3.5.0",
"typescript": "2.9.2",
"uglifyjs-webpack-plugin": "^1.2.5",
"url-loader": "^1.0.1",
"webpack": "^2.6.1",
"webpack-dev-server": "^2.5.0"
},
"dependencies": {
"apollo-boost": "^0.1.6",
"cytoscape": "^2.7.13",
"cytoscape-cxtmenu": "^2.10.3",
"express": "^4.16.3",
"express-http-proxy": "^1.2.0",
"graphql": "^0.13.2",
"graphql-tag": "^2.9.2",
"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.3.2",
"react-apollo": "^2.1.4",
"react-autosuggest": "^9.3.4",
"react-dom": "^16.3.2",
"react-highcharts": "^16.0.2",
"react-responsive": "^4.1.0",
"react-router-dom": "^4.2.2",
"react-select": "^1.2.1",
"react-syntax-highlighter": "^7.0.4",
"react-table": "^6.8.6",
"react-toastify": "^4.0.1",
"react-virtualized": "^9.12.0",
"react-virtualized-select": "^3.1.0",
"semantic-ui-react": "^0.81.1",
"socket.io": "^2.1.1",
"socket.io-client": "^2.1.1"
}
}