{
  "name": "kwikui-react",
  "version": "0.0.49",
  "description": "KwikID's UI Component Library in React",
  "author": {
    "name": "Baiju Dodhia"
  },
  "homepage": "https://bitbucket.org/team360noscope/kwikui-react",
  "repository": {
    "type": "git",
    "url": "git+https://baijudodhia@bitbucket.org/team360noscope/kwikui-react.git"
  },
  "keywords": [
    "KwikID",
    "KwikUI",
    "React",
    "UI Component Library"
  ],
  "peerDependencies": {
    "react": ">=16.12.0",
    "react-dom": ">=16.12.0"
  },
  "dependencies": {
    "@date-io/date-fns": "^1.3.13",
    "@date-io/moment": "^1.3.13",
    "@material-ui/core": "^4.12.4",
    "@material-ui/icons": "^4.11.3",
    "@material-ui/lab": "^4.0.0-alpha.61",
    "@material-ui/pickers": "^3.3.11",
    "@material-ui/utils": "^4.11.3",
    "date-fns": "^2.30.0",
    "dompurify": "^3.0.5",
    "kwikid-toolkit": "^0.2.7",
    "lodash": "^4.17.21",
    "moment": "^2.30.1",
    "react": "^16.12.0",
    "react-dom": "^16.12.0",
    "react-icons": "^4.10.1",
    "react-select": "^5.7.4",
    "react-transition-group": "^4.4.2",
    "styled-components": "^5.1.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.22.9",
    "@babel/core": "^7.22.10",
    "@babel/plugin-proposal-class-properties": "^7.18.6",
    "@babel/plugin-proposal-decorators": "^7.24.1",
    "@babel/plugin-syntax-decorators": "^7.24.1",
    "@babel/preset-env": "^7.22.10",
    "@babel/preset-modules": "^0.1.6",
    "@babel/preset-react": "^7.22.5",
    "@babel/preset-typescript": "^7.22.5",
    "@storybook/addon-actions": "^6.5.16",
    "@storybook/addon-essentials": "^6.4.22",
    "@storybook/addon-interactions": "^6.5.16",
    "@storybook/addon-links": "^6.5.16",
    "@storybook/builder-webpack5": "^6.5.16",
    "@storybook/manager-webpack5": "^6.5.16",
    "@storybook/react": "^6.1.21",
    "@storybook/testing-library": "^0.0.13",
    "@trivago/prettier-plugin-sort-imports": "^4.3.0",
    "@types/dompurify": "^3.0.2",
    "@types/react": "^18.2.18",
    "@types/react-dom": "^18.2.7",
    "@types/styled-components": "^5.1.26",
    "@typescript-eslint/eslint-plugin": "^5.62.0",
    "@typescript-eslint/parser": "^5.62.0",
    "babel-eslint": "^10.1.0",
    "babel-loader": "^8.3.0",
    "eslint": "^8.57.0",
    "eslint-config-airbnb": "^18.2.1",
    "eslint-config-prettier": "^8.10.0",
    "eslint-plugin-import": "^2.29.1",
    "eslint-plugin-jsx-a11y": "^6.8.0",
    "eslint-plugin-prettier": "^5.1.3",
    "eslint-plugin-react": "^7.34.1",
    "eslint-plugin-react-hooks": "^4.6.2",
    "prettier": "^3.2.5",
    "prettier-plugin-import-sort": "0.0.7",
    "typescript": "^4.9.5"
  },
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "remove": "rm -rf dist",
    "copy": "cp ./package.json dist/kwikui-react",
    "build": "npm version patch --no-git-tag-version && npm run remove && babel src --out-dir dist/kwikui-react --copy-files --extensions .tsx,.ts && npm run copy",
    "start": "start-storybook -p 6006",
    "storybook": "start-storybook -p 6006",
    "build:kwikui-react": "babel src --out-dir dist/kwikui-react --copy-files --extensions .tsx,.ts && npm run copy",
    "build:storybook": "build-storybook -o dist/kwikui-react-app",
    "format": "prettier --write 'src/**/*.{js,jsx,ts,tsx,json,html,css,scss,md}'"
  },
  "eslintConfig": {
    "extends": [
      "react-app",
      "react-app/jest"
    ]
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  }
}
