UNPKG

animate-css-grid

Version:

Buttery smooth, easy transitions for CSS grid

53 lines (52 loc) 1.37 kB
{ "name": "animate-css-grid", "version": "1.5.1", "source": "src/index.ts", "main": "dist/main.js", "module": "dist/main.module.js", "types": "dist/index.d.ts", "description": "Buttery smooth, easy transitions for CSS grid", "homepage": "https://github.com/aholachek/animate-css-grid", "files": [ "/dist" ], "keywords": [ "css", "grid", "animation", "transition", "mutation-observer", "layout" ], "sideEffects": false, "scripts": { "watch": "parcel serve ./demo", "build": "parcel build ./src/index.ts", "prepublishOnly": "yarn run build", "check-types": "tsc", "preversion": "npm run check-types" }, "author": "Alex Holachek", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/aholachek/animate-css-grid" }, "bugs": "https://github.com/aholachek/animate-css-grid/issues", "devDependencies": { "@parcel/packager-ts": "2.8.3", "@parcel/transformer-typescript-types": "^2.8.3", "@typescript-eslint/eslint-plugin": "^5.54.0", "@typescript-eslint/parser": "^5.54.0", "eslint": "^8.35.0", "parcel": "^2.8.3", "typescript": "4.9.5" }, "dependencies": { "@popmotion/easing": "^1.0.2", "@types/lodash.throttle": "^4.1.7", "framesync": "^6.1.2", "lodash.throttle": "^4.1.1", "popmotion": "^8.7.6" } }