react-fade-animation
Version:
Animate elements in react without any external dependece.
48 lines (47 loc) • 1.13 kB
JSON
{
"name": "react-fade-animation",
"version": "1.0.5",
"description": "Animate elements in react without any external dependece.",
"main": "./lib/FadeAnimation.js",
"keywords": [
"react",
"animation",
"css",
"fade-in",
"fade",
"animate",
"keyframes",
"react-dom"
],
"scripts": {
"start": "webpack --watch",
"build": "webpack"
},
"author": "Miguel Jiménez Benajes",
"license": "MIT",
"peerDependencies": {
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-dom": "^16.9.0"
},
"dependencies": {
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"path": "^0.12.7",
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"webpack": "^4.39.3"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.7.0",
"css-loader": "^3.2.0",
"style-loader": "^1.0.0",
"webpack-cli": "^3.3.7"
}
}