{
    "name": "@geneui/components",
    "description": "The Gene UI components library designed for BI tools",
    "version": "2.16.5",
    "author": "SoftConstruct",
    "homepage": "https://github.com/softconstruct/gene-ui-components#readme",
    "repository": {
        "type": "git",
        "url": "https://github.com/softconstruct/gene-ui-components"
    },
    "bugs": {
        "url": "https://github.com/softconstruct/gene-ui-components/issues"
    },
    "keywords": [
        "react",
        "gene-ui",
        "design-system",
        "component-library"
    ],
    "main": "index.js",
    "typings": "index.d.ts",
    "scripts": {
        "start": "npm run test && storybook dev -p 6006",
        "dev": "concurrently --kill-others -g \"npm:test:watch\" \"npm:start\"",
        "test": "jest --silent --config ./configs/jest.config.js --rootDir ./ --coverage --json --outputFile=./coverage/.jest-test-results.json",
        "test:watch": "npm run test -- --watchAll --json",
        "test-report": "babel-node --config-file ./configs/.babelrc ./scripts/testReport.js",
        "build": "babel-node --config-file ./configs/.babelrc ./scripts/build.js",
        "copy-build-statics-files": "babel-node --config-file ./configs/.babelrc ./scripts/copyFiles.js",
        "bump-up-commit": "babel-node --config-file ./configs/.babelrc ./scripts/postPublish.js",
        "build:watch": "watch 'npm run build' ./src",
        "commit": "cross-env DISABLE_SCOPE_LOWERCASE=true git-cz",
        "changelog": "conventional-changelog -i CHANGELOG.md -s",
        "build-storybook": "npm run test && storybook build",
        "semantic-release": "semantic-release --extends ./configs/.releaserc.json --no-ci",
        "create-component": "babel-node --config-file ./configs/.babelrc ./scripts/createComponent.js",
        "find-component-usage": "babel-node --config-file ./configs/.babelrc ./scripts/findComponentUsage.js",
        "format-code": "prettier --config ./configs/.prettierrc --write . --ignore-path ./configs/.prettierignore",
        "lint-styles": "stylelint **/*.{css,scss,sass} --config ./configs/.stylelintrc.json --fix",
        "lint-scripts": "eslint --config ./configs/.eslintrc.json src --ignore-path ./configs/.eslintignore --fix",
        "fix-code-style": "npm run format-code && npm run lint-styles && npm run lint-scripts",
        "analyze-bundle-size": "babel-node --config-file ./configs/.babelrc ./scripts/analyzeBundleSize.js"
    },
    "peerDependencies": {
        "prop-types": "^15.8.1",
        "react": "^16.8.1",
        "react-dom": "^16.8.1"
    },
    "devDependencies": {
        "@babel/cli": "^7.19.3",
        "@babel/core": "^7.20.2",
        "@babel/eslint-parser": "^7.19.1",
        "@babel/node": "^7.20.2",
        "@babel/plugin-proposal-class-properties": "^7.18.6",
        "@babel/plugin-proposal-export-default-from": "^7.18.10",
        "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
        "@babel/plugin-proposal-optional-chaining": "^7.18.9",
        "@babel/plugin-syntax-jsx": "^7.18.6",
        "@babel/preset-env": "^7.23.6",
        "@babel/preset-react": "^7.23.3",
        "@babel/preset-typescript": "^7.23.3",
        "@commitlint/cli": "^17.1.2",
        "@commitlint/config-conventional": "^17.1.0",
        "@faker-js/faker": "^7.6.0",
        "@rollup/plugin-alias": "^4.0.2",
        "@rollup/plugin-babel": "^6.0.0",
        "@rollup/plugin-commonjs": "^23.0.0",
        "@rollup/plugin-image": "^3.0.1",
        "@rollup/plugin-json": "^6.0.0",
        "@rollup/plugin-node-resolve": "^15.0.0",
        "@rollup/plugin-typescript": "^11.1.5",
        "@semantic-release/changelog": "^6.0.2",
        "@semantic-release/commit-analyzer": "^9.0.2",
        "@semantic-release/git": "^10.0.1",
        "@semantic-release/npm": "^9.0.1",
        "@semantic-release/release-notes-generator": "^10.0.3",
        "@storybook/addon-a11y": "^7.6.15",
        "@storybook/addon-essentials": "^7.6.15",
        "@storybook/addon-jest": "^7.6.15",
        "@storybook/addon-viewport": "^7.6.15",
        "@storybook/addons": "^7.6.15",
        "@storybook/blocks": "^7.6.15",
        "@storybook/preset-scss": "^1.0.3",
        "@storybook/react": "^7.6.15",
        "@storybook/react-docgen-typescript-plugin": "^1.0.6--canary.9.0c3f3b7.0",
        "@storybook/react-webpack5": "^7.6.15",
        "@storybook/theming": "^7.6.15",
        "@types/enzyme-adapter-react-16": "^1.0.9",
        "@types/jest": "^29.5.11",
        "autoprefixer": "^10.4.13",
        "babel-jest": "^29.7.0",
        "babel-loader": "^8.2.5",
        "chalk": "^4.1.2",
        "commitizen": "^4.2.5",
        "concurrently": "^8.2.2",
        "conventional-changelog-cli": "^2.2.2",
        "cross-env": "^7.0.3",
        "css-loader": "^6.7.3",
        "cz-conventional-changelog": "^3.3.0",
        "enzyme": "^3.11.0",
        "enzyme-adapter-react-16": "^1.15.7",
        "enzyme-to-json": "^3.6.2",
        "eslint": "^8.25.0",
        "eslint-config-airbnb": "^19.0.4",
        "eslint-config-prettier": "^8.5.0",
        "eslint-plugin-import": "^2.26.0",
        "eslint-plugin-jsx-a11y": "^6.6.1",
        "eslint-plugin-react": "^7.31.11",
        "eslint-plugin-react-hooks": "^4.6.0",
        "figlet": "^1.5.2",
        "file-loader": "^6.2.0",
        "git-cz": "^4.9.0",
        "husky": "^1.3.1",
        "identity-obj-proxy": "^3.0.0",
        "immutability-helper": "^3.0.1",
        "inquirer": "^8.2.4",
        "jest": "^29.7.0",
        "jest-environment-jsdom": "^29.7.0",
        "jest-fetch-mock": "^3.0.3",
        "lint-staged": "^13.0.3",
        "lucide-react": "^0.378.0",
        "metro-react-native-babel-preset": "^0.51.1",
        "open-cli": "^7.1.0",
        "ora": "^5.4.1",
        "postcss": "^8.4.31",
        "postcss-prefix-selector": "^1.16.0",
        "postcss-url": "^10.1.3",
        "prettier": "^2.7.1",
        "react": "^16.8.1",
        "react-dom": "^16.8.1",
        "react-test-renderer": "^16.12.0",
        "rollup": "^3.1.0",
        "rollup-plugin-peer-deps-external": "^2.2.0",
        "rollup-plugin-postcss": "^4.0.0",
        "rollup-plugin-scss": "^4.0.0",
        "rollup-plugin-svg": "^1.0.1",
        "rollup-plugin-visualizer": "^5.8.3",
        "sass": "^1.55.0",
        "sass-loader": "^13.2.0",
        "semantic-release": "^19.0.5",
        "storybook": "^7.6.15",
        "storybook-dark-mode": "^3.0.3",
        "style-loader": "^3.3.1",
        "stylelint": "^14.14.0",
        "stylelint-config-prettier": "^9.0.3",
        "stylelint-config-standard-scss": "^5.0.0",
        "treeify": "^1.1.0",
        "ts-jest": "^29.1.1",
        "typescript": "^5.3.2",
        "watch": "^1.0.2",
        "webpack": "^5.74.0",
        "webpack-cli": "^4.10.0",
        "webpack-dev-server": "^3.1.14",
        "webpack-node-externals": "^1.7.2",
        "yargs": "^17.7.2"
    },
    "dependencies": {
        "@floating-ui/react": "^0.26.16",
        "classnames": "^2.3.2",
        "dayjs": "^1.11.5",
        "draft-js": "^0.11.7",
        "draftjs-to-html": "^0.9.1",
        "file-saver": "^2.0.5",
        "highcharts": "^10.2.1",
        "highcharts-react-official": "^3.1.0",
        "html-to-draftjs": "^1.5.0",
        "i": "^0.3.7",
        "immer": "^9.0.18",
        "jodit-react": "^1.3.23",
        "pure-react-carousel": "^1.30.1",
        "qrcode.react": "^3.1.0",
        "rc-slider": "^8.6.9",
        "react-beautiful-dnd": "^13.1.1",
        "react-colorful": "^5.6.1",
        "react-custom-scrollbars": "^4.2.1",
        "react-dnd": "^16.0.1",
        "react-dnd-html5-backend": "^16.0.1",
        "react-draft-wysiwyg": "^1.15.0",
        "react-fast-compare": "^3.2.0",
        "react-is": "^17.0.2",
        "react-loading-skeleton": "^1.1.1",
        "react-swipeable": "^7.0.0",
        "react-tiny-popover": "^3.4.5",
        "react-tiny-popover-latest": "npm:react-tiny-popover@^6.0.4",
        "react-virtualized": "^9.21.1",
        "resize-observer-polyfill": "^1.5.1",
        "xlsx": "^0.18.5"
    },
    "husky": {
        "hooks": {
            "pre-commit": "lint-staged --config ./configs/.lintstagedrc.json",
            "commit-msg": "commitlint --config ./configs/commitlint.config.js -E HUSKY_GIT_PARAMS"
        }
    },
    "browserslist": [
        ">0.2%",
        "not dead",
        "not ie <= 11",
        "not op_mini all"
    ],
    "config": {
        "commitizen": {
            "path": "./node_modules/cz-conventional-changelog"
        }
    },
    "license": "MIT"
}
