diff options
| author | Jacky Zhao <[email protected]> | 2020-09-17 00:31:18 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-09-17 00:31:18 -0700 |
| commit | c7edce043511660117dfd17f2c32d21cb3dd5889 (patch) | |
| tree | 50bac163e56558325422f2b0342804a10d59a9a2 /frontend/package.json | |
| parent | Merge pull request #58 from jackyzha0/patch (diff) | |
| parent | set default for md and latex to renderer, add title and description setting i... (diff) | |
| download | ctrl-v-c7edce043511660117dfd17f2c32d21cb3dd5889.tar.xz ctrl-v-c7edce043511660117dfd17f2c32d21cb3dd5889.zip | |
Merge pull request #59 from jackyzha0/patch-qol
QOL Improvements
Diffstat (limited to 'frontend/package.json')
| -rw-r--r-- | frontend/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/package.json b/frontend/package.json index bb22f64..9d0f4dc 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -17,6 +17,7 @@ "react-dropdown": "^1.7.0", "react-katex": "^2.0.2", "react-markdown": "^4.3.1", + "react-meta-tags": "^0.7.4", "react-modal": "^3.11.2", "react-render-html": "^0.6.0", "react-router-dom": "^5.2.0", |