mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-29 10:49:14 +01:00
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
42 lines
946 B
JSON
42 lines
946 B
JSON
{
|
|
"name": "@homarr/common",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./index.ts",
|
|
"./types": "./src/types.ts",
|
|
"./server": "./src/server.ts",
|
|
"./client": "./src/client.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/log": "workspace:^0.1.0",
|
|
"dayjs": "^1.11.13",
|
|
"next": "^14.2.17",
|
|
"react": "^18.3.1",
|
|
"tldts": "^6.1.58"
|
|
},
|
|
"devDependencies": {
|
|
"@homarr/eslint-config": "workspace:^0.2.0",
|
|
"@homarr/prettier-config": "workspace:^0.1.0",
|
|
"@homarr/tsconfig": "workspace:^0.1.0",
|
|
"eslint": "^9.14.0",
|
|
"typescript": "^5.6.3"
|
|
}
|
|
}
|