UNPKG

react-animated-modal

Version:

Animated React Modal with 40 animations using CSSTransition and Animate.css.

45 lines (44 loc) 1.31 kB
{ "name": "react-animated-modal", "version": "1.1.1", "description": "Animated React Modal with 40 animations using CSSTransition and Animate.css.", "main": "build/index", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "webpack --watch", "build": "webpack" }, "keywords": [ "animated", "react", "modal", "with", "animations", "reactjs" ], "author": "Aditya Singh", "license": "ISC", "dependencies": { "react-transition-group": "^2.4.0" }, "devDependencies": { "babel-cli": "^6.24.1", "babel-core": "^6.24.1", "babel-loader": "^7.0.0", "babel-plugin-transform-object-rest-spread": "^6.23.0", "babel-plugin-transform-react-jsx": "^6.24.1", "babel-preset-env": "^1.5.1", "css-loader": "^1.0.0", "react": "^16.4.1", "react-dom": "^16.4.1", "style-loader": "^0.21.0", "webpack": "^4.16.2", "webpack-cli": "^3.1.0", "webpack-dev-server": "^3.1.5" }, "repository": { "type": "git", "url": "git+https://github.com/morfsys/react-animated-modal.git" }, "homepage": "https://github.com/morfsys/react-animated-modal#readme" }