aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authortschicke-brown <tyler_schicke@brown.edu>2019-03-02 23:21:31 -0500
committerGitHub <noreply@github.com>2019-03-02 23:21:31 -0500
commit77dc4aa8b5033d8c7896809d1417ed8305de1421 (patch)
treeba4e62f7d7cfe1b50fd20a90a1d5cad803a29c32 /package.json
parentf1be2fc29ea59c05a3ece851df3ed72adb07a0c2 (diff)
parent09928503be98d605052fba65dcd2f91f9b056f23 (diff)
Merge pull request #16 from browngraphicslab/contextMenu
Context menu
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/package.json b/package.json
index 57a5c4dca..22349501d 100644
--- a/package.json
+++ b/package.json
@@ -32,7 +32,9 @@
"webpack-hot-middleware": "^2.24.3"
},
"dependencies": {
- "@fortawesome/fontawesome-svg-core": "^1.2.14",
+ "@fortawesome/fontawesome-svg-core": "^1.2.15",
+ "@fortawesome/free-solid-svg-icons": "^5.7.2",
+ "@fortawesome/react-fontawesome": "^0.1.4",
"@types/bcrypt-nodejs": "0.0.30",
"@types/bluebird": "^3.5.25",
"@types/body-parser": "^1.17.0",
@@ -76,6 +78,7 @@
"expressjs": "^1.0.1",
"flexlayout-react": "^0.3.3",
"golden-layout": "^1.5.9",
+ "i": "^0.3.6",
"jsonwebtoken": "^8.4.0",
"jsx-to-string": "^1.4.0",
"lodash": "^4.17.11",
@@ -87,7 +90,7 @@
"node-sass": "^4.11.0",
"nodemon": "^1.18.10",
"normalize.css": "^8.0.1",
- "npm": "^6.7.0",
+ "npm": "^6.8.0",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"prosemirror-commands": "^1.0.7",