{
  "name": "@aokiapp/rjsf-mantine-corporate",
  "version": "0.6.0",
  "main": "./dist/index.cjs",
  "module": "./lib/index.mjs",
  "types": "./lib/index.d.ts",
  "description": "Corporational variant of theme, 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",
    "lint": "eslint src test",
    "test": "jest",
    "test:update": "jest --u",
    "typecheck": "tsc --noEmit"
  },
  "engines": {
    "node": ">=20"
  },
  "peerDependencies": {
    "@aokiapp/rjsf-mantine-theme": ">=0.5.0",
    "@hello-pangea/dnd": ">=16.5.0",
    "@mantine/core": ">=7.4.0",
    "@mantine/dates": ">=7.4.0",
    "@mantine/dropzone": ">=7.4.0",
    "@mantine/hooks": ">=7.4.0",
    "@rjsf/core": ">=5.16.1",
    "@rjsf/utils": ">=5.16.1",
    "@tabler/icons-react": ">=2.45.0",
    "dayjs": ">=1.11.10",
    "react": ">=17"
  },
  "author": "Yuki Aoki<me@aoki.app>",
  "contributors": [],
  "keywords": [
    "react-jsonschema-form",
    "jsonschema",
    "json-schema",
    "json",
    "schema",
    "form",
    "react",
    "material-ui 5",
    "mantine",
    "rjsf-mantine"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AokiApp/rjsf-mantine-theme.git"
  },
  "license": "Apache-2.0",
  "gitHead": "7d71387ca500a98b67080a20d00ef0e9d21e23d1"
}
