|
|
@@ -10,6 +10,8 @@
|
|
|
"preview": "vite preview"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
+ "@lingui/core": "^5.2.0",
|
|
|
+ "@lingui/react": "^5.2.0",
|
|
|
"@radix-ui/react-avatar": "^1.1.3",
|
|
|
"@radix-ui/react-collapsible": "^1.1.3",
|
|
|
"@radix-ui/react-dialog": "^1.1.6",
|
|
|
@@ -18,7 +20,7 @@
|
|
|
"@radix-ui/react-separator": "^1.1.2",
|
|
|
"@radix-ui/react-slot": "^1.1.2",
|
|
|
"@radix-ui/react-tooltip": "^1.1.8",
|
|
|
- "@tailwindcss/vite": "^4.0.6",
|
|
|
+ "@tailwindcss/vite": "^4.0.7",
|
|
|
"@tanstack/react-query": "^5.66.7",
|
|
|
"@tanstack/react-router": "^1.105.0",
|
|
|
"@types/node": "^22.13.4",
|
|
|
@@ -35,11 +37,14 @@
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
"@eslint/js": "^9.19.0",
|
|
|
+ "@lingui/babel-plugin-lingui-macro": "^5.2.0",
|
|
|
+ "@lingui/cli": "^5.2.0",
|
|
|
+ "@lingui/vite-plugin": "^5.2.0",
|
|
|
"@tanstack/eslint-plugin-query": "^5.66.1",
|
|
|
"@tanstack/router-devtools": "^1.105.0",
|
|
|
"@tanstack/router-plugin": "^1.105.0",
|
|
|
- "@types/react": "^19.0.8",
|
|
|
- "@types/react-dom": "^19.0.3",
|
|
|
+ "@types/react": "^19.0.10",
|
|
|
+ "@types/react-dom": "^19.0.4",
|
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
|
"eslint": "^9.19.0",
|
|
|
"eslint-plugin-react": "^7.37.4",
|