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 | 7d74e849d96fa29019ef001b528df6612d93f085 (patch) | |
tree | 5e9facc87b2491c982e20901125ca0ba1d9b4508 /FrontEnd/package.json | |
parent | f7bf0b6609ac21165c8bd5502c0ec2b1a51bf618 (diff) | |
download | timeline-7d74e849d96fa29019ef001b528df6612d93f085.tar.gz timeline-7d74e849d96fa29019ef001b528df6612d93f085.tar.bz2 timeline-7d74e849d96fa29019ef001b528df6612d93f085.zip |
build: Install remarkable.
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 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",
|