UNPKG

react-hover-fill-button

Version:
51 lines 1.47 kB
{ "name": "react-hover-fill-button", "version": "1.2.0", "description": "React button with a fill animation on hover", "main": "dist/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "webpack-dev-server --mode development", "transpile": "babel src -d dist --copy-files", "prepublishOnly": "npm run transpile" }, "repository": { "type": "git", "url": "git+https://github.com/DanieleS/react-hover-fill-button.git" }, "keywords": [ "react", "button", "animated" ], "author": "Davide Specchia", "license": "MIT", "bugs": { "url": "https://github.com/DanieleS/react-hover-fill-button/issues" }, "homepage": "https://github.com/DanieleS/react-hover-fill-button#readme", "devDependencies": { "@babel/cli": "^7.2.3", "@babel/core": "^7.2.2", "@babel/plugin-proposal-class-properties": "^7.3.0", "@babel/preset-env": "^7.2.3", "@babel/preset-react": "^7.0.0", "babel-loader": "^8.0.5", "css-loader": "^2.1.0", "html-webpack-plugin": "^3.2.0", "react": "^16.8.2", "react-dom": "^16.8.2", "style-loader": "^0.23.1", "webpack": "^4.29.5", "webpack-cli": "^3.2.3", "webpack-dev-server": "^3.1.14" }, "dependencies": { "prop-types": "^15.7.2", "styled-components": "^4.1.3" }, "peerDependencies": { "react": "^16.0.0", "react-dom": "^16.0.0" } }