Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/react_querybuilder/package.json

The Query Builder component for React
Latest
File
{ "name": "react-querybuilder-monorepo", "private": true, "workspaces": [ "packages/*", "website" ], "scripts": { "start": "bun run --filter react-querybuilder start", "start:antd": "bun run --filter @react-querybuilder/antd start", "start:bootstrap": "bun run --filter @react-querybuilder/bootstrap start", "start:bulma": "bun run --filter @react-querybuilder/bulma start", "start:chakra": "bun run --filter @react-querybuilder/chakra start", "start:dnd": "bun run --filter @react-querybuilder/dnd start", "start:fluent": "bun run --filter @react-querybuilder/fluent start", "start:mantine": "bun run --filter @react-querybuilder/mantine start", "start:material": "bun run --filter @react-querybuilder/material start", "start:native": "bun run --filter @react-querybuilder/native start", "start:tremor": "bun run --filter @react-querybuilder/tremor start", "build": "bun run build:rqb && bun run build:compat", "build:compat": "bun run build:antd && bun run build:bootstrap && bun run build:bulma && bun run build:chakra && bun run build:dnd && bun run build:fluent && bun run build:mantine && bun run build:material && bun run build:native && bun run build:tremor", "build:concurrent": "concurrently --timings --max-processes 14 --prefix-colors \"#0958d9,#712cf9,#00d1b2,#81e6d9,#4078c0,#7fba00,#339af0,#007fff,#61dafb,#60a5fa\" --names antd,bootstrap,bulma,chakra,dnd,fluent,mantine,material,native,tremor bun:build:antd bun:build:bootstrap bun:build:bulma bun:build:chakra bun:build:dnd bun:build:fluent bun:build:mantine bun:build:material bun:build:native bun:build:tremor", "build:antd": "bun run --filter @react-querybuilder/antd build", "build:bootstrap": "bun run --filter @react-querybuilder/bootstrap build", "build:bulma": "bun run --filter @react-querybuilder/bulma build", "build:chakra": "bun run --filter @react-querybuilder/chakra build", "build:dnd": "bun run --filter @react-querybuilder/dnd build", "build:fluent": "bun run --filter @react-querybuilder/fluent build", "build:mantine": "bun run --filter @react-querybuilder/mantine build", "build:material": "bun run --filter @react-querybuilder/material build", "build:native": "bun run --filter @react-querybuilder/native build", "build:rqb": "bun run --filter react-querybuilder build", "build:rqb:main": "bun run --filter react-querybuilder build:main", "build:rqb:css": "bun run --filter react-querybuilder build:css", "build:tremor": "bun run --filter @react-querybuilder/tremor build", "codesandbox-ci": "bash .codesandbox/ci.sh", "checkall": "bun install --frozen-lockfile && concurrently --group --names pretty,lint,build --prefix-colors \"green,#4b32c3,#82a7dd\" bun:pretty-check bun:lint bun:build && concurrently --group --timings --prefix-colors \"#663399,#3178c6,green,gray\" --names attw,typecheck,test,website bun:are-the-types-wrong bun:typecheck bun:test bun:website:build", "lint": "eslint 'packages/*/src/**/*.{ts,tsx}' 'examples/**/*.{js,ts,tsx}' 'website/{docs,src,static}/**/*.{js,ts,tsx}'", "test": "concurrently --group --timings --names sqlite,jsonlogic,jsonata,postgres,jest \"bun test dbquery.sqlite\" \"bun test dbquery.jsonlogic\" \"bun test dbquery.jsonata\" \"bun test dbquery.postgres\" jest", "test:watch": "jest --watch", "typecheck": "concurrently --timings --max-processes 14 --prefix-colors \"#0958d9,#712cf9,#00d1b2,#81e6d9,#4078c0,#7fba00,#339af0,#007fff,#61dafb,#82a7dd,#60a5fa,darkgray,gray,blue\" --names antd,bootstrap,bulma,chakra,dnd,fluent,mantine,material,native,rqb,tremor,utils,examples,website bun:typecheck:antd bun:typecheck:bootstrap bun:typecheck:bulma bun:typecheck:chakra bun:typecheck:dnd bun:typecheck:fluent bun:typecheck:mantine bun:typecheck:material bun:typecheck:native bun:typecheck:rqb bun:typecheck:tremor bun:typecheck:utils bun:typecheck:examples bun:typecheck:website", "typecheck:antd": "tsc -p packages/antd", "typecheck:bootstrap": "tsc -p packages/bootstrap", "typecheck:bulma": "tsc -p packages/bulma", "typecheck:chakra": "tsc -p packages/chakra", "typecheck:dnd": "tsc -p packages/dnd", "typecheck:fluent": "tsc -p packages/fluent", "typecheck:mantine": "tsc -p packages/mantine", "typecheck:material": "tsc -p packages/material", "typecheck:native": "tsc -p packages/native", "typecheck:rqb": "tsc -p packages/react-querybuilder", "typecheck:tremor": "tsc -p packages/tremor", "typecheck:examples": "tsc -p examples", "typecheck:website": "tsc -p website", "typecheck:utils": "tsc -p ./tsconfig.json", "are-the-types-wrong": "bun run attw:rqb && bun run attw:antd && bun run attw:bootstrap && bun run attw:bulma && bun run attw:chakra && bun run attw:dnd && bun run attw:fluent && bun run attw:mantine && bun run attw:material && bun run attw:native && bun run attw:tremor", "attw:antd": "attw --format table-flipped --pack ./packages/antd", "attw:bootstrap": "attw --format table-flipped --pack ./packages/bootstrap", "attw:bulma": "attw --format table-flipped --pack ./packages/bulma", "attw:chakra": "attw --format table-flipped --pack ./packages/chakra", "attw:dnd": "attw --format table-flipped --pack ./packages/dnd", "attw:fluent": "attw --format table-flipped --pack ./packages/fluent", "attw:mantine": "attw --format table-flipped --pack ./packages/mantine", "attw:material": "attw --format table-flipped --pack ./packages/material", "attw:native": "attw --format table-flipped --pack ./packages/native", "attw:rqb": "attw --format table-flipped --pack ./packages/react-querybuilder", "attw:tremor": "attw --format table-flipped --pack ./packages/tremor", "pretty-print": "prettier --config prettier.config.mjs --write '*.{mj,t}s' './packages/*/{src,dev}/**' './utils/**' './website/*.js' './website/{docs,src,versioned_docs,versioned_sidebars}/**'", "pretty-check": "prettier --config prettier.config.mjs --check '*.{mj,t}s' './packages/*/{src,dev}/**' './utils/**' './website/*.js' './website/{docs,src,versioned_docs,versioned_sidebars}/**'", "generate-examples": "bun ./examples/generateExamples.ts", "generate-parsers": "bun run --filter react-querybuilder generate:parsers", "outdated": "bunx npm-check-updates --interactive --format=group --workspaces --root", "reset-deps": "rm -rf node_modules packages/*/node_modules website/node_modules bun.lockb && bun install", "version": "bun version.ts && bun install --frozen-lockfile && concurrently --timings --group --names examples,packages --prefix-colors \"green,#82a7dd\" bun:generate-examples bun:build && concurrently \"git add examples packages website/package.json bun.lockb\"", "web": "bun run --filter website start", "web:skiptypedoc": "RQB_TYPEDOC_DONE=true bun run --filter website start", "website:clearrun": "bun run --filter website clear && bun run --filter website start", "website:build": "bun run --filter website clear && bun run --filter website build", "website:serve": "bun run --filter website serve", "website:deploy": "bun run --filter website deploy", "website:clear": "bun run --filter website clear" }, "devDependencies": { "@babel/core": "^7.24.7", "@babel/preset-env": "^7.24.7", "@babel/preset-react": "^7.24.7", "@babel/preset-typescript": "^7.24.7", "@react-native-picker/picker": "^2.7.7", "@testing-library/dom": "^10.1.0", "@testing-library/jest-dom": "^6.4.6", "@testing-library/react": "^16.0.0", "@testing-library/user-event": "^14.5.2", "@types/bun": "^1.1.4", "@types/glob": "^8.1.0", "@types/jest": "^29.5.12", "@types/node": "^20.14.2", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "@types/web": "^0.0.149", "@typescript-eslint/eslint-plugin": "^7.13.0", "@typescript-eslint/parser": "^7.13.0", "all-contributors-cli": "^6.26.1", "concurrently": "^8.2.2", "esbuild-analyzer": "^0.2.0", "eslint": "^8.57.0", "eslint-plugin-react": "^7.34.2", "eslint-plugin-react-compiler": "0.0.0-experimental-c8b3f72-20240517", "eslint-plugin-react-hooks": "^4.6.2", "fast-json-stable-stringify": "^2.1.0", "glob": "^10.4.1", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "jest-watch-typeahead": "^2.2.2", "lerna": "^8.1.3", "native-base": "^3.4.28", "prettier": "3.3.2", "prettier-plugin-organize-imports": "^3.2.4", "react": "^18.3.1", "react-dnd": "^16.0.1", "react-dnd-test-backend": "^16.0.1", "react-dnd-test-utils": "^16.0.1", "react-dom": "^18.3.1", "regenerator-runtime": "^0.14.1", "swc-loader": "^0.2.6", "tsup": "^8.1.0", "typescript": "^5.4.5", "vite": "^5.3.1" }}