25 lines
645 B
JSON
25 lines
645 B
JSON
{
|
|
"name": "@repo/i18next",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"sideEffects": false,
|
|
"scripts": {
|
|
"typecheck": "tsc -p tsconfig.json --noEmit",
|
|
"clean": "rimraf .turbo node_modules dist"
|
|
},
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"i18next": "25.6.0",
|
|
"i18next-browser-languagedetector": "^8.1.0",
|
|
"i18next-http-backend": "^3.0.2",
|
|
"react-i18next": "^12.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@repo/typescript-config": "workspace:*",
|
|
"@types/node": "^22.15.12",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
} |