{
  "name": "kwikid-forms-react",
  "version": "0.2.13",
  "description": "KwikID's UI Component Library in React",
  "author": {
    "name": "Baiju Dodhia"
  },
  "homepage": "https://bitbucket.org/team360noscope/kwikid-forms-react",
  "repository": {
    "type": "git",
    "url": "git+https://baijudodhia@bitbucket.org/team360noscope/kwikid-forms-react.git"
  },
  "keywords": [
    "KwikID",
    "Form Renderer and Builder",
    "React",
    "UI Component Library"
  ],
  "peerDependencies": {
    "react": ">=16.12.0",
    "react-dom": ">=16.12.0"
  },
  "dependencies": {
    "@date-io/moment": "^1.3.13",
    "kwikid-toolkit": "^0.2.15",
    "kwikui-react": "0.0.49",
    "moment": "^2.30.1",
    "pre-commit": "^1.2.2",
    "react": "^16.12.0",
    "react-dom": "^16.12.0",
    "react-icons": "^4.12.0",
    "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-datepicker": "^4.15.0",
    "@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",
    "prettier-plugin-multiline-arrays": "^3.0.6",
    "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/kwikid-forms-react",
    "build": "npm version patch --no-git-tag-version && npm run remove && babel src --out-dir dist/kwikid-forms-react --copy-files --extensions .tsx,.ts && npm run copy",
    "storybook": "start-storybook -p 6007",
    "build:kwikid-forms-react": "babel src --out-dir dist/kwikid-forms-react --copy-files --extensions .tsx,.ts && npm run copy",
    "build:storybook": "build-storybook -o dist/kwikid-forms-react-app"
  },
  "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"
    ]
  }
}
