UNPKG

joy-query-box

Version:

A React component for building and parsing SQL-like queries

84 lines (83 loc) 2.54 kB
{ "name": "joy-query-box", "version": "1.1.8", "description": "A React component for building and parsing SQL-like queries", "main": "dist/index.js", "types": "dist/types/index.d.ts", "scripts": { "start": "webpack serve --config webpack.config.js --mode development", "build": "webpack --config webpack.component.config.js --mode production", "test": "jest", "test:watch": "jest --watch", "lint": "eslint src/**/*.{ts,tsx}", "lint:fix": "eslint src/**/*.{ts,tsx} --fix", "typecheck": "tsc --noEmit", "clean": "rimraf dist" }, "dependencies": { "ace-builds": "^1.32.7", "brace": "^0.11.1", "lodash": "^4.17.21", "pegjs": "^0.10.0", "prop-types": "^15.8.1", "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "devDependencies": { "@babel/core": "^7.24.0", "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/plugin-proposal-object-rest-spread": "^7.20.7", "@babel/plugin-transform-class-properties": "^7.25.9", "@babel/plugin-transform-object-rest-spread": "^7.25.9", "@babel/preset-env": "^7.24.0", "@babel/preset-react": "^7.23.3", "@babel/preset-typescript": "^7.23.3", "@testing-library/jest-dom": "^6.4.2", "@testing-library/react": "^14.2.1", "@types/jest": "^29.5.12", "@types/lodash": "^4.14.202", "@types/node": "^20.11.24", "@types/pegjs": "^0.10.6", "@types/react": "^18.2.61", "@types/react-dom": "^18.2.19", "@typescript-eslint/eslint-plugin": "^7.1.0", "@typescript-eslint/parser": "^7.1.0", "babel-loader": "^9.1.3", "css-loader": "^6.10.0", "eslint": "^8.57.0", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", "identity-obj-proxy": "^3.0.0", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "raw-loader": "^4.0.2", "rimraf": "^5.0.5", "style-loader": "^3.3.4", "ts-jest": "^29.1.2", "typescript": "^5.3.3", "webpack": "^5.90.3", "webpack-cli": "^5.1.4", "webpack-dev-server": "^5.0.2" }, "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "keywords": [ "react", "query", "builder", "sql", "parser" ], "author": "Your Name", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/yourusername/joy-query-box.git" }, "bugs": { "url": "https://github.com/yourusername/joy-query-box/issues" }, "homepage": "https://github.com/yourusername/joy-query-box#readme" }