Skip to main content
Module

x/react_querybuilder/package.json

A QueryBuilder component for React
Go to Latest
File
{ "name": "react-querybuilder", "private": true, "workspaces": [ "packages/*" ], "scripts": { "start": "yarn workspace @react-querybuilder/demo start", "build": "lerna run build", "test": "jest", "test:watch": "jest --watch", "publish:demo": "lerna run build && node gh-pages.publish.js", "pretty-print": "prettier --write packages/*/src/** ./*.js", "generate-changelog": "github-changes --owner react-querybuilder --repository react-querybuilder --auth --use-commit-body --only-pulls --date-format=\"(YYYY-MM-DD)\"" }, "devDependencies": { "@babel/core": "^7.12.10", "@babel/preset-env": "^7.12.11", "@babel/preset-react": "^7.12.10", "@babel/preset-typescript": "^7.12.7", "@testing-library/dom": "^8.11.1", "@testing-library/jest-dom": "^5.16.1", "@testing-library/react": "^12.1.2", "@testing-library/user-event": "^13.5.0", "@types/jest": "^27.0.1", "@typescript-eslint/eslint-plugin": "^5.3.0", "@typescript-eslint/parser": "^5.3.0", "@vitejs/plugin-legacy": "^1.6.3", "all-contributors-cli": "^6.19.0", "eslint": "^8.2.0", "eslint-plugin-react": "^7.22.0", "eslint-plugin-react-hooks": "^4.3.0", "gh-pages": "^3.1.0", "github-changes": "^2.0.2", "jest": "^27.0.6", "lerna": "^4.0.0", "prettier": "2.5.1", "react-dnd-test-backend": "^14.0.1", "react-dnd-test-utils": "^14.0.2", "typescript": "^4.5.0", "vite": "^2.6.14" }}