{
    "name": "chayns-components",
    "version": "4.34.2",
    "description": "A set of beautiful React components for developing chayns® applications.",
    "keywords": [
        "react",
        "tobit",
        "chayns"
    ],
    "homepage": "https://de.tobit.software/",
    "bugs": "https://github.com/TobitSoftware/chayns-components/issues",
    "repository": {
        "type": "git",
        "url": "https://github.com/TobitSoftware/chayns-components.git"
    },
    "license": "MIT",
    "author": "Tobit.Software",
    "sideEffects": [
        "*.css",
        "*.scss"
    ],
    "main": "dist/cjs/index.js",
    "module": "dist/esm/index.js",
    "files": [
        "lib/",
        "dist/",
        "split-css.js"
    ],
    "scripts": {
        "build": "gulp build",
        "build-examples": "node ./examples/utils/generateReactList && chayns-toolkit build",
        "clean": "gulp clean",
        "dev": "node ./examples/utils/generateReactList && chayns-toolkit dev",
        "format": "prettier . --ignore-path .gitignore --write",
        "generate-docs": "gulp generate-docs",
        "lint": "eslint ./src --ext js,jsx",
        "lint-staged": "lint-staged --allow-empty",
        "prepare": "husky install",
        "prepublishOnly": "npm run build"
    },
    "dependencies": {
        "@babel/runtime": "^7.20.13",
        "@chayns/colors": "^1.0.4",
        "@chayns/uac-service": "~0.0.62",
        "abortcontroller-polyfill": "^1.7.8",
        "boxen": "^4.2.0",
        "chalk": "^4.1.2",
        "clsx": "^1.2.1",
        "coordinate-parser": "^1.0.7",
        "lodash.debounce": "^4.0.8",
        "lodash.isequal": "^4.5.0",
        "lodash.throttle": "^4.1.1",
        "prop-types": "^15.8.1",
        "react-transition-state": "^2.3.1"
    },
    "devDependencies": {
        "@babel/core": "^7.20.12",
        "@babel/plugin-proposal-class-properties": "^7.18.6",
        "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
        "@babel/plugin-proposal-optional-chaining": "^7.20.7",
        "@babel/plugin-transform-runtime": "^7.19.6",
        "@babel/plugin-transform-spread": "7.20.7",
        "@babel/polyfill": "^7.12.1",
        "@babel/preset-env": "^7.20.2",
        "@babel/preset-react": "^7.18.6",
        "@babel/register": "^7.18.9",
        "@rollup/plugin-babel": "^5.3.1",
        "@rollup/plugin-commonjs": "^16.0.0",
        "@rollup/plugin-node-resolve": "^10.0.0",
        "@rollup/plugin-replace": "^2.4.2",
        "@types/googlemaps": "^3.40.3",
        "acorn": "^8.8.2",
        "acorn-walk": "^8.2.0",
        "babel-plugin-dev-expression": "^0.2.3",
        "babel-plugin-optimize-clsx": "^2.6.2",
        "babel-plugin-transform-remove-imports": "^1.7.0",
        "babel-plugin-transform-rename-import": "^2.3.0",
        "babel-regenerator-runtime": "^6.5.0",
        "chayns-toolkit": "^2.0.6",
        "core-js": "^3.27.2",
        "cssnano": "^5.1.14",
        "eslint": "^8.33.0",
        "eslint-plugin-import": "^2.27.5",
        "eslint-plugin-jsx-a11y": "^6.7.1",
        "eslint-plugin-react": "^7.32.2",
        "eslint-plugin-react-hooks": "^4.6.0",
        "fast-glob": "^3.2.12",
        "fs-extra": "^9.1.0",
        "gulp": "^4.0.2",
        "gulp-babel": "^8.0.0",
        "gulp-clean": "^0.4.0",
        "gulp-concat-css": "^3.1.0",
        "gulp-sass": "^5.1.0",
        "gulp-shell": "^0.8.0",
        "gulp-sourcemaps": "^3.0.0",
        "html-webpack-plugin": "^5.5.0",
        "husky": "^7.0.4",
        "lint-staged": "^10.5.4",
        "node-sass": "^9.0.0",
        "param-case": "^3.0.4",
        "postcss": "^8.4.21",
        "postcss-preset-env": "^7.8.3",
        "prettier": "^2.8.3",
        "prettier-plugin-packagejson": "^2.4.2",
        "react": "17.0.2",
        "react-docgen": "^5.4.3",
        "react-dom": "17.0.2",
        "rollup": "^2.79.1",
        "rollup-plugin-postcss": "^4.0.2",
        "rollup-plugin-terser": "^7.0.2",
        "sass": "^1.58.0",
        "webpack": "^5.75.0"
    },
    "peerDependencies": {
        "react": "^16.8.0 || ^17 || ^18 || ^19",
        "react-dom": "^16.8.0 || ^17 || ^18 || ^19"
    },
    "overrides": {
        "sass-loader": {
            "node-sass": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0"
        }
    }
}
