mirror of
https://github.com/theoludwig/theoludwig.git
synced 2024-11-05 13:01:30 +01:00
36 lines
971 B
JSON
36 lines
971 B
JSON
{
|
|
"name": "@repo/i18n",
|
|
"version": "4.0.0-staging.1",
|
|
"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",
|
|
"test": "vitest run"
|
|
},
|
|
"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:",
|
|
"vitest": "catalog:"
|
|
}
|
|
}
|