{
  "name": "my-animated-components",
  "version": "2.0.1",
  "type": "module",
  "description": "A comprehensive React component library with built-in Framer Motion animations, Tailwind CSS styling, and full TypeScript support.",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "sideEffects": [
    "*.css"
  ],
  "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",
    "carousel",
    "image-editor",
    "image-editor-component",
    "carousel-component",
    "image-carousel"
  ],
  "author": "",
  "license": "ISC",
  "peerDependencies": {
    "react": ">=17.0.0",
    "react-dom": ">=17.0.0",
    "framer-motion": ">=10.0.0",
    "tailwindcss": ">=3.0.0"
  },
  "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"
  }
}