UNPKG

react-utterances-client

Version:

Another React component for using Utterances 🔮 on your website!

101 lines (100 loc) • 2.48 kB
{ "name": "react-utterances-client", "version": "1.3.0", "description": "Another React component for using Utterances 🔮 on your website!", "type": "module", "main": "./dist/index.cjs", "types": "./dist/index.d.cts", "exports": { ".": { "import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "require": { "types": "./dist/index.d.cts", "default": "./dist/index.cjs" } } }, "files": [ "dist" ], "sideEffects": false, "scripts": { "dev": "vite", "build": "vite build", "build:demo": "vite --config vite.democonfig.ts build", "size": "size-limit", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview", "clean": "rimraf dist react-utterances-client-*", "format": "prettier {demo,src}/**/*.{js,jsx,ts,tsx,json} --write", "prepare": "npm run build" }, "dependencies": { "classcat": "^5.0.5", "use-sync-external-store": "^1.6.0" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.2 || ^18.2.0 || ^19.0.0", "react-dom": "^16.8.0 || ^17.0.2 || ^18.2.0 || ^19.0.0" }, "devDependencies": { "@eslint/js": "^9.39.4", "@microsoft/api-extractor": "^7.57.7", "@size-limit/preset-small-lib": "^12.0.1", "@types/node": "^24.12.0", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@types/use-sync-external-store": "^1.5.0", "@vitejs/plugin-react": "^6.0.1", "eslint": "^9.39.4", "eslint-config-prettier": "^10.1.8", "eslint-plugin-prettier": "^5.5.5", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.5.2", "globals": "^17.4.0", "prettier": "^3.8.1", "react": "^19.2.4", "react-dom": "^19.2.4", "rimraf": "^6.1.3", "size-limit": "^12.0.1", "typescript": "^5.9.3", "typescript-eslint": "^8.57.2", "unplugin-dts": "^1.0.0-beta.6", "vite": "^8.0.2" }, "size-limit": [ { "name": "cjs", "path": "dist/index.cjs" }, { "name": "esm", "path": "dist/index.js" } ], "author": "mddanish00", "homepage": "https://mddanish00.github.io/react-utterances-client", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/mddanish00/react-utterances-client.git" }, "keywords": [ "utterances", "utterances component", "comments", "comments component", "react", "github", "issues" ], "funding": [ { "type": "github", "url": "https://github.com/mddanish00/react-utterances-client?sponsor=1" } ] }