{
  "name": "@splidejs/react-splide",
  "version": "0.7.12",
  "description": "The React component for Splide.",
  "author": "Naotoshi Fujita",
  "license": "MIT",
  "main": "dist/js/react-splide.cjs.js",
  "module": "dist/js/react-splide.esm.js",
  "types": "dist/types/index.d.ts",
  "keywords": [
    "splide",
    "slider",
    "carousel",
    "slideshow",
    "lightweight",
    "touch",
    "responsive",
    "react"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Splidejs/react-splide.git"
  },
  "bugs": {
    "url": "https://github.com/Splidejs/react-splide/issues"
  },
  "devDependencies": {
    "@types/jest": "^29.0.0",
    "@types/react": "^18.0.18",
    "@types/react-dom": "^18.0.6",
    "@typescript-eslint/eslint-plugin": "^5.36.2",
    "@typescript-eslint/parser": "^5.36.2",
    "babel-jest": "^29.0.2",
    "chokidar": "^3.5.3",
    "esbuild": "^0.15.7",
    "eslint": "^8.23.0",
    "fs-extra": "^10.1.0",
    "gh-pages": "^4.0.0",
    "jest": "^29.0.2",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "ts-jest": "next",
    "tslib": "^2.4.0",
    "typescript": "^4.8.2"
  },
  "scripts": {
    "develop": "node ./scripts/develop.js",
    "build:module": "node ./scripts/build-module.js",
    "build:types": "node scripts/clean.js && tsc --emitDeclarationOnly",
    "build:all": "npm run build:module && npm run build:types && npm run copy",
    "check:type": "tsc --noEmit",
    "copy": "node scripts/copy-css.js",
    "test": "jest",
    "eslint": "eslint src",
    "deploy": "gh-pages -d examples/dist"
  },
  "exports": {
    ".": {
      "require": "./dist/js/react-splide.cjs.js",
      "import": "./dist/js/react-splide.esm.js",
      "default": "./dist/js/react-splide.esm.js"
    },
    "./css": "./dist/css/splide.min.css",
    "./css/core": "./dist/css/splide-core.min.css",
    "./css/*": "./dist/css/themes/splide-*.min.css"
  },
  "dependencies": {
    "@splidejs/splide": "^4.1.3"
  }
}
