{
  "name": "react-spring-carousel-js",
  "version": "1.9.32",
  "description": "A new Carousel experience for the web",
  "homepage": "https://react-spring-carousel-js.emilianobucci.com",
  "repository": "https://github.com/Emiliano-Bucci/react-spring-carousel-js",
  "author": "Emiliano Bucci",
  "license": "MIT",
  "keywords": [
    "react",
    "react-spring",
    "carousel",
    "react-carousel",
    "react-spring-carousel",
    "slider",
    "react-slider",
    "react-spring-slider",
    "animated"
  ],
  "scripts": {
    "start": "start-storybook -p 6006",
    "build-storybook": "build-storybook",
    "build:lib": "rollup -c",
    "lint": "eslint --fix --config .eslintrc.js 'src/**/*.{ts,tsx,js}'",
    "prepare": "husky install",
    "lint-staged": "lint-staged",
    "test": "NODE_ENV=test jest --watch",
    "check:tag:branch": "node --experimental-modules scripts/release.js",
    "release:test": "jest",
    "push:tags": "git push --follow-tags",
    "release:lib": "npm run lint && npm run check:tag:branch && npm run build:lib && npm run push:tags && npm publish",
    "storybook": "start-storybook -p 6006"
  },
  "main": "dist/index.umd.js",
  "module": "dist/index.es.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "dependencies": {
    "@use-gesture/react": "^10.1.1",
    "react-spring": "^9.3.0",
    "rxjs": "^6.6.7",
    "screenfull": "^5.1.0"
  },
  "devDependencies": {
    "@babel/core": "^7.13.15",
    "@babel/preset-env": "^7.14.1",
    "@babel/preset-react": "^7.13.13",
    "@emotion/babel-plugin": "^11.3.0",
    "@emotion/babel-preset-css-prop": "^11.2.0",
    "@emotion/jest": "^11.3.0",
    "@emotion/react": "^11.1.5",
    "@rollup/plugin-commonjs": "^18.0.0",
    "@rollup/plugin-node-resolve": "^11.2.1",
    "@storybook/addon-actions": "^6.2.9",
    "@storybook/addon-essentials": "^6.2.9",
    "@storybook/addon-links": "^6.2.9",
    "@storybook/react": "^6.2.9",
    "@testing-library/jest-dom": "^5.11.10",
    "@testing-library/react": "^11.2.6",
    "@types/jest": "^26.0.22",
    "@types/react": "^17.0.3",
    "@types/react-dom": "^17.0.3",
    "@typescript-eslint/eslint-plugin": "^4.21.0",
    "@typescript-eslint/parser": "^4.21.0",
    "babel-loader": "^8.2.2",
    "chalk": "^2.4.2",
    "eslint": "^7.24.0",
    "eslint-config-prettier": "^8.1.0",
    "eslint-plugin-prettier": "^3.3.1",
    "eslint-plugin-react": "^7.23.2",
    "eslint-plugin-react-hooks": "^4.2.0",
    "eslint-plugin-testing-library": "^3.10.2",
    "git-repo-info": "^2.1.1",
    "husky": "^6.0.0",
    "jest": "^26.6.3",
    "lint-staged": "^10.5.4",
    "prettier": "^2.2.1",
    "rollup": "^2.45.1",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-filesize": "^9.1.1",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript2": "^0.30.0",
    "rollup-plugin-visualizer": "^5.4.1",
    "ts-jest": "^26.5.4",
    "typescript": "^4.2.4"
  },
  "peerDependencies": {
    "react": "^17.0.2",
    "react-dom": "^17.0.2"
  },
  "lint-staged": {
    "*.{ts,tsx}": [
      "prettier --write",
      "eslint --fix --config .eslintrc.precommit.js"
    ]
  }
}
