{
  "name": "@groww-tech/ui-toolkit",
  "version": "0.8.9",
  "description": "A lightning nature UI",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/types",
  "files": [
    "/dist"
  ],
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/Groww-OSS/webster.git"
  },
  "author": "Vikas Singh <vikas.singh707@gmail.com> (https://twitter.com/VikasSi25579022)",
  "contributors": [
    {
      "name": "Ankit Chouhan",
      "url": "https://twitter.com/ankit__chouhan"
    },
    {
      "name": "Rishabh Tripathi",
      "url": "https://twitter.com/ristripathi"
    },
    {
      "name": "Rishav",
      "url": "https://twitter.com/st_tronn"
    },
    {
      "name": "Sarthak Srivastava",
      "url": "https://twitter.com/Sarthak8898"
    },
    {
      "name": "Samyak Jain",
      "url": "https://twitter.com/__samyak"
    },
    {
      "name": "Ganesh Hegde",
      "url": "https://twitter.com/the_ganeshhegde"
    },
    {
      "name": "Aditya Vandan Sharma",
      "url": "https://twitter.com/AdityaVandan"
    },
    {
      "name": "Akshay Kumar Barya",
      "url": "https://twitter.com/akshay_barya"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Groww-OSS/webster/issues"
  },
  "homepage": "https://github.com/Groww-OSS/webster/tree/develop/packages/ui-toolkit#readme",
  "peerDependencies": {
    "classnames": "2.2.6",
    "prop-types": "15.7.2",
    "react": "18.0.0",
    "react-dom": "18.0.0",
    "react-lazyload": "3.2.1",
    "typescript": "4.5.5"
  },
  "devDependencies": {
    "@babel/core": "^7.13.15",
    "@babel/plugin-proposal-class-properties": "^7.13.0",
    "@babel/plugin-proposal-private-methods": "^7.13.0",
    "@babel/preset-react": "^7.13.13",
    "@babel/preset-typescript": "^7.13.0",
    "@babel/runtime": "^7.14.6",
    "@rollup/plugin-commonjs": "^19.0.0",
    "@rollup/plugin-node-resolve": "^11.2.1",
    "@storybook/addon-actions": "8.2.7",
    "@storybook/addon-essentials": "8.2.7",
    "@storybook/addon-links": "8.2.7",
    "@storybook/addon-styling-webpack": "1.0.0",
    "@storybook/addon-webpack5-compiler-swc": "1.0.5",
    "@storybook/react": "8.2.7",
    "@storybook/react-webpack5": "8.2.7",
    "@types/classnames": "2.2.11",
    "@types/object-assign": "^4.0.30",
    "@types/react": "^17.0.38",
    "@types/react-dom": "^17.0.3",
    "@types/react-lazyload": "^3.1.0",
    "babel-loader": "8.2.2",
    "classnames": "2.2.6",
    "concurrently": "^6.0.2",
    "copyfiles": "^2.4.1",
    "postcss": "^8.2.13",
    "postcss-import": "^14.0.2",
    "postcss-url": "^10.1.3",
    "rimraf": "^3.0.2",
    "rollup": "^2.45.2",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-copy": "^3.4.0",
    "rollup-plugin-filesize": "^9.1.1",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-postcss": "^4.0.0",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript": "^1.0.1",
    "storybook": "8.2.7",
    "typescript": "4.5.5"
  },
  "dependencies": {
    "@groww-tech/icon-store": "1.4.6",
    "@groww-tech/mint-css": "0.2.9",
    "flat-carousel": "0.0.1",
    "lodash.debounce": "4.0.8",
    "object-assign": "4.1.1",
    "react": "18.0.0",
    "react-dom": "18.0.0",
    "react-lazyload": "3.2.1",
    "react-waypoint": "10.1.0"
  },
  "scripts": {
    "prebuild": "rimraf dist",
    "build": "concurrently npm:build:*",
    "build:lib": "rollup -c",
    "build:types": "tsc --emitDeclarationOnly",
    "lint": "concurrently npm:lint:*",
    "lint:src": "eslint src",
    "lint:types": "tsc --noEmit",
    "storybook": "storybook dev -p 6006",
    "build-storybook": "storybook build",
    "pushTags": "PACKAGE_VERSION=$(cat package.json | grep \\\"version\\\" | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') && git tag -a v$PACKAGE_VERSION -m \"@groww-tech/ui-toolkit-v$PACKAGE_VERSION\" && git push --tags"
  }
}