{
  "name": "@haptik/helpers",
  "version": "2.107.3",
  "description": "Haptik Specific Components for react",
  "main": "build/bundle.umd.js",
  "module": "build/bundle.mjs",
  "scripts": {
    "storybook": "start-storybook -p 9001 -c .storybook",
    "build": "NODE_ENV=production rollup -c --config config/rollup.config.js",
    "helpers:publish": "npx semantic-release --branches master",
    "helpers:release": "yarn build && yarn helpers:publish",
    "build:watch": "rollup -c --config config/rollup.config.js -w",
    "build:storybook": "build-storybook -s public -o storybook-static",
    "build:storybook:next": "build-storybook -s public -o storybook-static/next/",
    "deploy:storybook": "bash config/storybook.sh",
    "dev": "NODE_ENV=development webpack --watch --config config/webpack.development.config.js --colors",
    "test": "NODE_ENV=test jest --coverage",
    "test:watch": "NODE_ENV=test jest --watch",
    "test:ui": "NODE_ENV=test majestic --coverage",
    "coverage": "codecov",
    "semantic-release": "semantic-release",
    "commit": "git cz"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/hellohaptik/platform_helpers"
  },
  "author": "Pratham Agrawal",
  "license": "",
  "engines": {
    "node": ">=12.22.7"
  },
  "dependencies": {
    "@babel/polyfill": "^7.4.4",
    "@sentry/browser": "^5.15.4",
    "base64-inline-loader": "^1.1.1",
    "core-js": "^3.6.5",
    "emoji-mart": "^2.11.1",
    "emoji-strip": "^1.0.1",
    "humanize-plus": "^1.8.2",
    "humps": "^2.0.1",
    "mixpanel-browser": "^2.41.0",
    "moment-timezone": "^0.5.31",
    "react": "16.9.0",
    "react-dom": "16.9.0",
    "react-portal": "^4.2.0",
    "react-sortable-hoc": "^1.9.1",
    "react-textarea-autosize": "^7.1.0",
    "regenerator-runtime": "^0.13.5",
    "relements": "2.8.0-develop.37",
    "userpilot": "^1.2.4",
    "webfontloader": "^1.6.28"
  },
  "devDependencies": {
    "@babel/core": "^7.9.0",
    "@babel/plugin-external-helpers": "^7.2.0",
    "@babel/plugin-proposal-class-properties": "^7.4.4",
    "@babel/plugin-proposal-decorators": "^7.4.4",
    "@babel/plugin-proposal-export-default-from": "^7.2.0",
    "@babel/plugin-proposal-export-namespace-from": "^7.2.0",
    "@babel/plugin-proposal-object-rest-spread": "^7.4.4",
    "@babel/plugin-syntax-dynamic-import": "^7.2.0",
    "@babel/plugin-transform-modules-commonjs": "^7.4.4",
    "@babel/plugin-transform-runtime": "^7.4.4",
    "@babel/preset-env": "^7.9.0",
    "@babel/preset-react": "^7.0.0",
    "@commitlint/cli": "^11.0.0",
    "@commitlint/config-conventional": "^8.0.0",
    "@commitlint/prompt": "^11.0.0",
    "@haptik/eslint-config": "^1.1.0",
    "@mdx-js/loader": "^1.6.22",
    "@semantic-release/changelog": "^5.0.1",
    "@semantic-release/commit-analyzer": "^8.0.1",
    "@semantic-release/git": "^9.0.0",
    "@semantic-release/github": "^7.2.0",
    "@semantic-release/npm": "^7.0.10",
    "@semantic-release/release-notes-generator": "^9.0.2",
    "@storybook/react": "^5.1.9",
    "@testing-library/jest-dom": "^4.1.0",
    "@testing-library/react": "^9.1.3",
    "babel-core": "^7.0.0-bridge.0",
    "babel-eslint": "^10.0.2",
    "babel-jest": "^26.6.3",
    "babel-loader": "^8.0.6",
    "babel-plugin-module-resolver": "^3.2.0",
    "babel-plugin-react-docgen": "^3.1.0",
    "classcat": "^4.0.2",
    "codecov": "^3.5.0",
    "commitizen": "^4.0.3",
    "css-loader": "^3.0.0",
    "cz-conventional-changelog": "3.0.2",
    "eslint": "^6.3.0",
    "eslint-config-airbnb": "^18.0.1",
    "eslint-config-prettier": "^6.2.0",
    "eslint-import-resolver-babel-module": "^5.1.0",
    "eslint-import-resolver-webpack": "^0.11.1",
    "eslint-loader": "^3.0.0",
    "eslint-plugin-flowtype": "^4.2.0",
    "eslint-plugin-import": "^2.18.0",
    "eslint-plugin-jsx-a11y": "^6.2.3",
    "eslint-plugin-react": "^7.14.2",
    "eslint-plugin-react-hooks": "4.0.0",
    "husky": "^3.0.5",
    "jest": "^26.6.3",
    "jest-expect-message": "^1.0.2",
    "json-loader": "^0.5.7",
    "lint-staged": "^9.1.0",
    "majestic": "^1.6.0",
    "netlify-cli": "8.1.4",
    "node-sass": "^4.12.0",
    "prettier": "^1.18.2",
    "prop-types": "^15.7.2",
    "react-svg-loader": "^3.0.3",
    "require-context": "^1.1.0",
    "rollup": "^1.16.3",
    "rollup-plugin-alias": "^2.0.0",
    "rollup-plugin-babel": "^4.3.3",
    "rollup-plugin-commonjs": "^10.0.1",
    "rollup-plugin-json": "^4.0.0",
    "rollup-plugin-local-resolve": "^1.0.7",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-postcss": "^2.0.3",
    "rollup-plugin-react-svg": "^3.0.3",
    "rollup-plugin-replace": "^2.2.0",
    "rollup-plugin-sass": "^1.2.2",
    "rollup-plugin-scss": "^1.0.1",
    "rollup-plugin-svg": "^2.0.0",
    "rollup-plugin-svg-to-jsx": "^1.0.0",
    "rollup-plugin-terser": "^5.0.0",
    "rollup-plugin-uglify": "^6.0.2",
    "sass-loader": "^8.0.0",
    "semantic-release": "^17.3.0",
    "style-loader": "^1.0.0",
    "styled-components": "^5.3.0",
    "styled-system": "^5.1.5",
    "uglifyjs-webpack-plugin": "^2.1.3",
    "url-loader": "^2.0.1",
    "webpack": "^5.10.1",
    "webpack-cli": "^3.3.5"
  },
  "publishConfig": {
    "access": "public"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  }
}
