UNPKG

my-animated-components

Version:

A comprehensive React component library with built-in animations and customization options. ![npm](https://img.shields.io/npm/v/my-animated-components) ![downloads](https://img.shields.io/npm/dm/my-animated-components)

88 lines (87 loc) 2.02 kB
{ "name": "my-animated-components", "version": "1.3.5", "type": "module", "description": "", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "npx rollup -c" }, "keywords": [ "react", "react-components", "react-hooks", "react-ui", "animated-components", "animation-library", "motion-effects", "motion-ui", "framer-motion", "tailwindcss", "ui-library", "responsive-ui", "responsive-design", "modern-ui", "beautiful-ui", "design-system", "react-animations", "css-animations", "motion-animations", "page-transitions", "page-animations", "interactive-ui", "frontend-library", "ui-kit", "react-ui-kit", "component-library", "dynamic-components", "custom-hooks", "useState", "useEffect", "useRef", "useContext", "useReducer", "navigation", "routing", "page-navigation", "router", "menu-transitions", "interactive-design", "material-ui-alternative", "bootstrap-alternative", "animation-toolkit", "transition-effects", "micro-interactions", "react-motion", "motion-components", "professional-ui", "easy-to-use", "developer-friendly", "reusable-components", "high-performance-ui", "typescript-support", "my-animated-components" ], "author": "", "license": "ISC", "dependencies": { "rollup": "^4.12.0", "rollup-plugin-dts": "^6.1.1" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.6", "@types/node": "^22.10.6", "@types/react": "^19.0.7", "@types/react-dom": "^19.0.3", "autoprefixer": "^10.4.20", "framer-motion": "^11.18.0", "postcss": "^8.5.0", "react": "^18.3.1", "react-dom": "^18.2.0", "rollup-plugin-postcss": "^4.0.2", "tailwindcss": "^3.4.17", "tslib": "^2.6.2", "typescript": "^5.7.3" } }