Skip to main content
Module

x/react_querybuilder/package.json

The Query Builder component for React
Go to Latest
File
{ "name": "react-querybuilder-monorepo", "private": true, "workspaces": [ "packages/*", "website" ], "scripts": { "start": "cd packages/react-querybuilder && bun run start", "start:antd": "cd packages/antd && bun run start", "start:bootstrap": "cd packages/bootstrap && bun run start", "start:bulma": "cd packages/bulma && bun run start", "start:chakra": "cd packages/chakra && bun run start", "start:dnd": "cd packages/dnd && bun run start", "start:fluent": "cd packages/fluent && bun run start", "start:mantine": "cd packages/mantine && bun run start", "start:material": "cd packages/material && bun run start", "start:native": "cd packages/native && bun run start", "start:tremor": "cd packages/tremor && bun run start", "demo": "bun run website: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 \"#f62b3b,#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": "cd packages/antd && bun run build", "build:bootstrap": "cd packages/bootstrap && bun run build", "build:bulma": "cd packages/bulma && bun run build", "build:chakra": "cd packages/chakra && bun run build", "build:dnd": "cd packages/dnd && bun run build", "build:fluent": "cd packages/fluent && bun run build", "build:mantine": "cd packages/mantine && bun run build", "build:material": "cd packages/material && bun run build", "build:native": "cd packages/native && bun run build", "build:rqb": "cd packages/react-querybuilder && bun run build", "build:tremor": "cd packages/tremor && bun run build", "codesandbox-ci": "bash .codesandbox/ci.sh", "checkall": "bun install --frozen-lockfile && concurrently --names pretty,lint,build --prefix-colors \"green,#4b32c3,#82a7dd\" bun:pretty-check bun:lint bun:build && concurrently --timings --prefix-colors \"#3178c6,green,gray\" --names typecheck,test,website 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": "bun test sqlite && jest", "test:watch": "jest --watch", "typecheck": "concurrently --timings --max-processes 14 --prefix-colors \"#f62b3b,#712cf9,#00d1b2,#81e6d9,#4078c0,#7fba00,#339af0,#007fff,#61dafb,#82a7dd,#60a5fa,gray,blue\" --names antd,bootstrap,bulma,chakra,dnd,fluent,mantine,material,native,rqb,tremor,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: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", "pretty-print": "prettier --config prettier.config.mjs --write *.{mj,t}s packages/*/{src,dev,genericTests}/** website/*.js website/{docs,src,versioned_docs,versioned_sidebars}/**", "pretty-check": "prettier --config prettier.config.mjs --check *.{mj,t}s packages/*/{src,dev,genericTests}/** website/*.js website/{docs,src,versioned_docs,versioned_sidebars}/**", "generate-examples": "bun ./examples/generateExamples.ts", "generate-parsers": "cd packages/react-querybuilder && bun run generate:parsers", "outdated": "rm -rf ./packages/*/node_modules ./website/node_modules && 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 --names examples,packages --prefix-colors \"green,#82a7dd\" bun:generate-examples bun:build && concurrently \"git add examples packages bun.lockb\"", "web": "cd website && bun run start", "website:clearrun": "cd website && bun run clear && bun run start", "website:build": "cd website && bun run clear && bun run build", "website:serve": "cd website && bun run serve", "website:deploy": "cd website && bun run deploy", "website:clear": "cd website && bun run clear" }, "devDependencies": { "@babel/core": "^7.23.9", "@babel/preset-env": "^7.23.9", "@babel/preset-react": "^7.23.3", "@babel/preset-typescript": "^7.23.3", "@react-native-picker/picker": "^2.6.1", "@testing-library/dom": "^9.3.4", "@testing-library/jest-dom": "^6.4.2", "@testing-library/react": "^14.2.1", "@testing-library/user-event": "^14.5.2", "@types/bun": "^1.0.5", "@types/glob": "^8.1.0", "@types/jest": "^29.5.12", "@types/node": "^20.11.19", "@types/react": "^18.2.55", "@types/react-dom": "^18.2.19", "@types/web": "^0.0.139", "@typescript-eslint/eslint-plugin": "^7.0.1", "@typescript-eslint/parser": "^7.0.1", "all-contributors-cli": "^6.26.1", "concurrently": "^8.2.2", "esbuild-analyzer": "^0.2.0", "eslint": "^8.56.0", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", "fast-json-stable-stringify": "^2.1.0", "glob": "^10.3.10", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "jest-watch-typeahead": "^2.2.2", "lerna": "^8.1.2", "native-base": "^3.4.28", "prettier": "^3.2.5", "prettier-plugin-organize-imports": "^3.2.4", "react": "^18.2.0", "react-dnd": "^16.0.1", "react-dnd-test-backend": "^16.0.1", "react-dnd-test-utils": "^16.0.1", "react-dom": "^18.2.0", "regenerator-runtime": "^0.14.1", "swc-loader": "^0.2.6", "tsup": "^8.0.2", "typescript": "^5.3.3", "vite": "^5.1.3" }}