diff options
| author | Tyler Schicke <tyler_schicke@brown.edu> | 2019-01-15 22:31:57 -0500 |
|---|---|---|
| committer | Tyler Schicke <tyler_schicke@brown.edu> | 2019-01-15 22:31:57 -0500 |
| commit | 89204d74d2a5014b4e241973b1bdb8461ed4f78c (patch) | |
| tree | 4bf58acfdad603375953b2de3610dc946e569b71 /package.json | |
| parent | 3de39e2608e62a278b9c8cc37b53333f0877fa59 (diff) | |
More stuff set up
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json index afd940acb..d4443eff0 100644 --- a/package.json +++ b/package.json @@ -27,11 +27,14 @@ "webpack-dev-server": "^3.1.14" }, "dependencies": { + "@types/uuid": "^3.4.4", "mobx": "^5.5.2", "mobx-react": "^5.3.5", "mobx-react-devtools": "^6.0.3", "node-sass": "^4.11.0", "react": "^16.5.2", - "react-dom": "^16.5.2" + "react-dom": "^16.5.2", + "react-jsx-parser": "^1.13.0", + "uuid": "^3.3.2" } } |
