aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorlaurawilsonri <laura_wilson@brown.edu>2019-02-24 14:37:07 -0500
committerlaurawilsonri <laura_wilson@brown.edu>2019-02-24 14:37:07 -0500
commitf7b46167a7fd5d7ecf560dbd72e7d3295ba6c0c9 (patch)
treecc96c12c49e6c03c98b0f0e6f642e0902948283b /package.json
parent3ad38f0445178bdfe025e4f6da60f68f03876f56 (diff)
parentd9d55e422826da1fe87aa7973c92e54bc0c99f02 (diff)
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into improveText
Diffstat (limited to 'package.json')
-rw-r--r--package.json35
1 files changed, 34 insertions, 1 deletions
diff --git a/package.json b/package.json
index 4d283676e..eea6e0c94 100644
--- a/package.json
+++ b/package.json
@@ -6,7 +6,8 @@
"scripts": {
"start": "nodemon --watch src/server/**/*.ts --exec ts-node src/server/index.ts",
"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",
@@ -32,9 +33,21 @@
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.14",
+ "@types/bcrypt-nodejs": "0.0.30",
+ "@types/bluebird": "^3.5.25",
+ "@types/body-parser": "^1.17.0",
"@types/express": "^4.16.1",
+ "@types/express-flash": "0.0.0",
+ "@types/express-session": "^1.15.12",
+ "@types/express-validator": "^3.0.0",
"@types/jquery": "^3.3.29",
+ "@types/jsonwebtoken": "^8.3.0",
+ "@types/lodash": "^4.14.121",
+ "@types/mongodb": "^3.1.19",
+ "@types/mongoose": "^5.3.16",
"@types/node": "^10.12.24",
+ "@types/passport": "^1.0.0",
+ "@types/passport-local": "^1.0.33",
"@types/prosemirror-commands": "^1.0.1",
"@types/prosemirror-history": "^1.0.1",
"@types/prosemirror-keymap": "^1.0.1",
@@ -43,23 +56,40 @@
"@types/prosemirror-state": "^1.2.1",
"@types/prosemirror-transform": "^1.1.0",
"@types/prosemirror-view": "^1.3.0",
+ "@types/pug": "^2.0.4",
"@types/react-measure": "^2.0.4",
"@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",
"@types/webpack": "^4.4.24",
+ "bcrypt-nodejs": "0.0.3",
+ "bluebird": "^3.5.3",
+ "body-parser": "^1.18.3",
+ "connect-mongo": "^2.0.3",
"express": "^4.16.4",
+ "express-flash": "0.0.2",
+ "express-session": "^1.15.6",
+ "express-validator": "^5.3.1",
+ "expressjs": "^1.0.1",
"flexlayout-react": "^0.3.3",
"font-awesome": "^4.7.0",
"golden-layout": "^1.5.9",
+ "jsonwebtoken": "^8.4.0",
+ "lodash": "^4.17.11",
"jsx-to-string": "^1.4.0",
"mobx": "^5.9.0",
"mobx-react": "^5.3.5",
"mobx-react-devtools": "^6.0.3",
+ "mongodb": "^3.1.13",
+ "mongoose": "^5.4.12",
"node-sass": "^4.11.0",
"nodemon": "^1.18.10",
"normalize.css": "^8.0.1",
"npm": "^6.7.0",
+ "passport": "^0.4.0",
+ "passport-local": "^1.0.0",
"prosemirror-commands": "^1.0.7",
"prosemirror-history": "^1.0.3",
"prosemirror-keymap": "^1.0.1",
@@ -68,6 +98,7 @@
"prosemirror-state": "^1.2.2",
"prosemirror-transform": "^1.1.3",
"prosemirror-view": "^1.7.1",
+ "pug": "^2.0.3",
"react": "^16.5.2",
"react-dimensions": "^1.3.1",
"react-dom": "^16.7.0",
@@ -79,6 +110,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"
}