2024-07-30 23:59:06 +02:00
|
|
|
{
|
|
|
|
"name": "@repo/i18n",
|
2024-07-31 00:57:33 +02:00
|
|
|
"version": "4.0.0-staging.1",
|
2024-07-30 23:59:06 +02:00
|
|
|
"private": true,
|
|
|
|
"type": "module",
|
|
|
|
"exports": {
|
|
|
|
"./translations/*.json": "./src/translations/*.json",
|
|
|
|
"./config": "./src/config.tsx",
|
|
|
|
"./i18n": "./src/i18n.ts",
|
|
|
|
"./messages.d.ts": "./src/messages.d.ts",
|
|
|
|
"./navigation": "./src/navigation.ts"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"lint:eslint": "eslint src --max-warnings 0 --report-unused-disable-directives",
|
|
|
|
"lint:typescript": "tsc --noEmit"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"deepmerge": "catalog:",
|
|
|
|
"next": "catalog:",
|
|
|
|
"next-intl": "catalog:",
|
|
|
|
"react": "catalog:",
|
|
|
|
"react-dom": "catalog:"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@repo/eslint-config": "workspace:*",
|
|
|
|
"@repo/config-typescript": "workspace:*",
|
|
|
|
"@types/react": "catalog:",
|
|
|
|
"@types/react-dom": "catalog:",
|
|
|
|
"@total-typescript/ts-reset": "catalog:",
|
|
|
|
"eslint": "catalog:",
|
|
|
|
"typescript": "catalog:"
|
|
|
|
}
|
|
|
|
}
|