UNPKG

@replyke/ui-core-react-js

Version:

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

63 lines 1.51 kB
{ "name": "@replyke/ui-core-react-js", "version": "6.1.1", "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" ], "bugs": { "url": "https://discord.com/invite/REKxnCJzPz" }, "homepage": "https://docs.replyke.com", "repository": { "type": "git", "url": "https://github.com/replyke/monorepo.git" }, "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "types": "dist/esm/index.d.ts", "publishConfig": { "access": "public" }, "files": [ "dist" ], "dependencies": { "@giphy/js-fetch-api": "^5.7.0", "@giphy/react-components": "^10.1.0" }, "devDependencies": { "moment": "^2.30.1", "@replyke/core": "6.1.1" }, "peerDependencies": { "@replyke/core": ">=5", "moment": "^2", "react": "^18.0.0 || ^19.0.0", "react-dom": "^19.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", "prepublish": "pnpm run build" } }