1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-02-08 21:59:39 +01:00
.profile/packages/i18n/package.json

34 lines
888 B
JSON
Raw Normal View History

{
"name": "@repo/i18n",
2025-02-08 20:00:47 +01:00
"version": "0.0.0-develop",
"private": true,
"type": "module",
"exports": {
"./translations/*.json": "./src/translations/*.json",
"./messages.d.ts": "./src/messages.d.ts",
"./request": "./src/request.ts",
"./routing": "./src/routing.ts"
},
"scripts": {
"lint:eslint": "eslint src --max-warnings 0",
2025-02-08 20:00:47 +01:00
"lint:typescript": "tsc --noEmit"
},
"dependencies": {
2024-09-11 23:53:26 +02:00
"@repo/utils": "workspace:*",
"next": "catalog:",
"next-intl": "catalog:",
"react": "catalog:",
"react-dom": "catalog:"
},
"devDependencies": {
2025-02-08 20:00:47 +01:00
"@repo/config-eslint": "workspace:*",
"@repo/config-typescript": "workspace:*",
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
"@total-typescript/ts-reset": "catalog:",
"eslint": "catalog:",
"typescript-eslint": "catalog:",
2025-02-08 20:00:47 +01:00
"typescript": "catalog:"
}
}