aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorKeJun <kejun1997@gmail.com>2021-07-17 23:03:14 +0800
committerGitHub <noreply@github.com>2021-07-17 08:03:14 -0700
commitb0ee18a9c0f16517aa87f8b58df55286af2f04f1 (patch)
tree647bf1665763a19a6683f9c4e1c5e2278b4ee6cd /package.json
parente5a1f300fff1ceb0f89de2b2a93fe2f4096803c8 (diff)
feat: add language detector (#67)
* feat: add language detector * style: fmt code
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index e35ddc8..d043ec8 100644
--- a/package.json
+++ b/package.json
@@ -7,6 +7,7 @@
7 "@testing-library/react": "^9.3.2", 7 "@testing-library/react": "^9.3.2",
8 "@testing-library/user-event": "^7.1.2", 8 "@testing-library/user-event": "^7.1.2",
9 "i18next": "^20.3.3", 9 "i18next": "^20.3.3",
10 "i18next-browser-languagedetector": "^6.1.2",
10 "qrcode.react": "^1.0.0", 11 "qrcode.react": "^1.0.0",
11 "react": "^16.13.1", 12 "react": "^16.13.1",
12 "react-dom": "^16.13.1", 13 "react-dom": "^16.13.1",