aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorBaoyuan <baoyuan.top@gmail.com>2021-07-16 23:02:03 +0800
committerGitHub <noreply@github.com>2021-07-16 08:02:03 -0700
commitbc51f1b761763ca585f225190e7d859e0cd03209 (patch)
treeff95dfbc8db6a9adda815dc8f39ec7588130bfbe /package.json
parenta283fe4628aad3750be0cd300983b9a3100fdf05 (diff)
[Issue #49] feat: add i18n (#58)
* feat: add i18n * fix: code clean
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index af43a10..e35ddc8 100644
--- a/package.json
+++ b/package.json
@@ -6,9 +6,11 @@
6 "@testing-library/jest-dom": "^4.2.4", 6 "@testing-library/jest-dom": "^4.2.4",
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 "qrcode.react": "^1.0.0", 10 "qrcode.react": "^1.0.0",
10 "react": "^16.13.1", 11 "react": "^16.13.1",
11 "react-dom": "^16.13.1", 12 "react-dom": "^16.13.1",
13 "react-i18next": "^11.11.2",
12 "react-scripts": "^4.0.1" 14 "react-scripts": "^4.0.1"
13 }, 15 },
14 "scripts": { 16 "scripts": {