UNPKG

replyke

Version:

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

90 lines (89 loc) 2.34 kB
{ "name": "replyke", "version": "4.0.14", "author": "Replyke, maintained by Yanay Tsabary", "description": "Replyke React components: Build interactive apps with social features like comments, votes, feeds, user lists, notifications, and more.", "keywords": [ "react", "social features", "comment section", "comments", "nested comments", "likes", "votes", "feeds", "user lists", "notifications", "interactive apps", "reactions", "content moderation", "reporting", "mentions", "user interactions", "frontend tools", "social media", "replyke", "react-component" ], "private": false, "type": "module", "main": "dist/index.umd.js", "module": "dist/index.es.js", "types": "dist/index.d.ts", "exports": { ".": { "import": "./dist/index.es.js", "require": "./dist/index.umd.js", "types": "./dist/index.d.ts" } }, "bugs": { "url": "https://discord.gg/A94q4kC6" }, "homepage": "https://docs.replyke.com", "files": [ "/dist" ], "publishConfig": { "access": "public" }, "scripts": { "dev": "vite", "build": "tsc && vite build", "prepublishOnly": "npm run build", "prepare": "npm run build", "lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview", "tailwind": "npx tailwindcss -i ./src/index.css -o ./src/tailwind-dist/tailwind-output.css --watch" }, "dependencies": { "@giphy/js-fetch-api": "^5.6.0", "@giphy/react-components": "^9.8.0", "@replyke/core": "^0.1.2", "axios": "^1.4.0" }, "devDependencies": { "@types/node": "^20.14.5", "@types/react": "^18.0.37", "@types/react-dom": "^18.0.11", "@typescript-eslint/eslint-plugin": "^5.59.0", "@typescript-eslint/parser": "^5.59.0", "@vitejs/plugin-react-swc": "^3.0.0", "eslint": "^8.38.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.3.4", "moment": "^2.30.1", "path": "^0.12.7", "prop-types": "^15.8.1", "react": "^18.2.0", "react-dom": "^18.2.0", "typescript": "^5.0.2", "vite": "^4.3.9", "vite-plugin-dts": "^2.3.0" }, "peerDependencies": { "moment": "^2.30.1", "react": "^18.0.0", "react-dom": "^18.0.0" } }