v3: performance pass, bundle size pass, i18n pass, docker pass

This commit is contained in:
khannurien
2026-04-08 13:19:39 +00:00
parent 20b9bfe7b4
commit 1321e374bf
21 changed files with 502 additions and 301 deletions

View File

@@ -10,14 +10,16 @@
"preview": "vite preview"
},
"dependencies": {
"@lingui/cli": "6.0.0-next.2",
"@lingui/core": "6.0.0-next.2",
"@lingui/format-po": "6.0.0-next.2",
"@lingui/react": "6.0.0-next.2",
"@lingui/cli": "6.0.0-next.3",
"@lingui/conf": "6.0.0-next.3",
"@lingui/core": "6.0.0-next.3",
"@lingui/format-po": "6.0.0-next.3",
"@lingui/react": "6.0.0-next.3",
"@types/react": "^19.2.14",
"@lingui/swc-plugin": "6.0.0-next.2",
"@vitejs/plugin-react-swc": "^4.3.0",
"frimousse": "^0.3.0",
"jiti": "^2.6.1",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-markdown": "^10.1.0",
@@ -25,7 +27,7 @@
"remark-gfm": "^4.0.1"
},
"devDependencies": {
"@lingui/vite-plugin": "6.0.0-next.2",
"@lingui/vite-plugin": "6.0.0-next.3",
"@eslint/js": "^9.39.4",
"@types/node": "^24.12.0",
"@types/react-dom": "^19.2.3",