forked from highmed/SmICSVisualisierung
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
148 lines (148 loc) · 4.44 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
{
"name": "infectioncontrolsystem2",
"version": "0.0.1",
"engines": {
"node": "^14.15.1"
},
"os": [
"linux",
"win32"
],
"description": "Version 2 of the infection control system",
"scripts": {
"build": "concurrently \"npm run build-server\" \"npm run build-client\"",
"build-client": "webpack --config webpack.prod.js",
"build-server": "npm run build-types && tsc",
"build-types": "ts-node scripts/generate_io_types.ts",
"dev": "concurrently \"npm run dev-server\" \"npm run dev-client\"",
"dev-client": "webpack-dev-server --config webpack.dev.js --open",
"dev-server": "ts-node-dev --respawn -- src/server/start_server.ts",
"start": "ts-node src/server/start_server.ts",
"test": "cross-env IS_TESTING=TRUE mocha --color --delay -r ts-node/register test/**/*.ts --exit",
"mirror-release": "bash scripts/mirror_to_release_repo.bash",
"server": "node build/server/start_server.js"
},
"repository": {
"type": "git",
"url": "[email protected]:highmed/infectioncontrolsystem2.git"
},
"keywords": [
"highmed",
"infection",
"covid19",
"visualization",
"dashboard"
],
"contributors": [
{
"name": "Tom Baumgartl"
},
{
"name": "Felix Divo"
}
],
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
"@babel/node": "^7.10.5",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/preset-env": "^7.11.5",
"@babel/preset-react": "^7.10.4",
"@blueprintjs/core": "^3.29.0",
"@blueprintjs/icons": "^3.19.0",
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@material-ui/core": "^4.10.2",
"@material-ui/icons": "^4.9.1",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.10.0",
"@mui/styled-engine": "^5.10.0",
"@npmcli/fs": "^2.1.0",
"@types/chai": "^4.2.12",
"@types/chai-http": "^4.2.0",
"@types/child-process-promise": "^2.2.1",
"@types/cli-color": "^2.0.0",
"@types/d3": "^6.3.0",
"@types/d3-sankey": "^0.11.1",
"@types/express": "^4.17.8",
"@types/express-session": "^1.17.4",
"@types/ip": "^1.1.0",
"@types/mocha": "^8.0.3",
"@types/moment": "^2.13.0",
"@types/mysql": "^2.15.15",
"@types/node-fetch": "^2.5.7",
"@types/passport": "^1.0.7",
"@types/socket.io": "^2.1.11",
"@types/socket.io-client": "^1.4.33",
"@types/source-map": "^0.5.7",
"@typescript-eslint/eslint-plugin": "^4.28.4",
"@typescript-eslint/parser": "^4.28.4",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"clean-webpack-plugin": "^3.0.0",
"concurrently": "^6.3.0",
"css-loader": "^3.6.0",
"csv-loader": "^3.0.3",
"d3": "^5.16.0",
"eslint": "^7.31.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"file-loader": "^6.1.0",
"flexlayout-react": "^0.6.5",
"html-loader": "^1.3.1",
"html-webpack-plugin": "^4.5.0",
"json-schema-to-typescript": "^9.1.1",
"mini-css-extract-plugin": "^0.9.0",
"mocha": "^9.2.0",
"moment": "^2.29.4",
"node-sass": "^4.14.1",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-file-drop": "^3.1.5",
"react-grid-layout": "^0.18.3",
"react-hot-loader": "^4.13.0",
"react-router-dom": "^5.2.0",
"sass-loader": "^8.0.2",
"socket.io-client": "^2.3.0",
"source-map": "^0.7.3",
"style-loader": "^1.2.1",
"styled-components": "^5.2.1",
"terser-webpack-plugin": "^4.2.2",
"textures": "^1.2.2",
"ts-node-dev": "^1.1.8",
"typescript": "^3.9.7",
"uuid": "^8.3.2",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^4.2.2",
"xml-loader": "^1.2.1"
},
"dependencies": {
"@types/object-hash": "^1.3.4",
"ajv": "^6.12.5",
"ajv-moment": "^2.0.6",
"child-process-promise": "^2.2.1",
"cli-color": "^2.0.0",
"cross-env": "^7.0.2",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-session": "^1.17.2",
"ip": "^1.1.5",
"memorystore": "^1.6.6",
"mysql": "^2.18.1",
"node-fetch": "^2.6.7",
"node-http-ping": "^0.3.1",
"node-schedule": "^2.1.0",
"npm": "^6.14.13",
"object-hash": "^2.0.3",
"openid-client": "^4.7.4",
"passport": "^0.6.0",
"socket.io": "^2.4.1",
"tempy": "^0.7.1"
}
}