{ "name": "@homarr/modals-collection", "private": true, "version": "0.1.0", "type": "module", "exports": { ".": "./index.ts" }, "typesVersions": { "*": { "*": [ "src/*" ] } }, "license": "MIT", "scripts": { "clean": "rm -rf .turbo node_modules", "lint": "eslint", "format": "prettier --check . --ignore-path ../../.gitignore", "typecheck": "tsc --noEmit" }, "dependencies": { "@homarr/api": "workspace:^0.1.0", "@homarr/common": "workspace:^0.1.0", "@homarr/form": "workspace:^0.1.0", "@homarr/modals": "workspace:^0.1.0", "@homarr/notifications": "workspace:^0.1.0", "@homarr/old-schema": "workspace:^0.1.0", "@homarr/translation": "workspace:^0.1.0", "@homarr/ui": "workspace:^0.1.0", "@homarr/validation": "workspace:^0.1.0", "@mantine/core": "^7.12.2", "@tabler/icons-react": "^3.17.0", "dayjs": "^1.11.13", "next": "^14.2.13", "react": "^18.3.1" }, "devDependencies": { "@homarr/eslint-config": "workspace:^0.2.0", "@homarr/prettier-config": "workspace:^0.1.0", "@homarr/tsconfig": "workspace:^0.1.0", "eslint": "^9.11.1", "typescript": "^5.6.2" }, "prettier": "@homarr/prettier-config" }