react-shareable-buttons
Version:
Social media share buttons and share counts for React and Nextjs.
79 lines (78 loc) • 2.17 kB
JSON
{
"name": "react-shareable-buttons",
"version": "2.0.0",
"description": "Social media share buttons and share counts for React and Nextjs.",
"scripts": {
"build": "rollup -c",
"prettier": "prettier --write './src/*.ts' './src/**/*.ts' './src/**/*.tsx' --config ./.prettierrc",
"lint:check": "eslint ./src --ext .tsx,.ts --report-unused-disable-directives",
"dev": "rollup -c -w"
},
"author": "Tom Deakin",
"license": "MIT",
"keywords": [
"react-share-kit",
"react-share",
"next-share",
"social-share",
"share-button",
"social-count",
"social-share-buttons",
"social-media-share-buttons",
"social-button-count",
"social-count-buttons",
"sharing",
"share",
"social",
"button",
"react",
"nextjs",
"next.js support"
],
"devDependencies": {
"@babel/core": "^7.28.0",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.28.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^28.0.6",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.4",
"@types/jsonp": "^0.2.3",
"@types/react": "^19.1.9",
"@typescript-eslint/eslint-plugin": "^8.38.0",
"@typescript-eslint/parser": "^8.38.0",
"eslint": "^9.32.0",
"eslint-plugin-react-hooks": "^5.2.0",
"prettier": "^3.6.2",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"rollup": "^4.46.2",
"rollup-plugin-bundle-size": "^1.0.3",
"rollup-plugin-dts": "^6.2.1",
"rollup-plugin-typescript2": "^0.36.0",
"typescript": "^5.8.3"
},
"peerDependencies": {
"react": "^19.1.1"
},
"dependencies": {
"jsonp": "^0.2.1"
},
"type": "module",
"main": "dist/index.js",
"module": "dist/index.es.js",
"jsnext:main": "dist/index.es.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/tdeaks/react-share-kit.git"
},
"homepage": "https://react-share-kit.vercel.app/",
"bugs": {
"url": "https://github.com/tdeaks/react-share-kit/issues"
}
}