{
  "name": "react-configurable-carousel",
  "version": "1.3.2",
  "description": "A simple and responsive configurable 2D/3D carousel React component",
  "homepage": "https://daniel-ilin.github.io/react-configurable-carousel/?path=/story/carousel--first-story",
  "keywords": [
    "react",
    "carousel",
    "react-carousel",
    "react-component",
    "3d",
    "3d-carousel",
    "responsive",
    "gallery",
    "slideshow",
    "slider",
    "image gallery",
    "image slideshow",
    "image slider",
    "configurable",
    "configurable carousel"
  ],
  "scripts": {
    "rollup": "rollup -c",
    "storybook": "start-storybook -p 6006",
    "build-storybook": "build-storybook -o docs-build"
  },
  "author": "Daniel Ilin",
  "license": "MIT",
  "devDependencies": {
    "@babel/core": "^7.19.1",
    "@babel/runtime": "^7.19.0",
    "@rollup/plugin-commonjs": "^22.0.2",
    "@rollup/plugin-node-resolve": "^14.1.0",
    "@rollup/plugin-typescript": "^8.3.3",
    "@rollup/plugin-url": "^7.0.0",
    "@storybook/addon-actions": "^6.5.12",
    "@storybook/addon-essentials": "^6.5.12",
    "@storybook/addon-interactions": "^6.5.12",
    "@storybook/addon-links": "^6.5.12",
    "@storybook/builder-webpack4": "^6.5.12",
    "@storybook/manager-webpack4": "^6.5.12",
    "@storybook/preset-scss": "^1.0.3",
    "@storybook/react": "^6.5.12",
    "@storybook/testing-library": "^0.0.13",
    "@types/react": "^18.0.21",
    "babel-loader": "^8.2.5",
    "css-loader": "^5.2.6",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-swipeable": "^7.0.0",
    "rollup": "^2.79.1",
    "rollup-plugin-dts": "^4.2.2",
    "rollup-plugin-postcss": "^4.0.2",
    "sass": "^1.55.0",
    "sass-loader": "^10.1.1",
    "storybook-dark-mode": "^1.1.2",
    "style-loader": "^2.0.0",
    "tslib": "^2.4.0",
    "typescript": "^4.8.3"
  },
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "files": [
    "dist"
  ],
  "types": "dist/index.d.ts",
  "peerDependencies": {
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-swipeable": "^7.0.0",
    "sass": "^1.55.0",
    "postcss": "^8.4.16"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/daniel-ilin/react-configurable-carousel.git"
  }
}
