UNPKG

replyke-core

Version:

Replyke Core: Build interactive apps with social features like comments, votes, feeds, user lists, notifications, and more, tailored for React and React Native projects.

93 lines (92 loc) 2.33 kB
{ "version": "4.0.26", "name": "replyke-core", "author": "Replyke, maintained by Yanay Tsabary", "description": "Replyke Core: Build interactive apps with social features like comments, votes, feeds, user lists, notifications, and more, tailored for React and React Native projects.", "keywords": [ "react", "react-native", "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", "react-native-library" ], "private": false, "type": "module", "engines": { "node": ">=20" }, "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": "rimraf dist && 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" }, "dependencies": { "axios": "^1.4.0", "buffer": "^6.0.3", "js-cookie": "^3.0.5", "lodash": "^4.17.21", "node-forge": "^1.3.1" }, "devDependencies": { "@types/js-cookie": "^3.0.6", "@types/lodash": "^4.17.9", "@types/node": "^20.14.5", "@types/node-forge": "^1.3.11", "@types/react": "^18.0.37", "@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", "prop-types": "^15.8.1", "react": "^18.2.0", "rimraf": "^6.0.1", "typescript": "^5.0.2", "vite": "^4.3.9", "vite-plugin-dts": "^2.3.0" }, "peerDependencies": { "react": "^18.0.0" } }