UNPKG

@replyke/react-js

Version:

Replyke: Build interactive apps with social features like comments, votes, feeds, user lists, notifications, and more.

55 lines 1.32 kB
{ "name": "@replyke/react-js", "version": "7.0.3", "private": false, "license": "Apache-2.0", "author": "Replyke, maintained by Yanay Tsabary", "description": "Replyke: Build interactive apps with social features like comments, votes, feeds, user lists, notifications, and more.", "keywords": [ "replyke", "authentication", "social", "comments", "reactions", "moderation", "notifications", "user-management", "feed", "lists", "follows", "reporting", "upvotes", "downvotes", "react", "typescript" ], "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "types": "dist/esm/index.d.ts", "type": "module", "publishConfig": { "access": "public" }, "files": [ "dist" ], "bugs": { "url": "https://discord.gg/A94q4kC6" }, "homepage": "https://docs.replyke.com", "dependencies": { "@replyke/core": "7.0.3" }, "peerDependencies": { "@reduxjs/toolkit": "^2.0.0", "@types/react": "^18.0.0 || ^19.0.0", "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0", "react-redux": "^9.0.0" }, "scripts": { "build:esm": "tsc -p tsconfig.esm.json", "build:cjs": "tsc -p tsconfig.cjs.json", "build": "rimraf dist && pnpm run build:esm && pnpm run build:cjs" } }