UNPKG

react-dropdown-animated

Version:

A customizable dropdown menu button with simple animations for React. For those who like a little animation on your React app for some *pizzaz*.

56 lines (55 loc) 1.47 kB
{ "name": "react-dropdown-animated", "version": "1.1.0", "private": false, "babel": { "presets": [ "@babel/preset-react" ] }, "description": "A customizable dropdown menu button with simple animations for React. For those who like a little animation on your React app for some *pizzaz*.", "main": "dist/components/DropdownButton.js", "dependencies": { "babel-loader": "^7.1.5", "redis": "^4.3.1", "webpack": "^5.74.0", "framer-motion": "^7.5.1" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "publish:npm": "rm -rf dist && mkdir dist && babel ./src -d dist --copy-files", "build": "npx babel src --out-dir dist", "start": "npx babel src --watch --out-dir dist" }, "repository": { "type": "git", "url": "git+https://github.com/danielyuenhx/react-dropdown-button.git" }, "keywords": [ "react", "dropdown", "button", "menu", "animated", "react-dropdown-animated", "dropdown-button", "dropdown-menu" ], "author": "Daniel Yuen", "license": "ISC", "peerDependencies": { "react": "^17.0.2", "react-dom": "^17.0.2" }, "devDependencies": { "@babel/cli": "^7.13.16", "@babel/core": "^7.14.0", "@babel/plugin-transform-react-jsx": "^7.13.12", "@babel/preset-env": "^7.14.1", "@babel/preset-react": "^7.13.13" }, "bugs": { "url": "https://github.com/danielyuenhx/react-dropdown-animated/issues" }, "homepage": "https://github.com/danielyuenhx/react-dropdown-animated#readme" }