summaryrefslogtreecommitdiffstats
path: root/ui/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'ui/package.json')
-rw-r--r--ui/package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/ui/package.json b/ui/package.json
index 20ecdd82..9ff9ebba 100644
--- a/ui/package.json
+++ b/ui/package.json
@@ -20,11 +20,12 @@
"@types/jwt-decode": "^2.2.1",
"@types/markdown-it": "^0.0.7",
"@types/markdown-it-container": "^2.0.2",
+ "@types/react-i18next": "^8.1.0",
"autosize": "^4.0.2",
"classcat": "^1.1.3",
"dotenv": "^6.1.0",
"inferno": "^7.0.1",
- "inferno-router": "^7.0.1",
+ "inferno-i18next": "nimbusec-oss/inferno-i18next",
"js-cookie": "^2.2.0",
"jwt-decode": "^2.2.0",
"markdown-it": "^8.4.2",
@@ -35,6 +36,7 @@
"ws": "^7.0.0"
},
"devDependencies": {
+ "@types/i18next": "^12.1.0",
"fuse-box": "^3.1.3",
"ts-transform-classcat": "^0.0.2",
"ts-transform-inferno": "^4.0.2",