UNPKG

alrdy-animate

Version:

A library to handle animations on scroll with GSAP integration.

70 lines (69 loc) 1.96 kB
{ "name": "alrdy-animate", "version": "7.3.5", "description": "A library to handle animations on scroll with GSAP integration.", "main": "dist/AlrdyAnimate.js", "files": [ "dist/AlrdyAnimate.js", "dist/AlrdyAnimate.css", "dist/AlrdyAnimate.js.LICENSE.txt", "dist/chunks" ], "scripts": { "clean": "rimraf dist", "build": "npm run clean && webpack", "build:hints": "npm run build && node scripts/generate-preload-hints.js", "prepare": "npm run build", "dev": "webpack --mode=development --watch", "build:cdn": "npm run build && node scripts/deploy-cdn.js", "prepublishOnly": "npm run build", "version": "npm run build:cdn && git add cdn", "postversion": "git tag -f latest && git push && git push --tags -f" }, "keywords": [ "animations", "scroll", "library", "gsap", "animation-library", "scroll-animations", "web-animations" ], "author": "Benjamin Brühl", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/ben-alrdy/alrdy-animate.git" }, "bugs": { "url": "https://github.com/ben-alrdy/alrdy-animate/issues" }, "homepage": "https://github.com/ben-alrdy/alrdy-animate#readme", "devDependencies": { "@babel/core": "^7.25.8", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/preset-env": "^7.25.8", "babel-loader": "^9.2.1", "baseline-browser-mapping": "^2.9.19", "css-loader": "^7.1.2", "fs-extra": "^11.2.0", "mini-css-extract-plugin": "^2.9.0", "rimraf": "^5.0.10", "sass": "^1.77.6", "sass-loader": "^16.0.2", "style-loader": "^4.0.0", "webpack": "^5.96.1", "webpack-cli": "^5.1.4" }, "dependencies": { "@studio-freight/lenis": "^1.0.42", "gsap": "^3.13.0", "lenis": "^1.3.1", "lodash.debounce": "^4.0.8", "lodash.throttle": "^4.1.1", "split-type": "^0.3.4" }, "publishConfig": { "access": "public" } }