package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "alpinejs-autoanimate",
  3. "version": "1.2.0",
  4. "description": "Minimal AlpineJS wrapper for @formkit/auto-animate",
  5. "type": "module",
  6. "keywords": [
  7. "Alpine",
  8. "AlpineJS",
  9. "Auto Animate",
  10. "auto-animate",
  11. "Alpine Animations",
  12. "Alpine Auto Animate",
  13. "Alpine autoAnimate",
  14. "Alpine auto-animate"
  15. ],
  16. "repository": {
  17. "type": "git",
  18. "url": "git+https://github.com/racha/alpinejs-autoanimate.git"
  19. },
  20. "author": "Stefan Racic",
  21. "license": "ISC",
  22. "bugs": {
  23. "url": "https://github.com/racha/alpinejs-autoanimate/issues"
  24. },
  25. "homepage": "https://github.com/racha/alpinejs-autoanimate#readme",
  26. "main": "dist/autoanimate.cjs.js",
  27. "module": "dist/autoanimate.esm.js",
  28. "unpkg": "dist/autoanimate.cdn.js",
  29. "jsdelivr": "dist/autoanimate.cdn.js",
  30. "browser": "dist/autoanimate.cdn.js",
  31. "scripts": {
  32. "build": "node scripts/build.js"
  33. },
  34. "devDependencies": {
  35. "@babel/core": "^7.23.3",
  36. "@babel/preset-env": "^7.23.3",
  37. "@formkit/auto-animate": "^0.8.1",
  38. "esbuild": "^0.19.5",
  39. "esbuild-plugin-babel": "^0.2.3"
  40. }
  41. }