react-heart
Version:
SVG based clickable heart button for react with animation options
44 lines (43 loc) • 1.05 kB
JSON
{
"name": "react-heart",
"version": "1.0.6",
"description": "SVG based clickable heart button for react with animation options",
"main": "index.js",
"babel": {
"presets": [
"@babel/preset-react"
]
},
"scripts": {
"build": "rm -rf dist && mkdir dist && babel src/. -d dist --copy-files"
},
"repository": {
"type": "git",
"url": "git+https://github.com/matthewgferrari/react-heart.git"
},
"keywords": [
"heart",
"react",
"clickable heart",
"animated heart",
"svg heart"
],
"author": "Matthew Ferrari",
"license": "MIT",
"bugs": {
"url": "https://github.com/matthewgferrari/react-heart/issues"
},
"homepage": "https://github.com/matthewgferrari/react-heart#readme",
"devDependencies": {
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@babel/preset-react": "^7.12.5",
"eslint": "^7.13.0",
"eslint-plugin-react": "^7.21.5"
},
"dependencies": {
"prop-types": "^15.7.2",
"react": "^17.0.1",
"styled-components": "^5.2.1"
}
}