Uecko_ERP/packages/i18n/package.json

27 lines
710 B
JSON
Raw Normal View History

2025-11-28 15:00:18 +00:00
{
"name": "@repo/i18next",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"typecheck": "tsc -p tsconfig.json --noEmit",
2026-05-05 11:34:36 +00:00
"check": "biome check .",
"lint": "biome lint .",
2025-11-28 15:00:18 +00:00
"clean": "rimraf .turbo node_modules dist"
},
"exports": {
2025-12-01 18:52:19 +00:00
".": "./src/i18n.ts"
2025-11-28 15:00:18 +00:00
},
2026-05-26 11:55:26 +00:00
"devDependencies": {
"@repo/typescript-config": "workspace:*",
"@types/node": "^25.6.0",
"rimraf": "^6.1.3",
"typescript": "^6.0.2"
},
2025-11-28 15:00:18 +00:00
"dependencies": {
2026-04-12 10:06:32 +00:00
"i18next": "26.0.4",
"i18next-browser-languagedetector": "^8.2.1",
"i18next-http-backend": "^3.0.4",
"react-i18next": "^17.0.2"
2025-11-28 15:00:18 +00:00
}
}