Skip to main content
Module

x/react_querybuilder/packages/bootstrap/package.json

A QueryBuilder component for React
Go to Latest
File
{ "name": "@react-querybuilder/bootstrap", "description": "Custom Bootstrap components for react-querybuilder", "version": "4.5.1", "publishConfig": { "access": "public" }, "main": "dist/index.cjs.js", "module": "dist/index.es.js", "types": "dist/types/index.d.ts", "files": [ "dist" ], "repository": { "type": "git", "url": "https://github.com/react-querybuilder/react-querybuilder.git", "directory": "packages/bootstrap" }, "license": "MIT", "homepage": "https://react-querybuilder.js.org/", "scripts": { "start": "vite", "build": "vite build && tsc --emitDeclarationOnly", "type-check": "tsc --noEmit", "type-check:watch": "yarn type-check --watch" }, "devDependencies": { "@types/react": "^18.0.0", "@vitejs/plugin-react": "^1.3.0", "bootstrap-icons": "^1.7.0", "react": "^18.1.0", "react-querybuilder": "^4.5.1", "typescript": "^4.5.0" }, "peerDependencies": { "bootstrap": ">=5", "bootstrap-icons": ">=1.7.0", "react": ">=16.8.0", "react-querybuilder": ">=4" }}