diff options
author | crupest <crupest@outlook.com> | 2021-03-07 15:52:27 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-03-07 15:52:27 +0800 |
commit | aa167fa78491c9a8116d4a04e6bdec35be4742b6 (patch) | |
tree | d790c2e7e30d7345aa4fbea147aa5a07e1e3cfdf | |
parent | ffdbd6e8a69678462ec08ca894b9f8d7b3fc1516 (diff) | |
download | timeline-aa167fa78491c9a8116d4a04e6bdec35be4742b6.tar.gz timeline-aa167fa78491c9a8116d4a04e6bdec35be4742b6.tar.bz2 timeline-aa167fa78491c9a8116d4a04e6bdec35be4742b6.zip |
build: Install remarkable.
-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 9d0b5531..f5013d8a 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -27,6 +27,7 @@ "react-router-bootstrap": "^0.25.0",
"react-router-dom": "^5.2.0",
"regenerator-runtime": "^0.13.7",
+ "remarkable": "^2.0.1",
"rxjs": "^6.6.6",
"workbox-cacheable-response": "^6.1.0",
"workbox-expiration": "^6.1.0",
|