-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 688 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 688 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
{
"name": "ofborg-viewer-web",
"version": "0.3.4",
"license": "MIT",
"scripts": {
"preinstall": "if [[ $NODE_ENV == production ]]; then webpack -p --output-path website; else echo environment: $NODE_ENV; fi"
},
"devDependencies": {
"buble": "^0.19",
"buble-loader": "^0.4.1",
"eslint": "^4.16.0",
"html-webpack-plugin": "^2.30.1",
"less": "^3.0",
"less-loader": "^4.0.5",
"raw-loader": "^0.5.1",
"uglifyjs-webpack-plugin": "^1.1.6",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.11.1"
},
"dependencies": {
"@stomp/stompjs": "^4.0.0",
"lodash": "^4.17.4",
"query-string": "^5.0.1",
"websocket": "^1.0.25"
}
}