triggle
Version:
A lightweight CSS animation trigger library that animates elements on click, hover, enter and more.
68 lines (67 loc) • 1.77 kB
JSON
{
"name": "triggle",
"version": "1.5.6",
"description": "A lightweight CSS animation trigger library that animates elements on click, hover, enter and more.",
"main": "dist/triggle.js",
"module": "dist/triggle.js",
"exports": {
".": {
"import": "./dist/triggle.js",
"require": "./dist/triggle.js",
"default": "./dist/triggle.js"
},
"./triggle.min.js": {
"import": "./dist/triggle.min.js",
"default": "./dist/triggle.min.js"
}
},
"type": "module",
"scripts": {
"start": "vite",
"build": "npm run build:unminified && npm run build:minified",
"build:unminified": "vite build --config vite.config.js",
"build:minified": "vite build --config vite.min.config.js",
"dev": "vite",
"preview": "vite preview",
"lint": "eslint .",
"update:badge": "node tools/update-badge.js",
"test": "echo \"No tests yet\" && exit 0"
},
"keywords": [
"css",
"animation",
"trigger",
"scroll",
"hover",
"triggle",
"animate",
"UI",
"frontend",
"intersection-observer"
],
"author": "Shafayetul Islam Pavel",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/yesiamrocks/triggle.git"
},
"bugs": {
"url": "https://github.com/yesiamrocks/triggle/issues"
},
"homepage": "https://github.com/yesiamrocks/triggle#readme",
"files": [
"dist/",
"README.md",
"LICENSE",
"COMMERCIAL-LICENSE.md"
],
"peerDependencies": {
"@hellouxpavel/cssanimation": "^6.8.0"
},
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
"eslint": "^8.0.0",
"strip-ansi": "^7.1.0",
"vite": "^5.4.19"
}
}