2023-12-19 23:09:41 +01:00
|
|
|
{
|
2024-01-02 14:18:37 +01:00
|
|
|
"name": "@homarr/translation",
|
2023-12-19 23:09:41 +01:00
|
|
|
"version": "0.1.0",
|
2024-09-01 16:40:22 +03:00
|
|
|
"private": true,
|
|
|
|
|
"license": "MIT",
|
2024-06-08 20:49:57 +02:00
|
|
|
"type": "module",
|
2023-12-19 23:09:41 +01:00
|
|
|
"exports": {
|
|
|
|
|
".": "./index.ts",
|
2024-10-26 22:46:14 +02:00
|
|
|
"./client": "./src/client/index.ts",
|
2023-12-19 23:09:41 +01:00
|
|
|
"./server": "./src/server.ts",
|
2024-10-26 22:46:14 +02:00
|
|
|
"./middleware": "./src/middleware.ts",
|
2024-11-03 00:11:27 +01:00
|
|
|
"./request": "./src/request.ts",
|
|
|
|
|
"./dayjs": "./src/dayjs.ts"
|
2023-12-19 23:09:41 +01:00
|
|
|
},
|
|
|
|
|
"typesVersions": {
|
|
|
|
|
"*": {
|
|
|
|
|
"*": [
|
|
|
|
|
"src/*"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"clean": "rm -rf .turbo node_modules",
|
|
|
|
|
"format": "prettier --check . --ignore-path ../../.gitignore",
|
2024-09-01 16:40:22 +03:00
|
|
|
"lint": "eslint",
|
2023-12-19 23:09:41 +01:00
|
|
|
"typecheck": "tsc --noEmit"
|
|
|
|
|
},
|
2024-09-01 16:40:22 +03:00
|
|
|
"prettier": "@homarr/prettier-config",
|
2024-06-10 21:26:39 +02:00
|
|
|
"dependencies": {
|
2024-10-26 22:46:14 +02:00
|
|
|
"@homarr/common": "workspace:^0.1.0",
|
2024-11-02 21:15:46 +01:00
|
|
|
"@homarr/definitions": "workspace:^0.1.0",
|
2024-08-20 19:21:08 +00:00
|
|
|
"dayjs": "^1.11.13",
|
2024-11-02 21:15:46 +01:00
|
|
|
"deepmerge": "4.3.1",
|
2024-10-12 05:11:06 +00:00
|
|
|
"mantine-react-table": "2.0.0-beta.7",
|
2024-12-26 18:20:53 +00:00
|
|
|
"next": "^14.2.22",
|
2024-12-20 13:23:18 +00:00
|
|
|
"next-intl": "3.26.3",
|
2024-12-10 18:49:31 +01:00
|
|
|
"react": "^19.0.0"
|
2024-06-10 21:26:39 +02:00
|
|
|
},
|
2023-12-19 23:09:41 +01:00
|
|
|
"devDependencies": {
|
2024-01-02 14:18:37 +01:00
|
|
|
"@homarr/eslint-config": "workspace:^0.2.0",
|
|
|
|
|
"@homarr/prettier-config": "workspace:^0.1.0",
|
|
|
|
|
"@homarr/tsconfig": "workspace:^0.1.0",
|
2024-12-13 21:42:35 +00:00
|
|
|
"eslint": "^9.17.0",
|
2024-11-23 19:39:20 +01:00
|
|
|
"typescript": "^5.7.2"
|
2024-09-01 16:40:22 +03:00
|
|
|
}
|
2023-12-19 23:09:41 +01:00
|
|
|
}
|