animere
Version:
CSS-driven scroll-based animations
63 lines (62 loc) • 1.58 kB
JSON
{
"name": "animere",
"type": "module",
"version": "3.0.3",
"packageManager": "pnpm@9.14.2",
"description": "CSS-driven scroll-based animations",
"author": {
"name": "Johann Schopplich",
"email": "hello@johannschopplich.com",
"url": "https://johannschopplich.com"
},
"license": "MIT",
"homepage": "https://github.com/johannschopplich/animere#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/johannschopplich/animere.git"
},
"bugs": {
"url": "https://github.com/johannschopplich/animere/issues"
},
"keywords": [
"animation",
"animate.css",
"on-scroll",
"scroll-animation",
"scroll-story"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/animere.js",
"require": "./dist/animere.umd.cjs"
}
},
"main": "./dist/animere.umd.cjs",
"module": "./dist/animere.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"dev": "vite",
"build": "vite build && tsc --emitDeclarationOnly && shx rm -rf dist/docs",
"build:docs": "vite build --mode docs",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"release": "tsc --noEmit && bumpp --all"
},
"devDependencies": {
"@antfu/eslint-config": "^3.9.2",
"@types/node": "^22.9.1",
"@unocss/eslint-plugin": "^0.64.1",
"@unocss/reset": "^0.64.1",
"bumpp": "^9.8.1",
"eslint": "^9.15.0",
"eslint-plugin-format": "^0.1.2",
"shx": "^0.3.4",
"typescript": "^5.6.3",
"unocss": "^0.64.1",
"vite": "^5.4.11"
}
}