UNPKG

@replyke/core

Version:

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

69 lines 1.71 kB
{ "name": "@replyke/core", "version": "5.0.19", "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", "react-native", "expo", "typescript" ], "bugs": { "url": "https://discord.gg/A94q4kC6" }, "homepage": "https://docs.replyke.com", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "types": "dist/esm/index.d.ts", "type": "module", "publishConfig": { "access": "public" }, "files": [ "dist" ], "dependencies": { "axios": "^1.4.0", "js-cookie": "^3.0.5", "lodash": "^4.17.21" }, "devDependencies": { "@types/js-cookie": "^3.0.6", "@types/lodash": "^4.17.9", "@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", "vite": "^4.3.9", "vite-plugin-dts": "^2.3.0" }, "peerDependencies": { "react": "^18.0.0 || ^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" } }