UNPKG

react-fb-like

Version:

React component for facebook like button

59 lines (58 loc) 1.58 kB
{ "name": "react-fb-like", "version": "0.5.2", "description": "React component for facebook like button", "main": "dist/react-fb-like.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "rimraf dist && webpack --colors --debug --display-error-details", "prepublishOnly": "npm run build", "lint": "eslint" }, "repository": { "type": "git", "url": "git+https://github.com/zerocho/react-fb-like.git" }, "keywords": [ "facebook", "fb", "like", "button", "react", "component", "social", "sns" ], "author": "ZeroCho", "license": "MIT", "bugs": { "url": "https://github.com/zerocho/react-fb-like/issues" }, "homepage": "https://github.com/zerocho/react-fb-like#readme", "peerDependencies": { "react": "^15.3.0 || ^16 || ^17", "react-dom": "^15.3.0 || ^16 || ^17" }, "devDependencies": { "babel-cli": "^6.24.0", "babel-core": "^6.24.0", "babel-eslint": "^8.2.1", "babel-loader": "^7.1.2", "babel-preset-es2015": "^6.24.0", "babel-preset-react": "^6.23.0", "babel-preset-stage-1": "^6.22.0", "eslint": "^4.17.0", "eslint-config-airbnb": "^16.1.0", "eslint-plugin-babel": "^4.1.1", "eslint-plugin-import": "^2.2.0", "eslint-plugin-jsx-a11y": "^6.0.3", "eslint-plugin-react": "^7.6.1", "react": "^16.2.0", "react-dom": "^16.2.0", "rimraf": "^2.6.1", "webpack": "^3.11.0" }, "dependencies": { "prop-types": "^15.5.4" } }