mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-29 18:59:20 +01:00
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
51 lines
1.2 KiB
JSON
51 lines
1.2 KiB
JSON
{
|
|
"name": "@homarr/common",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"license": "Apache-2.0",
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./index.ts",
|
|
"./types": "./src/types.ts",
|
|
"./server": "./src/server.ts",
|
|
"./init-dns": "./src/dns.ts",
|
|
"./client": "./src/client.ts",
|
|
"./env": "./env.ts"
|
|
},
|
|
"typesVersions": {
|
|
"*": {
|
|
"*": [
|
|
"src/*"
|
|
]
|
|
}
|
|
},
|
|
"scripts": {
|
|
"clean": "rm -rf .turbo node_modules",
|
|
"format": "prettier --check . --ignore-path ../../.gitignore",
|
|
"lint": "eslint",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"prettier": "@homarr/prettier-config",
|
|
"dependencies": {
|
|
"@homarr/core": "workspace:^0.1.0",
|
|
"@homarr/log": "workspace:^0.1.0",
|
|
"@paralleldrive/cuid2": "^2.2.2",
|
|
"dayjs": "^1.11.18",
|
|
"dns-caching": "^0.2.5",
|
|
"next": "15.5.3",
|
|
"octokit": "^5.0.3",
|
|
"react": "19.1.1",
|
|
"react-dom": "19.1.1",
|
|
"undici": "7.16.0",
|
|
"zod": "^4.1.8",
|
|
"zod-validation-error": "^4.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@homarr/eslint-config": "workspace:^0.2.0",
|
|
"@homarr/prettier-config": "workspace:^0.1.0",
|
|
"@homarr/tsconfig": "workspace:^0.1.0",
|
|
"eslint": "^9.35.0",
|
|
"typescript": "^5.9.2"
|
|
}
|
|
}
|