UNPKG

react-fade-opacity

Version:
56 lines (55 loc) 1.43 kB
{ "name": "react-fade-opacity", "version": "2.0.0", "homepage": "https://github.com/AgamlaRage/react-fade-opacity", "author": "Julha | Julien Chaput", "contributors": [ "@AndrewMarkley" ], "description": "React.js fade out/in opacity effect", "repository": { "type": "git", "url": "https://github.com/AgamlaRage/react-fade-opacity" }, "scripts": { "build": "webpack", "build_docs": "webpack --config webpack.config.docs.js", "start": "webpack-dev-server --config webpack.config.docs.js --hot --inline" }, "keywords": [ "react", "component", "opacity", "fade", "fadein", "fadeout", "design", "material" ], "dependencies": { "babel-core": "^6.26.0", "babel-eslint": "^8.2.5", "babel-loader": "^7.1.2", "babel-preset-es2015": "^6.24.1", "babel-preset-react": "^6.24.1", "babel-preset-stage-0": "^6.24.1", "css-loader": "^0.28.11", "eslint": "^5.0.0", "eslint-plugin-react": "^7.9.1", "html-webpack-plugin": "^2.30.1", "prop-types": "15.6.2", "react": "^16.4.0", "react-dom": "^16.4.0", "webpack": "^3.5.5", "webpack-dev-server": "^2.9.4" }, "license": "MIT", "bugs": { "url": "https://github.com/AgamlaRage/react-fade-opacity/issues" }, "files": [ "dist/", "src/" ], "main": "dist/react-fade-opacity.js" }