{
  "name": "demio-ui-kit",
  "version": "5.0.3",
  "license": "MIT",
  "sideEffects": false,
  "main": "./dist",
  "scripts": {
    "build": "webpack --mode production",
    "dev": "webpack --watch -d --colors",
    "lint": "eslint ./src",
    "publish:docs": "yarn build-storybook && git add . && git commit -m 'Publishing docs' && git push",
    "publishing": "yarn build && git add . && yarn publish && git push",
    "prepare": "husky install",
    "storybook": "storybook dev -p 6006",
    "build-storybook": "storybook build"
  },
  "lint-staged": {
    "**/*.{js,jsx}": [
      "npx eslint --fix"
    ]
  },
  "dependencies": {
    "antd": "3.26.19",
    "babel-plugin-transform-class-property-arrow-functions": "^1.0.1",
    "classnames": "^2.3.1",
    "emoji-mart": "^5.1.0",
    "prop-types": "^15.8.1",
    "react-color": "^2.19.3",
    "react-easy-crop": "4.4.0"
  },
  "peerDependencies": {
    "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
    "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.9.6",
    "@babel/plugin-proposal-class-properties": "^7.8.3",
    "@babel/plugin-transform-runtime": "^7.9.6",
    "@babel/preset-env": "^7.18.6",
    "@babel/preset-react": "^7.18.6",
    "@storybook/addon-links": "^10.3.6",
    "@storybook/addon-webpack5-compiler-babel": "^4.0.1",
    "@storybook/react-webpack5": "^10.3.6",
    "@svgr/webpack": "^6.5.1",
    "babel-loader": "^8.1.0",
    "babel-plugin-import": "^1.13.0",
    "css-loader": "^6.8.1",
    "css-minimizer-webpack-plugin": "^5.0.1",
    "eslint": "^8.57.1",
    "eslint-config-airbnb": "19.0.4",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-import": "^2.25.3",
    "eslint-plugin-jsx-a11y": "^6.5.1",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-react": "^7.28.0",
    "eslint-plugin-react-hooks": "^4.3.0",
    "eslint-plugin-storybook": "0.6.15",
    "husky": "^8.0.1",
    "less": "^3.13.1",
    "less-loader": "^11.1.3",
    "lint-staged": "^13.0.3",
    "mini-css-extract-plugin": "^2.7.6",
    "prettier": "^2.6.2",
    "react": "^18.2.0",
    "react-dom": "18.2.0",
    "storybook": "^10.3.6",
    "style-loader": "^3.3.3",
    "typescript": "^5.0.0",
    "webpack": "^5.88.2",
    "webpack-bundle-analyzer": "^4.10.2",
    "webpack-cli": "^5.1.4"
  },
  "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
  "resolutions": {
    "eslint/ajv": "^6.14.0",
    "babel-loader/ajv": "^6.14.0",
    "fork-ts-checker-webpack-plugin/ajv": "^6.14.0",
    "brace-expansion": "^1.1.13",
    "flatted": "^3.4.0",
    "immutable": "^3.8.3",
    "js-yaml": "^4.1.1",
    "lodash": "^4.17.23",
    "lodash-es": "^4.17.23",
    "micromatch": "^4.0.8",
    "minimatch": "^3.1.3",
    "node-fetch": "^2.6.7",
    "picomatch": "^2.3.2",
    "serialize-javascript": "^7.0.3",
    "lint-staged/yaml": "^2.8.3",
    "cosmiconfig/yaml": "^1.10.3",
    "postcss": "^8.5.10"
  }
}
