2023-12-08 22:35:15 +01:00
|
|
|
{
|
2024-01-02 14:18:37 +01:00
|
|
|
"name": "@homarr/api",
|
2023-12-08 22:35:15 +01:00
|
|
|
"version": "0.1.0",
|
2024-09-01 16:40:22 +03:00
|
|
|
"private": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"type": "module",
|
2024-02-03 22:26:12 +01:00
|
|
|
"exports": {
|
2024-02-17 12:52:25 +01:00
|
|
|
".": "./src/index.ts",
|
2024-03-12 21:23:25 +01:00
|
|
|
"./client": "./src/client.ts",
|
2024-04-07 11:32:29 +02:00
|
|
|
"./server": "./src/server.ts",
|
|
|
|
|
"./websocket": "./src/websocket.ts"
|
2024-02-03 22:26:12 +01:00
|
|
|
},
|
2023-12-08 22:35:15 +01:00
|
|
|
"main": "./index.ts",
|
|
|
|
|
"types": "./index.ts",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"clean": "rm -rf .turbo node_modules",
|
|
|
|
|
"format": "prettier --check . --ignore-path ../../.gitignore",
|
2024-09-01 16:40:22 +03:00
|
|
|
"lint": "eslint",
|
2024-04-07 11:32:29 +02:00
|
|
|
"typecheck": "tsc --noEmit"
|
2023-12-08 22:35:15 +01:00
|
|
|
},
|
2024-09-01 16:40:22 +03:00
|
|
|
"prettier": "@homarr/prettier-config",
|
2023-12-08 22:35:15 +01:00
|
|
|
"dependencies": {
|
2024-01-02 14:18:37 +01:00
|
|
|
"@homarr/auth": "workspace:^0.1.0",
|
2024-03-25 18:57:59 +01:00
|
|
|
"@homarr/common": "workspace:^0.1.0",
|
2024-07-01 18:57:40 +02:00
|
|
|
"@homarr/cron-job-runner": "workspace:^0.1.0",
|
|
|
|
|
"@homarr/cron-job-status": "workspace:^0.1.0",
|
2024-09-01 16:40:22 +03:00
|
|
|
"@homarr/cron-jobs": "workspace:^0.1.0",
|
2024-01-02 14:18:37 +01:00
|
|
|
"@homarr/db": "workspace:^0.1.0",
|
2024-03-14 18:43:47 +01:00
|
|
|
"@homarr/definitions": "workspace:^0.1.0",
|
2024-12-24 14:15:18 +01:00
|
|
|
"@homarr/icons": "workspace:^0.1.0",
|
2024-05-26 17:13:34 +02:00
|
|
|
"@homarr/integrations": "workspace:^0.1.0",
|
2024-03-14 18:43:47 +01:00
|
|
|
"@homarr/log": "workspace:^",
|
2024-09-07 18:13:24 +02:00
|
|
|
"@homarr/old-import": "workspace:^0.1.0",
|
|
|
|
|
"@homarr/old-schema": "workspace:^0.1.0",
|
2024-06-08 17:33:16 +02:00
|
|
|
"@homarr/ping": "workspace:^0.1.0",
|
2024-03-25 21:09:40 +01:00
|
|
|
"@homarr/redis": "workspace:^0.1.0",
|
2024-11-23 17:16:44 +01:00
|
|
|
"@homarr/request-handler": "workspace:^0.1.0",
|
2024-05-19 22:29:15 +02:00
|
|
|
"@homarr/server-settings": "workspace:^0.1.0",
|
2024-09-01 16:40:22 +03:00
|
|
|
"@homarr/validation": "workspace:^0.1.0",
|
2023-12-08 22:35:15 +01:00
|
|
|
"@trpc/client": "next",
|
2024-09-01 16:40:22 +03:00
|
|
|
"@trpc/react-query": "next",
|
2023-12-08 22:35:15 +01:00
|
|
|
"@trpc/server": "next",
|
2024-05-29 21:57:02 +02:00
|
|
|
"dockerode": "^4.0.2",
|
2024-12-27 20:31:15 +01:00
|
|
|
"lodash.clonedeep": "^4.5.0",
|
2024-12-26 18:20:53 +00:00
|
|
|
"next": "^14.2.22",
|
2024-12-10 18:49:31 +01:00
|
|
|
"react": "^19.0.0",
|
2024-12-06 13:00:57 +00:00
|
|
|
"superjson": "2.2.2",
|
2024-12-27 20:31:15 +01:00
|
|
|
"trpc-to-openapi": "^2.1.1"
|
2023-12-08 22:35:15 +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-11-18 06:54:44 +00:00
|
|
|
"@types/dockerode": "^3.3.32",
|
2024-12-13 21:42:35 +00:00
|
|
|
"eslint": "^9.17.0",
|
2024-12-04 10:04:13 +00:00
|
|
|
"prettier": "^3.4.2",
|
2024-11-23 19:39:20 +01:00
|
|
|
"typescript": "^5.7.2"
|
2024-09-01 16:40:22 +03:00
|
|
|
}
|
2023-12-10 17:12:20 +01:00
|
|
|
}
|