summaryrefslogtreecommitdiffstats
path: root/ui/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'ui/package.json')
-rw-r--r--ui/package.json8
1 files changed, 6 insertions, 2 deletions
diff --git a/ui/package.json b/ui/package.json
index 7f99e62f..797e45bc 100644
--- a/ui/package.json
+++ b/ui/package.json
@@ -23,7 +23,9 @@
"autosize": "^4.0.2",
"classcat": "^1.1.3",
"dotenv": "^6.1.0",
+ "i18next": "^17.0.9",
"inferno": "^7.0.1",
+ "inferno-i18next": "nimbusec-oss/inferno-i18next",
"inferno-router": "^7.0.1",
"js-cookie": "^2.2.0",
"jwt-decode": "^2.2.0",
@@ -32,12 +34,14 @@
"markdown-it-emoji": "^1.4.0",
"moment": "^2.24.0",
"rxjs": "^6.4.0",
- "terser": "^3.17.0"
+ "terser": "^3.17.0",
+ "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",
- "typescript": "^3.3.3333"
+ "typescript": "^3.5.3"
}
}