diff options
Diffstat (limited to 'frontend/package.json')
| -rw-r--r-- | frontend/package.json | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/frontend/package.json b/frontend/package.json index f4549cb4..82354c1c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -22,9 +22,10 @@ "@types/react-router": "5.1.18", "@types/webpack": "^5.28.1", "husky": "^8.0.3", + "i18next-parser": "^7.7.0", "import-sort-style-module": "^6.0.0", "inquirer": "^8.2.5", - "prettier": "^2.8.7", + "prettier": "^2.8.8", "prettier-plugin-import-sort": "^0.0.7", "react": "16.14.0", "react-dom": "16.14.0", @@ -43,9 +44,13 @@ }, "dependencies": { "decky-frontend-lib": "3.20.6", + "i18next": "^22.4.15", + "i18next-browser-languagedetector": "^7.0.1", + "i18next-http-backend": "^2.2.0", "react-file-icon": "^1.3.0", + "react-i18next": "^12.2.2", "react-icons": "^4.8.0", - "react-markdown": "^8.0.6", + "react-markdown": "^8.0.7", "remark-gfm": "^3.0.1" } } |
