{
  "name": "comfi-ui-kit",
  "version": "1.19.5",
  "description": "Comfi UI KIT",
  "author": "Arslonbek Alimbayev <@arslonbekXX> (https://github.com/arslonbekXX)",
  "main": "lib/index.js",
  "types": "lib/index.d.js",
  "files": [
    "lib",
    "README.md"
  ],
  "outputDir": "./lib",
  "repository": {
    "type": "git",
    "url": "https://github.com/comfi-app/ui-kit.git"
  },
  "scripts": {
    "build": "yarn clean; rollup -c rollup.config.ts --configPlugin @rollup/plugin-typescript",
    "clean": "rimraf lib",
    "start": "start-storybook -p 6006 -s public",
    "test": "react-scripts test",
    "build-storybook": "build-storybook --output-dir build",
    "generate": "plop --plopfile tools/generators/index.js",
    "lint": "eslint \"src/**/*.{js,jsx,ts,tsx}\" --color",
    "lint:fix": "yarn lint --fix",
    "stylelint": "stylelint \"src/**/*.{css,scss}\" --fix",
    "format": "prettier --write \"{src,tools,public}/**/*.{json,ts,tsx,js,jsx,md,scss,css,html}\"",
    "deploy": "npm version patch; yarn build; npm publish",
    "semantic-release": "semantic-release"
  },
  "eslintConfig": {
    "extends": [
      "react-app",
      "react-app/jest"
    ],
    "overrides": [
      {
        "files": [
          "**/*.stories.*"
        ],
        "rules": {
          "import/no-anonymous-default-export": "off"
        }
      }
    ]
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "devDependencies": {
    "@commitlint/cli": "^17.0.3",
    "@commitlint/config-conventional": "^17.0.3",
    "@rollup/plugin-commonjs": "^22.0.1",
    "@rollup/plugin-image": "^2.1.1",
    "@rollup/plugin-node-resolve": "^13.3.0",
    "@rollup/plugin-typescript": "^11.1.0",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/commit-analyzer": "^9.0.2",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/npm": "^10.0.2",
    "@semantic-release/release-notes-generator": "^10.0.3",
    "@storybook/addon-actions": "^6.5.9",
    "@storybook/addon-essentials": "^6.5.9",
    "@storybook/addon-interactions": "^6.5.9",
    "@storybook/addon-links": "^6.5.9",
    "@storybook/builder-webpack5": "^6.5.9",
    "@storybook/manager-webpack5": "^6.5.9",
    "@storybook/node-logger": "^6.5.9",
    "@storybook/preset-create-react-app": "^4.1.2",
    "@storybook/react": "^6.5.9",
    "@storybook/testing-library": "0.0.13",
    "@svgr/rollup": "^6.3.1",
    "@testing-library/jest-dom": "^5.16.4",
    "@testing-library/react": "^13.3.0",
    "@testing-library/user-event": "^13.5.0",
    "@types/antd": "^1.0.0",
    "@types/classnames": "^2.3.1",
    "@types/jest": "^27.5.2",
    "@types/node": "^16.11.47",
    "@types/react": "^18.0.15",
    "@types/react-dom": "^18.0.6",
    "@typescript-eslint/eslint-plugin": "^5.32.0",
    "@typescript-eslint/parser": "^5.32.0",
    "antd": "4.24.7",
    "autoprefixer": "^10.4.8",
    "babel-eslint": "^10.1.0",
    "babel-plugin-named-exports-order": "0.0.2",
    "classnames": "^2.3.1",
    "dayjs": "^1.11.7",
    "eslint": "^8.21.0",
    "eslint-config-airbnb-typescript": "^17.0.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-config-react-app": "^7.0.1",
    "eslint-config-stylelint": "^15.1.0",
    "eslint-import-resolver-typescript": "^3.4.0",
    "eslint-loader": "^4.0.2",
    "eslint-plugin-flowtype": "^8.0.3",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-jsx-a11y": "^6.6.1",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-react": "^7.30.1",
    "eslint-plugin-react-hooks": "^4.6.0",
    "eslint-plugin-simple-import-sort": "^7.0.0",
    "eslint-plugin-unused-imports": "^2.0.0",
    "husky": "4",
    "lint-staged": "^13.0.3",
    "node-sass": "^8.0.0",
    "plop": "^3.1.1",
    "prettier-eslint": "^15.0.1",
    "prop-types": "^15.8.1",
    "react": "^18.2.0",
    "react-auth-code-input": "^3.2.1",
    "react-color": "^2.19.3",
    "react-dom": "^18.2.0",
    "react-hook-form": "^7.34.2",
    "react-loading-skeleton": "^3.1.0",
    "react-number-format": "^5.2.2",
    "react-phone-input-2": "^2.15.1",
    "react-router-dom": "^6.3.0",
    "react-scripts": "5.0.1",
    "rimraf": "^3.0.2",
    "rollup": "^2.77.2",
    "rollup-plugin-copy": "^3.4.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-postcss": "^4.0.2",
    "rollup-plugin-svg-import": "^1.6.0",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-visualizer": "^5.7.1",
    "sass": "^1.60.0",
    "semantic-release": "^21.0.0",
    "stylelint": "^14.9.1",
    "stylelint-config-css-modules": "^4.1.0",
    "stylelint-config-prettier": "^9.0.3",
    "stylelint-config-rational-order": "^0.1.2",
    "stylelint-config-standard": "^26.0.0",
    "stylelint-order": "^5.0.0",
    "stylelint-prettier": "^2.0.0",
    "stylelint-scss": "^4.3.0",
    "ts-dedent": "^2.2.0",
    "typescript": "^4.7.4",
    "web-vitals": "^2.1.4",
    "webpack": "^5.74.0"
  },
  "peerDependencies": {
    "antd": "^4.22.7",
    "classnames": "^2.3.1",
    "dayjs": "^1.11.7",
    "lodash": "^4.17.21",
    "react": "^18.2.0",
    "react-auth-code-input": "^3.2.1",
    "react-color": "^2.19.3",
    "react-dom": "^18.2.0",
    "react-hook-form": "^7.34.2",
    "react-loading-skeleton": "^3.1.0",
    "react-number-format": "^5.2.2",
    "react-phone-input-2": "^2.15.1",
    "react-spring-bottom-sheet": "^3.4.1"
  },
  "license": "MIT",
  "engines": {
    "npm": "please-use-yarn",
    "yarn": ">= 1"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {}
}
