Uecko_ERP/packages/i18n/package.json
2026-05-05 13:34:36 +02:00

26 lines
682 B
JSON

{
"name": "@repo/i18next",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"typecheck": "tsc -p tsconfig.json --noEmit",
"check": "biome check .",
"lint": "biome lint .",
"clean": "rimraf .turbo node_modules dist"
},
"exports": {
".": "./src/i18n.ts"
},
"dependencies": {
"i18next": "26.0.4",
"i18next-browser-languagedetector": "^8.2.1",
"i18next-http-backend": "^3.0.4",
"react-i18next": "^17.0.2"
},
"devDependencies": {
"@repo/typescript-config": "workspace:*",
"@types/node": "^25.6.0",
"typescript": "^6.0.2"
}
}