{
  "name": "relements",
  "version": "2.8.0",
  "description": "UI Components Library for React",
  "main": "build/bundle.umd.js",
  "module": "build/bundle.mjs",
  "scripts": {
    "storybook": "start-storybook -p 9001 -c .storybook",
    "clean": "rm -rf build",
    "build": "yarn clean && NODE_ENV=production rollup -c --config config/rollup.config.js",
    "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",
    "test": "NODE_ENV=test jest --coverage",
    "test:ui": "NODE_ENV=test majestic --coverage",
    "coverage": "codecov",
    "semantic-release": "semantic-release",
    "commit": "git cz"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/hellohaptik/relements"
  },
  "author": "Pratham Agrawal",
  "license": "MIT",
  "engines": {
    "node": ">=12.22.7"
  },
  "dependencies": {
    "@babel/polyfill": "^7.4.4",
    "@rollup/plugin-url": "^6.0.0",
    "fuse.js": "^3.4.4",
    "jsx-to-string": "^1.4.0",
    "react": "16.9.0",
    "react-dom": "16.9.0",
    "react-input-autosize": "^2.2.1",
    "react-portal": "^4.2.0",
    "react-sortable-hoc": "^1.8.3",
    "react-svg-loader": "^3.0.3",
    "react-syntax-highlighter": "13.0.0",
    "react-textarea-autosize": "^7.1.0",
    "react-window": "^1.8.5"
  },
  "devDependencies": {
    "@babel/core": "^7.4.5",
    "@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.4.5",
    "@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.0.21",
    "@semantic-release/changelog": "^3.0.4",
    "@semantic-release/git": "^8.0.0",
    "@storybook/addon-actions": "^5.1.9",
    "@storybook/addon-knobs": "^5.1.9",
    "@storybook/addon-links": "^5.1.9",
    "@storybook/addons": "^5.1.9",
    "@storybook/react": "^5.1.9",
    "@testing-library/jest-dom": "^4.1.0",
    "@testing-library/react": "^10.0.3",
    "@typescript-eslint/eslint-plugin": "^3.7.1",
    "@typescript-eslint/parser": "^3.7.1",
    "babel-core": "^7.0.0-bridge.0",
    "babel-eslint": "^10.0.3",
    "babel-jest": "^24.8.0",
    "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.2.2",
    "css-loader": "^3.0.0",
    "cz-conventional-changelog": "3.0.2",
    "dayjs": "^1.8.12",
    "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.2.0",
    "flatpickr": "^4.5.7",
    "husky": "^3.0.0",
    "jest": "^24.8.0",
    "jest-expect-message": "^1.0.2",
    "json-loader": "^0.5.7",
    "lint-staged": "^9.1.0",
    "majestic": "^1.6.0",
    "netlify-cli": "^2.53.0",
    "node-sass": "^4.14.1",
    "prettier": "^1.18.2",
    "prismjs": "^1.16.0",
    "prop-types": "^15.7.2",
    "react-docgen-external-proptypes-handler": "^1.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": "^7.0.2",
    "rollup-plugin-uglify": "^6.0.2",
    "sass-loader": "^8.0.0",
    "semantic-release": "^17.2.3",
    "style-loader": "^1.0.0",
    "styled-components": "^5.3.0",
    "styled-system": "^5.1.5",
    "typescript": "^3.9.7",
    "uglifyjs-webpack-plugin": "^2.1.3",
    "url-loader": "^2.0.1",
    "webfontloader": "^1.6.28",
    "webpack": "^4.35.0",
    "webpack-cli": "^3.3.5"
  },
  "resolutions": {
    "**/ua-parser-js": "0.7.28"
  },
  "publishConfig": {
    "access": "public"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  }
}
