aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/package.json
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-04-02 23:16:10 +0800
committercrupest <crupest@outlook.com>2021-04-02 23:16:10 +0800
commitd9a303d4e832dfcc7599ae750b8a4258f80ea677 (patch)
tree64fcb4985a3463bd5a3f14bc304c99acc54b517c /FrontEnd/package.json
parent11127533782ba29fe803aa030dfc2b454771891b (diff)
downloadtimeline-d9a303d4e832dfcc7599ae750b8a4258f80ea677.tar.gz
timeline-d9a303d4e832dfcc7599ae750b8a4258f80ea677.tar.bz2
timeline-d9a303d4e832dfcc7599ae750b8a4258f80ea677.zip
fix: Fix base64 bug for unicode string.
Diffstat (limited to 'FrontEnd/package.json')
-rw-r--r--FrontEnd/package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json
index 9af1c596..f8ca1d5d 100644
--- a/FrontEnd/package.json
+++ b/FrontEnd/package.json
@@ -14,6 +14,7 @@
"core-js": "^3.10.0",
"i18next": "^20.1.0",
"i18next-browser-languagedetector": "^6.1.0",
+ "js-base64": "^3.6.0",
"localforage": "^1.9.0",
"lodash": "^4.17.21",
"pepjs": "^0.5.3",