{
  "name": "@makeen.io/material-ui-kit",
  "version": "0.0.104",
  "description": "Makeen UI components kit. Based on material-ui.",
  "main": "distr/index.js",
  "scripts": {
    "clear": "rm -rf ./distr && rm -rf ./node_modules",
    "prepare": "install-peers",
    "publish:local": "npm run build && yalc publish && rm -rf ./distr",
    "build": "npm run check-types && npm run build:types && npm run build:babel && rm -rf distr/pages distr/templates",
    "build:babel": "babel distr -d distr",
    "build:types": "tsc --emitDeclarationOnly",
    "build:fonts": "icon-font-generator assets/icons/*.svg -o assets/icon-fonts -n muik --html",
    "check-types": "tsc",
    "type-check:watch": "npm run type-check -- --watch",
    "lint": "eslint ./src/** --no-error-on-unmatched-pattern",
    "lint:fix": "eslint ./src/** --fix --no-error-on-unmatched-pattern",
    "lint:css": "stylelint './src/**/*.{ts,tsx}'",
    "storybook": "cross-env NODE_ENV=development start-storybook -p 9009",
    "build-storybook": "mkdir ./public && cross-env NODE_ENV=development build-storybook -s public",
    "copy:assets": "cpx 'src/assets/**' 'distr/assets' && cpx 'src/molecules/RichEditor/custom-editor/sample/svg/**' 'distr/molecules/RichEditor/custom-editor/sample/svg/' ",
    "release": "npm publish --access public",
    "lint-staged": "lint-staged",
    "prettier:fix": "prettier --config .prettierrc --write -u "
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/makeen-project/makeen.io-material-ui-kit.git"
  },
  "keywords": [
    "UI",
    "Components",
    "react-ui-kit"
  ],
  "author": "Makeen",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/makeen-project/makeen.io-material-ui-kit/issues"
  },
  "homepage": "https://github.com/makeen-project/makeen.io-material-ui-kit#readme",
  "private": false,
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "peerDependencies": {
    "@types/react": "^16.8.6 || ^17.0.0",
    "react": "^16.8.0 || ^17.0.0",
    "react-dom": "^16.8.0 || ^17.0.0"
  },
  "peerDependenciesMeta": {
    "@types/react": {
      "optional": true
    }
  },
  "dependencies": {
    "@date-io/date-fns": "1.x",
    "@material-ui/core": "^4.10.1",
    "@material-ui/icons": "^4.9.1",
    "@material-ui/lab": "^4.0.0-alpha.55",
    "@material-ui/pickers": "^3.2.10",
    "@svgr/webpack": "^5.5.0",
    "babel-preset-react-app": "^9.1.2",
    "chalk": "^4.0.0",
    "classnames": "^2.2.6",
    "css-loader": "^5.0.0",
    "date-fns": "^2.14.0",
    "faker": "^5.1.0",
    "file-loader": "^6.0.0",
    "lodash": "^4.17.21",
    "moment": "^2.29.4",
    "quill": "^1.3.7",
    "quill-image-resize-module": "^3.0.0",
    "quill-mention": "^3.0.3",
    "quill-paste-smart": "^1.4.9",
    "react-color": "^2.19.1",
    "react-dnd": "^11.1.3",
    "react-dnd-html5-backend": "^11.1.3",
    "react-dropzone": "^11.2.1",
    "react-icons": "^3.11.0",
    "react-quill": "^1.3.5",
    "react-router-dom": "^5.2.0",
    "react-sortable-hoc": "^1.11.0",
    "react-svg-loader": "^3.0.3",
    "react-virtualized": "^9.22.2",
    "style-loader": "^2.0.0",
    "styled-components": "^5.1.1",
    "yup": "^0.29.1"
  },
  "devDependencies": {
    "@babel/cli": "^7.10.5",
    "@babel/core": "^7.20.7",
    "@babel/node": "^7.10.5",
    "@babel/plugin-proposal-class-properties": "^7.10.4",
    "@babel/plugin-proposal-export-default-from": "^7.10.4",
    "@babel/plugin-proposal-object-rest-spread": "^7.10.4",
    "@babel/plugin-transform-object-assign": "^7.10.4",
    "@babel/plugin-transform-runtime": "^7.10.5",
    "@babel/preset-env": "^7.10.4",
    "@babel/preset-react": "^7.10.4",
    "@babel/preset-typescript": "^7.10.4",
    "@babel/register": "^7.10.5",
    "@ckeditor/ckeditor5-inspector": "^2.0.0",
    "@crazyfactory/tslint-rules": "^1.9.0",
    "@storybook/addon-actions": "^6.1.9",
    "@storybook/addon-backgrounds": "^6.1.9",
    "@storybook/addon-controls": "^6.1.9",
    "@storybook/addon-docs": "^6.1.9",
    "@storybook/addon-links": "^6.1.9",
    "@storybook/addons": "^6.1.9",
    "@storybook/preset-create-react-app": "^3.1.5",
    "@storybook/react": "^6.1.9",
    "@types/lodash": "^4.14.153",
    "@types/moment": "^2.13.0",
    "@types/react-router-dom": "^5.1.5",
    "@types/styled-components": "^5.1.0",
    "@typescript-eslint/eslint-plugin": "^4.5.0",
    "@typescript-eslint/parser": "^4.5.0",
    "babel-core": "^7.0.0-bridge.0",
    "babel-eslint": "^10.1.0",
    "babel-loader": "^8.1.0",
    "babel-plugin-macros": "^2.8.0",
    "babel-plugin-module-resolver": "^4.0.0",
    "babel-plugin-optimize-clsx": "^2.6.1",
    "cpx": "^1.5.0",
    "cross-env": "^7.0.2",
    "eslint": "^7.12.1",
    "eslint-config-prettier": "^6.11.0",
    "eslint-plugin-flowtype": "^5.2.0",
    "eslint-plugin-import": "^2.22.0",
    "eslint-plugin-jsx-a11y": "^6.3.1",
    "eslint-plugin-prettier": "^3.1.4",
    "eslint-plugin-react": "^7.20.6",
    "eslint-plugin-react-hooks": "^4.1.0",
    "eslint-plugin-unused-imports": "^1.0.0",
    "husky": "^4.2.5",
    "icon-font-generator": "^2.1.10",
    "install-peers-cli": "^2.2.0",
    "lint-staged": "^10.2.7",
    "pre-commit": "^1.2.2",
    "prettier": "^2.0.5",
    "react-docgen-typescript-loader": "^3.7.2",
    "stylelint": "^13.6.1",
    "stylelint-config-prettier": "^8.0.2",
    "stylelint-config-recommended": "^3.0.0",
    "stylelint-config-standard": "^20.0.0",
    "stylelint-config-styled-components": "^0.1.1",
    "stylelint-prettier": "^1.1.2",
    "stylelint-processor-styled-components": "^1.10.0",
    "ts-loader": "^8.0.1",
    "tsc": "^1.20150623.0",
    "tslint": "^6.1.3",
    "tslint-microsoft-contrib": "^6.2.0",
    "typescript": "^4.0.5"
  }
}
