|
19 | 19 | "@types/node": "^15.0.2",
|
20 | 20 | "@types/react": "^17.0.2",
|
21 | 21 | "babel-loader": "^8.2.2",
|
| 22 | + "babel-plugin-i18next-extract": "^0.9.0", |
22 | 23 | "clean-webpack-plugin": "^4.0.0-alpha.0",
|
23 | 24 | "css-loader": "^5.2.4",
|
24 | 25 | "css-minimizer-webpack-plugin": "^3.0.0",
|
25 | 26 | "file-loader": "^6.2.0",
|
26 | 27 | "html-webpack-plugin": "^5.3.1",
|
| 28 | + "i18next": "^22.4.12", |
| 29 | + "i18next-browser-languagedetector": "^7.0.1", |
| 30 | + "i18next-parser": "^1.0.0-beta38", |
27 | 31 | "mini-css-extract-plugin": "^1.6.0",
|
28 | 32 | "monaco-editor": "^0.30.1",
|
29 | 33 | "monaco-editor-webpack-plugin": "^6.0.0",
|
|
45 | 49 | "cross-env": "^7.0.3",
|
46 | 50 | "eslint": "^7.32.0",
|
47 | 51 | "eslint-config-prettier": "^6.9.0",
|
| 52 | + "eslint-plugin-i18n": "^2.1.0", |
48 | 53 | "eslint-plugin-prettier": "^4.0.0",
|
49 | 54 | "eslint-plugin-react": "^7.17.0",
|
50 | 55 | "json-format": "^1.0.1",
|
|
54 | 59 | "pretty-format": "^27.0.2",
|
55 | 60 | "react": "^17.0.2",
|
56 | 61 | "react-dom": "^17.0.2",
|
| 62 | + "react-i18next": "^12.2.0", |
57 | 63 | "react-redux": "^6.0.1",
|
58 | 64 | "react-router": "^5.2.0",
|
59 | 65 | "react-router-dom": "^5.2.0",
|
|
0 commit comments