{
  "name": "@chris-bellman/rjsf-mantine-5-theme",
  "version": "0.5.7",
  "main": "./dist/index.cjs",
  "module": "./lib/index.mjs",
  "types": "./lib/index.d.ts",
  "description": "Mantine 5 theme, fields and widgets for react-jsonschema-form. Based on @aokiapp/rjsf-mantine-theme",
  "files": [
    "dist",
    "lib"
  ],
  "scripts": {
    "build:ts": "tsc -b",
    "build:bundle": "rollup -c",
    "build": "npm run build:ts && npm run build:bundle",
    "test": "jest",
    "test:update": "jest --u",
    "typecheck": "tsc --noEmit"
  },
  "engines": {
    "node": ">=20"
  },
  "peerDependencies": {
    "@mantine/core": "^5.10.4",
    "@mantine/dates": "^5.10.4",
    "@mantine/hooks": "^5.10.4",
    "@rjsf/core": ">=5.16.1",
    "@rjsf/utils": ">=5.16.1",
    "@tabler/icons-react": ">=2.45.0",
    "dayjs": ">=1.11.10",
    "react": ">=18"
  },
  "publishConfig": {
    "access": "public"
  },
  "author": "Chris Bellman",
  "contributors": [],
  "keywords": [
    "react-jsonschema-form",
    "jsonschema",
    "json-schema",
    "json",
    "schema",
    "form",
    "react",
    "mantine",
    "rjsf-mantine"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AokiApp/rjsf-mantine-theme.git"
  },
  "license": "Apache-2.0",
  "gitHead": "105edaa0e5b387672ec0ac0f8d50a756323a799c"
}
