UNPKG

react-animated-ui

Version:

A React UI library featuring animated components including buttons, forms, dropdowns, date pickers, and more.

74 lines (73 loc) 1.5 kB
{ "name": "react-animated-ui", "version": "1.0.0", "description": "A React UI library featuring animated components including buttons, forms, dropdowns, date pickers, and more.", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "dev": "vite", "test": "jest" }, "keywords": [ "react", "react-ui", "ui", "ui-library", "animated", "animation", "react-animation", "component", "react-component", "form", "animated-form", "button", "animated-button", "datepicker", "animated-datepicker", "dropdown", "animated-dropdown", "modal", "popup", "popup-modal", "parallax", "parallax-scroll", "text area", "animated-textarea", "toggle", "design toggle", "toggle-switch", "react-toggle", "react-modal", "frontend", "frontend-library", "nextjs", "vite", "design-system", "react-design-system", "web-components", "beautiful-ui", "react-tools", "motion-ui", "modern-ui", "custom-ui", "user-interface" ], "author": "Developed by Your Name", "license": "MIT", "peerDependencies": { "react": ">=17", "react-dom": ">=17" }, "dependencies": { "framer-motion": "^11.0.0" }, "devDependencies": { "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "jest": "^29.0.0", "rollup": "^4.41.0", "typescript": "^5.0.0", "vite": "^4.0.0" } }