2025-01-26 22:37:48 +01:00
|
|
|
{
|
|
|
|
|
"name": "@homarr/settings",
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"private": true,
|
2025-03-01 17:23:00 +01:00
|
|
|
"license": "Apache-2.0",
|
2025-01-26 22:37:48 +01:00
|
|
|
"type": "module",
|
|
|
|
|
"exports": {
|
2025-05-02 19:23:15 +02:00
|
|
|
".": "./index.ts",
|
|
|
|
|
"./creator": "./src/creator.ts"
|
2025-01-26 22:37:48 +01:00
|
|
|
},
|
|
|
|
|
"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/api": "workspace:^0.1.0",
|
|
|
|
|
"@homarr/db": "workspace:^0.1.0",
|
|
|
|
|
"@homarr/server-settings": "workspace:^0.1.0",
|
2025-05-14 13:34:50 +00:00
|
|
|
"@mantine/dates": "^8.0.1",
|
2025-05-06 23:21:35 +00:00
|
|
|
"next": "15.3.2",
|
2025-03-28 20:20:12 +00:00
|
|
|
"react": "19.1.0",
|
|
|
|
|
"react-dom": "19.1.0"
|
2025-01-26 22:37:48 +01:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@homarr/eslint-config": "workspace:^0.2.0",
|
|
|
|
|
"@homarr/prettier-config": "workspace:^0.1.0",
|
|
|
|
|
"@homarr/tsconfig": "workspace:^0.1.0",
|
2025-05-16 20:24:10 +00:00
|
|
|
"eslint": "^9.27.0",
|
2025-04-05 08:39:48 +00:00
|
|
|
"typescript": "^5.8.3"
|
2025-01-26 22:37:48 +01:00
|
|
|
}
|
|
|
|
|
}
|