32 lines
707 B
JSON
32 lines
707 B
JSON
{
|
|
"name": "@repo/core-i18n",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./react-i18next": "./src/react-i18next.d.ts"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint \"src/**/*.ts\"",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=18.0.0",
|
|
"react-i18next": ">=15.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@repo/utils": "workspace:*",
|
|
"i18next": "^24.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"@repo/eslint-config": "workspace:*",
|
|
"@repo/typescript-config": "workspace:*",
|
|
"@types/react": "^19.0.8",
|
|
"react": "^19.2.3",
|
|
"react-dom": "^19.2.3",
|
|
"react-i18next": "^15.4.0",
|
|
"typescript": "5.5.4"
|
|
}
|
|
}
|