{
  "name": "react-responsive-3d-carousel",
  "version": "2.0.1",
  "description": "React Responsive 3D Carousel",
  "main": "dist/index.cjs.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "babel.config.js",
    "tsconfig.json",
    "CHANGELOG.md",
    "LICENSE",
    "README.md"
  ],
  "keywords": [
    "react",
    "carousel",
    "slide",
    "slider",
    "swipe",
    "swiper",
    "responsive",
    "mobile-friendly",
    "react-component",
    "3d"
  ],
  "author": "Byongho Lee <unlike96@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/Byongho96/react-responsive-3d-carousel"
  },
  "bugs": {
    "url": "https://github.com/Byongho96/react-responsive-3d-carousel/issues"
  },
  "homepage": "https://byongho96.github.io/react-responsive-3d-carousel/",
  "scripts": {
    "prepare": "husky install",
    "storybook": "storybook dev -p 6006",
    "build-storybook": "storybook build",
    "format:check": "npx eslint . && prettier --check .",
    "format:write": "npx eslint --fix . && prettier --write .",
    "test": "jest",
    "coverage": "jest --coverage",
    "build": "npm run format:check && npm test && rollup -c rollup.config.mjs"
  },
  "peerDependencies": {
    "react": ">=17.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.22.11",
    "@babel/plugin-transform-runtime": "^7.25.9",
    "@babel/preset-env": "^7.22.10",
    "@babel/preset-react": "^7.22.5",
    "@babel/preset-typescript": "^7.22.11",
    "@commitlint/cli": "^17.7.1",
    "@commitlint/config-conventional": "^17.7.0",
    "@rollup/plugin-babel": "^6.0.3",
    "@rollup/plugin-commonjs": "^25.0.4",
    "@rollup/plugin-node-resolve": "^15.2.1",
    "@rollup/plugin-terser": "^0.4.3",
    "@rollup/plugin-typescript": "^11.1.3",
    "@rollup/plugin-url": "^8.0.1",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/github": "^11.0.1",
    "@semantic-release/npm": "^12.0.1",
    "@storybook/addon-essentials": "^7.3.2",
    "@storybook/addon-interactions": "^7.3.2",
    "@storybook/blocks": "^7.3.2",
    "@storybook/react": "^7.3.2",
    "@storybook/react-vite": "^7.3.2",
    "@storybook/testing-library": "^0.2.0",
    "@testing-library/jest-dom": "^6.1.2",
    "@testing-library/react": "^14.0.0",
    "@types/jest": "^29.5.4",
    "@types/react": "^18.2.21",
    "@typescript-eslint/eslint-plugin": "^6.4.1",
    "@typescript-eslint/parser": "^6.4.1",
    "autoprefixer": "^10.4.15",
    "babel-jest": "^29.6.4",
    "eslint": "^8.48.0",
    "eslint-config-prettier": "^9.0.0",
    "eslint-import-resolver-typescript": "^3.6.0",
    "eslint-plugin-import": "^2.28.1",
    "eslint-plugin-react": "^7.33.2",
    "eslint-plugin-storybook": "^0.6.13",
    "eslint-plugin-unused-imports": "^3.0.0",
    "gh-pages": "^6.0.0",
    "husky": "^8.0.3",
    "identity-obj-proxy": "^3.0.0",
    "jest": "^29.6.4",
    "jest-environment-jsdom": "^29.6.4",
    "lint-staged": "^15.2.10",
    "prettier": "^3.0.2",
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "rollup": "^3.28.1",
    "rollup-plugin-copy": "^3.4.0",
    "rollup-plugin-delete": "^2.1.0",
    "rollup-plugin-dts": "^6.0.0",
    "rollup-plugin-gzip": "^4.0.1",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-postcss": "^4.0.2",
    "sass": "^1.66.1",
    "semantic-release": "^24.2.0",
    "storybook": "^7.3.2",
    "typescript": "^5.2.2"
  },
  "lint-staged": {
    "*.{ts,tsx}": [
      "npx eslint --fix",
      "npx prettier --write"
    ],
    "*.{css,scss,md}": [
      "npx prettier --write"
    ]
  }
}
