UNPKG

framer-motion-animations

Version:

A comprehensive collection of 90+ animations for React using Framer Motion, inspired by animate.css

63 lines 1.56 kB
{ "name": "framer-motion-animations", "version": "1.0.1", "description": "A comprehensive collection of 90+ animations for React using Framer Motion, inspired by animate.css", "keywords": [ "react", "framer-motion", "animations", "animate.css", "typescript", "animation-library", "react-animations", "motion" ], "author": "Alex Newman", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/thedotmack/framer-motion-animations" }, "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" }, "./css": "./dist/index.css" }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "dev": "tsup --watch", "build": "tsup", "type-check": "tsc --noEmit", "lint": "eslint src --ext .ts,.tsx", "prepublishOnly": "npm run build" }, "peerDependencies": { "framer-motion": ">=10.0.0", "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "devDependencies": { "@types/react": "^18.2.0", "@types/react-dom": "^18.2.0", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "eslint": "^8.0.0", "eslint-plugin-react": "^7.0.0", "eslint-plugin-react-hooks": "^4.0.0", "framer-motion": "^11.0.0", "react": "^18.2.0", "react-dom": "^18.2.0", "tsup": "^8.0.0", "typescript": "^5.0.0" } }