2024-07-30 23:59:06 +02:00
|
|
|
{
|
|
|
|
"name": "@repo/i18n",
|
2024-11-09 21:10:23 +01:00
|
|
|
"version": "4.1.0",
|
2024-07-30 23:59:06 +02:00
|
|
|
"private": true,
|
|
|
|
"type": "module",
|
|
|
|
"exports": {
|
|
|
|
"./translations/*.json": "./src/translations/*.json",
|
|
|
|
"./messages.d.ts": "./src/messages.d.ts",
|
2024-11-09 19:50:22 +01:00
|
|
|
"./request": "./src/request.ts",
|
|
|
|
"./routing": "./src/routing.ts"
|
2024-07-30 23:59:06 +02:00
|
|
|
},
|
|
|
|
"scripts": {
|
2024-11-09 19:50:22 +01:00
|
|
|
"lint:eslint": "eslint src --max-warnings 0",
|
2024-08-01 00:26:46 +02:00
|
|
|
"lint:typescript": "tsc --noEmit",
|
|
|
|
"test": "vitest run"
|
2024-07-30 23:59:06 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-09-11 23:53:26 +02:00
|
|
|
"@repo/utils": "workspace:*",
|
2024-07-30 23:59:06 +02:00
|
|
|
"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:",
|
2024-11-09 19:50:22 +01:00
|
|
|
"typescript-eslint": "catalog:",
|
2024-08-01 00:26:46 +02:00
|
|
|
"typescript": "catalog:",
|
|
|
|
"vitest": "catalog:"
|
2024-07-30 23:59:06 +02:00
|
|
|
}
|
|
|
|
}
|