{
  "name": "pcln-carousel",
  "version": "3.4.8",
  "description": "Priceline Design System Carousel Component",
  "homepage": "https://github.com/priceline/design-system#readme",
  "bugs": {
    "url": "https://github.com/priceline/design-system/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/priceline/design-system.git"
  },
  "license": "MIT",
  "author": "Priceline",
  "contributors": [
    {
      "name": "Craig Palermo",
      "email": "email@craigp.me"
    }
  ],
  "sideEffects": false,
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "files": [
    "dist/"
  ],
  "dependencies": {
    "@styled-system/theme-get": "^5.1.2",
    "lodash.debounce": "^4.0.8",
    "moize": "^6.1.6",
    "prop-types": "^15.8.1",
    "pure-react-carousel": "^1.30.1",
    "react-intersection-observer": "^9.5.3",
    "uuid": "^9.0.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.22.15",
    "@babel/core": "^7.22.15",
    "@rushstack/eslint-patch": "^1.6.0",
    "@storybook/addon-actions": "^8.3.0",
    "@storybook/jest": "^0.2.3",
    "@storybook/testing-library": "^0.2.2",
    "@testing-library/jest-dom": "^6.1.5",
    "@testing-library/react": "^14.1.2",
    "@types/styled-system": "^5.1.22",
    "cross-env": "^7.0.3",
    "eslint": "^8.55.0",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "jest-standard-reporter": "^2.0.0",
    "jest-styled-components": "^7.1.1",
    "npm-run-all": "^4.1.5",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-is": "^18.3.1",
    "react-test-renderer": "^18.3.1",
    "require-from-string": "2.0.2",
    "rimraf": "^3.0.2",
    "styled-components": "^5.3.11",
    "typescript": "^5.2.2",
    "@priceline/babel-preset": "0.0.1",
    "@priceline/eslint-config": "0.0.1",
    "pcln-design-system": "6.29.0",
    "pcln-popover": "6.3.8",
    "pcln-icons": "7.0.1"
  },
  "peerDependencies": {
    "pcln-design-system": "^6.29.0",
    "pcln-icons": "^7.0.1",
    "react": "^17.0.2 || ^18.2.0",
    "react-dom": "^17.0.2 || ^18.2.0",
    "styled-components": ">=5.3.11"
  },
  "scripts": {
    "build": "run-p build:*",
    "build:cjs": "cross-env NODE_ENV=production BABEL_ENV=cjs babel ./src --ignore '**/*.stories.js,**/*.spec.js' --out-dir ./dist/cjs",
    "build:esm": "cross-env NODE_ENV=production BABEL_ENV=esm babel ./src --ignore '**/*.stories.js,**/*.spec.js' --out-dir ./dist/esm",
    "clean": "rimraf dist",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "test": "jest --verbose --coverage",
    "test:ci": "jest --silent --coverage --runInBand",
    "test:update": "jest --updateSnapshot",
    "test:snapshots": "jest --runInBand --updateSnapshot"
  }
}