react-newsfeed
Version:
A customizable social media post component for React applications that mimics popular social media feeds with features like likes, comments, and image galleries.
76 lines (75 loc) • 1.92 kB
JSON
{
"name": "react-newsfeed",
"version": "1.0.2",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"scripts": {
"rollup": "rollup -c --bundleConfigAsCjs",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react",
"newsfeed",
"social-media",
"typescript",
"ui-component",
"react-component",
"social-feed",
"activity-feed",
"timeline-component",
"react-social",
"comment-system",
"like-system",
"react-post",
"react-news",
"media-feed",
"content-feed",
"react-timeline",
"interactive-feed",
"react-activity-feed",
"social-network-ui",
"react-social-media",
"customizable-feed",
"react-post-feed",
"react-content-feed",
"responsive-feed",
"react-engagement",
"react-comment-system",
"react-like-button",
"react-share-button",
"modern-ui-feed",
"react-hooks-feed",
"tailwind-react",
"react-ui-kit",
"react-social-feed",
"react-community-feed"
],
"author": "Abhishek Giri",
"codesandbox": {
"sandboxUrl": "https://codesandbox.io/p/devbox/l8xtfx?embed=1"
},
"license": "MIT",
"description": "",
"dependencies": {
"autoprefixer": "^10.4.21",
"postcss": "^8.5.6",
"react-dom": "^19.1.0",
"rollup": "^4.45.1",
"rollup-plugin-postcss": "^4.0.2",
"tailwindcss": "^3.4.17"
},
"devDependencies": {
"@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/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"react": "^19.1.0",
"rollup-plugin-dts": "^6.2.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"tslib": "^2.8.1",
"typescript": "^5.8.3"
}
}