{ "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", "./client": "./src/client.ts", "./env": "./env.ts", "./env-validation": "./src/env-validation.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/env": "workspace:^0.1.0", "@homarr/log": "workspace:^0.1.0", "dayjs": "^1.11.13", "next": "15.3.2", "react": "19.1.0", "react-dom": "19.1.0", "undici": "7.10.0", "zod": "^3.25.8", "zod-validation-error": "^3.4.1" }, "devDependencies": { "@homarr/eslint-config": "workspace:^0.2.0", "@homarr/prettier-config": "workspace:^0.1.0", "@homarr/tsconfig": "workspace:^0.1.0", "eslint": "^9.27.0", "typescript": "^5.8.3" } }