@react-querybuilder/material
Version:
Custom MUI (Material Design) components for react-querybuilder
81 lines (80 loc) • 2.07 kB
JSON
{
"name": "@react-querybuilder/material",
"description": "Custom MUI (Material Design) components for react-querybuilder",
"version": "8.8.1",
"publishConfig": {
"access": "public"
},
"main": "./dist/cjs/index.js",
"module": "./dist/react-querybuilder_material.legacy-esm.js",
"exports": {
"./package.json": "./package.json",
".": {
"import": {
"types": "./dist/types-esm/index.d.mts",
"default": "./dist/react-querybuilder_material.mjs"
},
"require": {
"types": "./dist/types/index.d.ts",
"default": "./dist/cjs/index.js"
}
}
},
"types": "./dist/types/index.d.ts",
"files": [
"dist"
],
"sideEffects": false,
"repository": {
"type": "git",
"url": "https://github.com/react-querybuilder/react-querybuilder.git",
"directory": "packages/material"
},
"license": "MIT",
"homepage": "https://react-querybuilder.js.org/",
"keywords": [
"react",
"querybuilder",
"mui",
"material",
"query",
"builder",
"operators",
"component",
"clause",
"expression",
"sql"
],
"scripts": {
"start": "vite",
"build": "bun --bun tsup",
"typecheck": "tsc --noEmit",
"typecheck:watch": "tsc --noEmit --watch"
},
"devDependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mui/icons-material": "^7.2.0",
"@mui/material": "^7.2.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.3.0",
"@types/react": "^19.1.8",
"@vitejs/plugin-react": "^4.6.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-querybuilder": "8.8.1",
"regenerator-runtime": "^0.14.1",
"rollup-plugin-visualizer": "^6.0.3",
"typescript": "^5.8.3",
"vite": "^7.0.3"
},
"peerDependencies": {
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@mui/icons-material": ">=5",
"@mui/material": ">=5",
"react": ">=18",
"react-querybuilder": "8.8.1"
},
"gitHead": "54ecd781d760eec8a7852114b77d6c57c9030300"
}