@aokiapp/rjsf-mantine-theme
Version:
Mantine theme, fields and widgets for react-jsonschema-form
56 lines (55 loc) • 1.28 kB
JSON
{
"name": "@aokiapp/rjsf-mantine-theme",
"version": "0.5.0",
"main": "./dist/index.cjs",
"module": "./lib/index.mjs",
"types": "./lib/index.d.ts",
"description": "Mantine theme, fields and widgets for react-jsonschema-form",
"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": ">=7.4.0",
"@mantine/dates": ">=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"
},
"publishConfig": {
"access": "public"
},
"author": "Yuki Aoki<me@aoki.app>",
"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": "7d71387ca500a98b67080a20d00ef0e9d21e23d1"
}