package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "name": "embla-carousel-react",
  3. "version": "8.6.0",
  4. "author": "David Jerleke",
  5. "description": "A lightweight carousel library with fluid motion and great swipe precision",
  6. "repository": {
  7. "type": "git",
  8. "url": "git+https://github.com/davidjerleke/embla-carousel"
  9. },
  10. "bugs": {
  11. "url": "https://github.com/davidjerleke/embla-carousel/issues"
  12. },
  13. "homepage": "https://www.embla-carousel.com",
  14. "license": "MIT",
  15. "keywords": [
  16. "slider",
  17. "carousel",
  18. "slideshow",
  19. "gallery",
  20. "lightweight",
  21. "touch",
  22. "javascript",
  23. "typescript",
  24. "react",
  25. "vue",
  26. "svelte",
  27. "solid"
  28. ],
  29. "types": "index.d.ts",
  30. "sideEffects": false,
  31. "files": [
  32. "embla-carousel-react*",
  33. "components/**/*",
  34. "index.d.ts"
  35. ],
  36. "devDependencies": {
  37. "@types/jest": "^29.5.6",
  38. "@types/react": "^18.0.8",
  39. "@typescript-eslint/eslint-plugin": "^6.9.0",
  40. "@typescript-eslint/parser": "^6.9.0",
  41. "eslint": "^8.52.0",
  42. "eslint-config-prettier": "^9.0.0",
  43. "eslint-plugin-prettier": "^4.0.0",
  44. "jest": "^29.5.0",
  45. "jest-environment-jsdom": "^29.5.0",
  46. "prettier": "2.8.8",
  47. "rollup": "^4.22.4",
  48. "ts-jest": "^29.1.1",
  49. "typescript": "^5.2.2"
  50. },
  51. "dependencies": {
  52. "embla-carousel": "8.6.0",
  53. "embla-carousel-reactive-utils": "8.6.0"
  54. },
  55. "peerDependencies": {
  56. "react": "^16.8.0 || ^17.0.1 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
  57. },
  58. "module": "embla-carousel-react.esm.js",
  59. "type": "module"
  60. }