{
  "name": "@preboot.io/preboot-ui-community",
  "version": "0.1.1",
  "private": false,
  "description": "A community-driven React component library to accelerate building modern SaaS applications, designed to work with PreBoot.io backend.",
  "author": "Kamil Toszek <kamil.toszek@gmail.com> (https://preboot.io)",
  "license": "MPL-2.0",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/preboot-io/preboot-ui-community.git"
  },
  "homepage": "https://github.com/preboot-io/preboot-ui-community#readme",
  "bugs": {
    "url": "https://github.com/preboot-io/preboot-ui-community/issues"
  },
  "keywords": [
    "react",
    "ui",
    "components",
    "mantine",
    "preboot",
    "saas",
    "java",
    "spring boot",
    "typescript"
  ],
  "files": [
    "dist/**/*"
  ],
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./*.css": {
      "import": "./dist/*.css",
      "require": "./dist/*.css"
    }
  },
  "scripts": {
    "dev": "vite",
    "build": "tsc && vite build",
    "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
    "preview": "vite preview",
    "prepublishOnly": "npm run build",
    "repomix": "repomix"
  },
  "peerDependencies": {
    "@mantine/core": "^8.0.0",
    "@mantine/dates": "^8.0.0",
    "@mantine/form": "^8.0.0",
    "@mantine/hooks": "^8.0.0",
    "@mantine/modals": "^8.0.0",
    "@mantine/notifications": "^8.0.0",
    "date-fns": "^4.1.0",
    "dayjs": "^1.11.13",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "react-icons": "^5.4.0"
  },
  "devDependencies": {
    "@mantine/core": "^8.0.0",
    "@mantine/dates": "^8.0.0",
    "@mantine/form": "^8.0.0",
    "@mantine/hooks": "^8.0.0",
    "@mantine/modals": "^8.0.0",
    "@mantine/notifications": "^8.0.0",
    "@types/file-saver": "^2.0.7",
    "@types/node": "^22.10.5",
    "@types/react": "^19.0.2",
    "@types/react-dom": "^19.0.2",
    "@vitejs/plugin-react": "^4.3.4",
    "date-fns": "^4.1.0",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "react-icons": "^5.4.0",
    "typescript": "^5.7.2",
    "vite": "6.2.6",
    "vite-plugin-dts": "^4.4.0"
  },
  "dependencies": {
    "file-saver": "^2.0.5"
  }
}
