diff options
author | crupest <crupest@outlook.com> | 2021-03-07 16:15:47 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-03-07 16:15:47 +0800 |
commit | 729f2e096d2476634cc8c74857a137eaa8fb5c88 (patch) | |
tree | 2c29f634bb775262055855487b90fb8f32da6f43 /FrontEnd/package.json | |
parent | aa167fa78491c9a8116d4a04e6bdec35be4742b6 (diff) | |
download | timeline-729f2e096d2476634cc8c74857a137eaa8fb5c88.tar.gz timeline-729f2e096d2476634cc8c74857a137eaa8fb5c88.tar.bz2 timeline-729f2e096d2476634cc8c74857a137eaa8fb5c88.zip |
feat: Add markdown content view.
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 f5013d8a..76d74e16 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -74,6 +74,7 @@ "@types/react-router": "^5.1.12",
"@types/react-router-bootstrap": "^0.24.5",
"@types/react-router-dom": "^5.1.7",
+ "@types/remarkable": "^2.0.1",
"@types/webpack-env": "^1.16.0",
"@types/xregexp": "^4.3.0",
"@typescript-eslint/eslint-plugin": "^4.16.1",
|