{
  "name": "bear-react-carousel",
  "version": "5.2.2",
  "description": "Most modern mobile touch slider with hardware accelerated transitions for ReactJS",
  "keywords": [
    "react",
    "typescript",
    "flexbox",
    "slider",
    "carousel",
    "swiper"
  ],
  "private": false,
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/imagine10255/bear-react-carousel.git"
  },
  "module": "./dist/bear-react-carousel.es.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "browser": "./dist/bear-react-carousel.es.js",
      "import": "./dist/bear-react-carousel.es.js"
    },
    "./dist/index.css": "./dist/style.css"
  },
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=14"
  },
  "scripts": {
    "dev": "vite build -w",
    "build:claer": "rm -rf ./dist",
    "prepublishOnly": "run-s build",
    "build": "run-s build:claer && tsc && vite build",
    "preview": "vite preview",
    "lint:fix": "eslint ./src --fix",
    "cz": "git-cz",
    "test": "jest",
    "test:coverage": "jest --coverage",
    "gitlog": "git log --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cblueby %an %Cgreen(%cr)%Creset'",
    "release": "standard-version --release-as",
    "release:major": "standard-version -r major",
    "release:minor": "standard-version -r minor",
    "release:patch": "standard-version -r patch",
    "release:alpha": "standard-version --prerelease alpha"
  },
  "peerDependencies": {
    "react": ">=18.0.0 <20.0.0",
    "react-dom": ">=18.0.0 <20.0.0"
  },
  "dependencies": {
    "clsx": "2.1.1"
  },
  "devDependencies": {
    "@swc/jest": "0.2.26",
    "@testing-library/dom": "9.3.3",
    "@testing-library/jest-dom": "5.16.5",
    "@testing-library/react": "14.0.0",
    "@testing-library/user-event": "14.4.3",
    "@types/jest": "29.5.0",
    "@types/node": "^20.11.25",
    "@types/react": "19.1.2",
    "@types/react-dom": "19.1.2",
    "@vitejs/plugin-react-swc": "3.4.0",
    "cz-git": "^1.9.0",
    "eslint": "8.37.0",
    "eslint-config-react-app": "7.0.1",
    "jest": "29.5.0",
    "jest-environment-jsdom": "29.7.0",
    "npm-run-all": "4.1.5",
    "react": "19.1.0",
    "react-dom": "19.1.0",
    "rollup-plugin-visualizer": "5.9.0",
    "standard-version": "9.5.0",
    "ts-jest": "29.1.0",
    "typescript": "4.9.5",
    "vite": "^4.5.2",
    "vite-plugin-dts": "2.1.0",
    "vite-plugin-eslint": "1.8.1"
  },
  "config": {
    "commitizen": {
      "path": "node_modules/cz-git"
    }
  }
}
