aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authoryipstanley <stanley_yip@brown.edu>2019-02-10 22:09:48 -0500
committeryipstanley <stanley_yip@brown.edu>2019-02-10 22:09:48 -0500
commit2e930b98726a09e597106d43a6763dd36d038771 (patch)
tree34f2c1e3a0bf652be571c0259c3087b1d36dac00 /package.json
parent5b55e1b6081393989ca35d2964da9604c2a93802 (diff)
adsklfa
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 9 insertions, 1 deletions
diff --git a/package.json b/package.json
index 9afddb8d9..dab8ff47b 100644
--- a/package.json
+++ b/package.json
@@ -6,7 +6,8 @@
"scripts": {
"start": "webpack-dev-server --mode development --color --progress --inline --hot --env development",
"build": "webpack --env production",
- "test": "mocha -r ts-node/register test/**/*.ts"
+ "test": "mocha -r ts-node/register test/**/*.ts",
+ "tsc": "tsc"
},
"devDependencies": {
"@types/chai": "^4.1.7",
@@ -28,6 +29,7 @@
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.14",
+ "@types/express": "^4.16.1",
"@types/jquery": "^3.3.29",
"@types/prosemirror-commands": "^1.0.1",
"@types/prosemirror-history": "^1.0.1",
@@ -38,8 +40,12 @@
"@types/prosemirror-transform": "^1.1.0",
"@types/prosemirror-view": "^1.3.0",
"@types/react-table": "^6.7.21",
+ "@types/socket.io": "^2.1.2",
+ "@types/socket.io-client": "^1.4.32",
"@types/typescript": "^2.0.0",
"@types/uuid": "^3.4.4",
+ "express": "^4.16.4",
+ "expressjs": "^1.0.1",
"flexlayout-react": "^0.3.3",
"golden-layout": "^1.5.9",
"mobx": "^5.9.0",
@@ -64,6 +70,8 @@
"react-mosaic": "0.0.20",
"react-split-pane": "^0.1.85",
"react-table": "^6.9.0",
+ "socket.io": "^2.2.0",
+ "socket.io-client": "^2.2.0",
"url-loader": "^1.1.2",
"uuid": "^3.3.2"
}