aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-03-19 15:50:54 -0400
committerbob <bcz@cs.brown.edu>2019-03-19 15:50:54 -0400
commit5e416c352ebfb875482f890c6362fee5f84af1f6 (patch)
treeebae4c0750c2da9194c8a5ed34c0855b4dfaa6a9 /package.json
parent4126d3b15d8a93004df4e6eefe485c9f1fb86a00 (diff)
started to integrate Northstar. changed server port to 4321.
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 7ed94c508..c87e31bc4 100644
--- a/package.json
+++ b/package.json
@@ -38,9 +38,9 @@
"@fortawesome/free-solid-svg-icons": "^5.7.2",
"@fortawesome/react-fontawesome": "^0.1.4",
"@hig/flyout": "^1.0.3",
- "@types/async": "^2.4.1",
"@hig/theme-context": "^2.1.3",
"@hig/theme-data": "^2.3.3",
+ "@types/async": "^2.4.1",
"@types/bcrypt-nodejs": "0.0.30",
"@types/bluebird": "^3.5.25",
"@types/body-parser": "^1.17.0",
@@ -149,6 +149,7 @@
"socket.io": "^2.2.0",
"socket.io-client": "^2.2.0",
"socketio": "^1.0.0",
+ "typescript-collections": "^1.3.2",
"url-loader": "^1.1.2",
"uuid": "^3.3.2",
"xoauth2": "^1.2.0"