{
    "name": "@dudadev/duda-ui",
    "version": "8.14.1",
    "main": "dist/index.js",
    "module": "dist/index.js",
    "files": [
        "dist",
        "README.md"
    ],
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "https://github.com/duda-co/duda-ui.git"
    },
    "dependencies": {
        "@atlaskit/tree": "^8.1.2",
        "@babel/runtime": "^7.2.0",
        "@popperjs/core": "^2.9.1",
        "ag-grid-community": "^23.2.1",
        "ag-grid-react": "^23.2.1",
        "babel-plugin-dev-expression": "^0.2.2",
        "brace": "^0.11.1",
        "classnames": "^2.2.6",
        "color": "^3.1.3",
        "css-loader": "1.0.0",
        "date-fns": "^2.14.0",
        "enumish": "^1.0.2",
        "filter-react-props": "^0.0.4",
        "lodash": "^4.17.19",
        "lottie-web": "^5.7.5",
        "md5": "^2.2.1",
        "react-ace": "^9.2.1",
        "react-datepicker": "^2.14.1",
        "react-error-boundary": "^3.1.1",
        "react-fa": "^5.0.0",
        "react-phone-input-2": "^2.13.9",
        "react-player": "^2.5.0",
        "react-popper": "^2.2.4",
        "react-responsive-carousel": "^3.2.9",
        "react-scroll": "^1.8.0",
        "react-select": "^3.0.8",
        "react-tooltip": "^3.9.2",
        "use-draggable": "^1.1.3",
        "warning": "^4.0.3"
    },
    "scripts": {
        "start": "start-storybook -s ./static -p 3000",
        "prebuild": "rimraf dist",
        "build": "NODE_ENV=production babel src/lib --out-dir dist --copy-files --ignore __tests__,spec.js,test.js,__snapshots__",
        "build-to-monolith": "npm run build && cp -r dist ../duda/DudaRoot/client/src/node_modules/@dudadev/duda-ui",
        "commit": "git-cz",
        "test": "is-ci \"test:ci\" \"test:watch\"",
        "test:watch": "jest --watch",
        "test:coverage": "jest --coverage",
        "test:unit:ci": "jest --ci",
        "test:ci": "npm-run-all --parallel --continue-on-error test:unit:ci test:karma:ci",
        "test:karma": "karma start --browsers ChromeHeadless karma.conf.js",
        "test:karma:ci": "karma start --browsers ChromeHeadless karma.conf.js --single-run",
        "prepublishOnly": "npm test && npm run build",
        "presemantic-release": "npm test && npm run build",
        "storybook": "start-storybook -s ./static -p 6006",
        "build-storybook": "build-storybook -s ./static",
        "semantic-release": "semantic-release",
        "chromatic": "npx chromatic --project-token=3lqlbdm4ja3",
        "lint:styles": "stylelint src/**/*.*css src/**/**.*.*css"
    },
    "eslintConfig": {
        "extends": "react-app"
    },
    "browserslist": [
        ">0.2%",
        "not dead",
        "not ie <= 11",
        "not op_mini all"
    ],
    "devDependencies": {
        "@babel/cli": "^7.15.0",
        "@babel/core": "^7.15.0",
        "@babel/plugin-proposal-class-properties": "^7.2.3",
        "@babel/plugin-proposal-decorators": "^7.2.3",
        "@babel/plugin-proposal-export-default-from": "^7.2.0",
        "@babel/plugin-proposal-export-namespace-from": "^7.2.0",
        "@babel/plugin-proposal-object-rest-spread": "^7.2.0",
        "@babel/plugin-syntax-dynamic-import": "^7.2.0",
        "@babel/plugin-transform-destructuring": "^7.2.0",
        "@babel/plugin-transform-modules-commonjs": "^7.2.0",
        "@babel/plugin-transform-runtime": "^7.15.0",
        "@babel/preset-env": "^7.15.0",
        "@babel/preset-react": "^7.14.0",
        "@babel/register": "^7.0.0",
        "@commitlint/cli": "^9.1.2",
        "@commitlint/config-conventional": "^11.0.0",
        "@dudadev/prettier-config": "^1.0.1",
        "@pedalboard/stylelint-plugin-craftsmanlint": "^1.3.0",
        "@semantic-release/changelog": "^5.0.1",
        "@semantic-release/git": "^9.0.0",
        "@semantic-release/github": "^7.2.0",
        "@storybook/addon-a11y": "^6.3.7",
        "@storybook/addon-actions": "^6.3.7",
        "@storybook/addon-controls": "^6.3.7",
        "@storybook/addon-docs": "^6.3.7",
        "@storybook/addon-links": "^6.3.7",
        "@storybook/addon-viewport": "^6.3.7",
        "@storybook/addons": "^6.3.7",
        "@storybook/react": "^6.3.7",
        "@svgr/webpack": "2.4.1",
        "@testing-library/jest-dom": "^5.11.4",
        "@testing-library/react": "^11.2.3",
        "@testing-library/user-event": "^12.6.0",
        "babel-core": "7.0.0-bridge.0",
        "babel-eslint": "10.1.0",
        "babel-jest": "26.3.0",
        "babel-loader": "8.0.4",
        "babel-plugin-lodash": "^3.3.4",
        "babel-plugin-named-asset-import": "^0.3.0",
        "babel-plugin-transform-dynamic-import": "^2.1.0",
        "babel-preset-react-app": "^7.0.0",
        "bfj": "6.1.1",
        "case-sensitive-paths-webpack-plugin": "2.1.2",
        "chai": "^4.2.0",
        "chai-as-promised": "^7.1.1",
        "chai-enzyme": "^1.0.0-beta.1",
        "chai-string": "^1.5.0",
        "chalk": "2.4.1",
        "chromatic": "^5.0.0",
        "chromatic-cli": "^1.0.0",
        "commitizen": "^4.2.1",
        "css-modules-require-hook": "^4.2.3",
        "cz-conventional-changelog": "^2.1.0",
        "dotenv": "6.0.0",
        "dotenv-expand": "4.2.0",
        "enzyme": "^3.10.0",
        "enzyme-adapter-react-16": "^1.14.0",
        "eslint": "6.8.0",
        "eslint-config-react-app": "^3.0.6",
        "eslint-loader": "2.1.1",
        "eslint-plugin-babel": "^5.3.0",
        "eslint-plugin-duda-custom-rules": "^1.1.0",
        "eslint-plugin-flowtype": "2.50.1",
        "eslint-plugin-import": "2.14.0",
        "eslint-plugin-jsx-a11y": "6.4.1",
        "eslint-plugin-lodash": "^5.1.0",
        "eslint-plugin-mocha": "^5.2.1",
        "eslint-plugin-objects": "^1.1.1",
        "eslint-plugin-react": "7.21.5",
        "eslint-plugin-react-hooks": "^1.6.0",
        "file-loader": "^3.0.1",
        "fork-ts-checker-webpack-plugin-alt": "0.4.14",
        "fs-extra": "7.0.0",
        "html-webpack-plugin": "4.0.0-beta.8",
        "husky": "^3.0.5",
        "identity-obj-proxy": "3.0.0",
        "is-ci": "^2.0.0",
        "is-ci-cli": "^2.1.2",
        "jest": "26.4.2",
        "jest-codemods": "^0.23.0",
        "jest-github-actions-reporter": "^1.0.2",
        "jest-pnp-resolver": "1.2.2",
        "jest-resolve": "26.4.0",
        "jest-runner-eslint": "^0.10.0",
        "jest-watch-select-projects": "^2.0.0",
        "jest-watch-typeahead": "^0.6.1",
        "jquery": "^3.3.1",
        "karma": "^5.2.1",
        "karma-chai": "^0.1.0",
        "karma-chrome-launcher": "^3.1.0",
        "karma-min-reporter": "^0.1.0",
        "karma-mocha": "^2.0.1",
        "karma-mocha-reporter": "^2.2.5",
        "karma-sinon": "^1.0.5",
        "karma-sourcemap-loader": "^0.3.8",
        "karma-webpack": "^4.0.2",
        "mini-css-extract-plugin": "0.4.3",
        "mocha": "^8.1.1",
        "mocha-clean": "^1.0.0",
        "mutation-observer": "^1.0.3",
        "node-sass": "^4.13.1",
        "npm-run-all": "^4.1.5",
        "null-loader": "^0.1.1",
        "optimize-css-assets-webpack-plugin": "5.0.1",
        "pnp-webpack-plugin": "1.1.0",
        "postcss": "^8.4.21",
        "postcss-flexbugs-fixes": "4.1.0",
        "postcss-loader": "3.0.0",
        "postcss-preset-env": "6.3.1",
        "postcss-safe-parser": "5.0.2",
        "postcss-scss": "^4.0.6",
        "pretty-quick": "^3.0.2",
        "prop-types": "^15.6.2",
        "react": "^16.14.0",
        "react-app-polyfill": "^0.2.0",
        "react-dev-utils": "^7.0.1",
        "react-dom": "^16.14.0",
        "react-live": "^2.2.2",
        "react-select-event": "^5.3.0",
        "resolve": "1.19.0",
        "sass-loader": "7.1.0",
        "semantic-release": "^17.1.1",
        "semantic-release-slack-bot": "^1.6.2",
        "sinon": "^7.2.2",
        "sinon-chai": "^3.3.0",
        "storybook-addon-performance": "^0.16.1",
        "storybook-addon-rtl": "^0.3.0",
        "storybook-dark-mode": "^1.0.8",
        "style-loader": "0.23.0",
        "stylelint": "^15.3.0",
        "terser-webpack-plugin": "4.2.3",
        "url-loader": "^1.1.2",
        "webpack": "^4.42.1",
        "webpack-bundle-analyzer": "^3.6.1",
        "webpack-dev-server": "^3.11.0",
        "webpack-manifest-plugin": "2.0.4",
        "workbox-webpack-plugin": "3.6.3"
    },
    "peerDependencies": {
        "prop-types": "^15.6.2",
        "react": "^16.14.0",
        "react-app-polyfill": "^0.2.0",
        "react-dev-utils": "^7.0.1",
        "react-dom": "^16.14.0"
    },
    "husky": {
        "hooks": {
            "pre-commit": "pretty-quick --staged --pattern \"**/*.*(js|jsx)\""
        }
    },
    "release": {
        "repositoryUrl": "https://github.com/duda-co/duda-ui.git",
        "plugins": [
            "@semantic-release/commit-analyzer",
            "@semantic-release/release-notes-generator",
            "@semantic-release/changelog",
            "@semantic-release/git",
            "@semantic-release/github",
            "@semantic-release/npm",
            [
                "semantic-release-slack-bot",
                {
                    "notifyOnSuccess": true,
                    "notifyOnFail": true
                }
            ]
        ]
    },
    "config": {
        "commitizen": {
            "path": "node_modules/cz-conventional-changelog"
        }
    }
}
