UNPKG

react-utterances-client

Version:

Another React component for using Utterances 🔮 on your website!

100 lines (99 loc) • 2.44 kB
{ "name": "react-utterances-client", "version": "1.2.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.4.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.16.0", "@size-limit/preset-small-lib": "^11.1.6", "@types/node": "^20.17.9", "@types/react": "^19.0.1", "@types/react-dom": "^19.0.1", "@types/use-sync-external-store": "^0.0.6", "@vitejs/plugin-react-swc": "^3.7.2", "eslint": "^9.16.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.2.1", "eslint-plugin-react-hooks": "^5.1.0", "eslint-plugin-react-refresh": "^0.4.16", "globals": "^15.13.0", "prettier": "^3.4.2", "react": "^19.0.0", "react-dom": "^19.0.0", "rimraf": "^6.0.1", "size-limit": "^11.1.6", "typescript": "^5.7.2", "typescript-eslint": "^8.17.0", "vite": "^6.0.3", "vite-plugin-dts": "^4.3.0" }, "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" } ] }