UNPKG

react-rx

Version:
117 lines (116 loc) 3.05 kB
{ "name": "react-rx", "version": "4.1.27", "description": "React + RxJS = <3", "keywords": [ "action", "behavior", "concurrent", "es6", "events", "external", "hooks", "observables", "observe", "pipe", "react", "react18", "react19", "reactive", "realtime", "rx", "rxjs", "sanity", "sanity-io", "store", "streams", "subject", "suspense", "sync", "typesafe", "typescript", "use" ], "homepage": "https://react-rx.dev", "bugs": { "url": "https://github.com/sanity-io/react-rx/issues" }, "repository": { "type": "git", "url": "git+https://github.com/sanity-io/react-rx.git" }, "license": "MIT", "author": "Sanity.io <hello@sanity.io>", "contributors": [ "Bjørge Næss <bjoerge@gmail.com>", "Cody Olsen <stipsan@gmail.com> (https://github.com/stipsan)" ], "sideEffects": false, "type": "module", "exports": { ".": { "source": "./src/index.ts", "require": "./dist/index.cjs", "default": "./dist/index.js" }, "./package.json": "./package.json" }, "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist", "src" ], "scripts": { "build": "pkg build --strict --clean --check", "dev": "pnpm --filter 'react-rx-website' dev", "format": "prettier --cache --write .", "lint": "eslint --cache .", "prepublishOnly": "pnpm build", "test": "vitest run --typecheck --retry=30", "watch": "pnpm build -- --watch" }, "browserslist": "extends @sanity/browserslist-config", "prettier": "@sanity/prettier-config", "dependencies": { "observable-callback": "^1.0.3", "react-compiler-runtime": "19.0.0-beta-e993439-20250328", "use-effect-event": "^1.0.2" }, "devDependencies": { "@sanity/pkg-utils": "^7.1.1", "@sanity/prettier-config": "^1.0.3", "@sanity/semantic-release-preset": "^5.0.0", "@testing-library/dom": "^10.4.0", "@testing-library/react": "^16.2.0", "@types/node": "^18.17.5", "@types/react": "^19.0.12", "@types/react-dom": "^19.0.4", "@typescript-eslint/eslint-plugin": "^8.27.0", "@typescript-eslint/parser": "^8.27.0", "@vitejs/plugin-react": "^4.3.4", "babel-plugin-react-compiler": "19.0.0-beta-e993439-20250328", "eslint": "^8.57.1", "eslint-config-prettier": "^10.1.1", "eslint-plugin-prettier": "^5.2.4", "eslint-plugin-react": "^7.37.4", "eslint-plugin-react-compiler": "19.0.0-beta-e993439-20250328", "eslint-plugin-react-hooks": "experimental", "eslint-plugin-simple-import-sort": "^12.1.1", "jsdom": "^24.1.0", "prettier": "^3.5.3", "react": "^19.0.0", "react-dom": "^19.0.0", "react-test-renderer": "^19.0.0", "rxjs": "^7.8.2", "semantic-release": "^24.2.3", "typescript": "5.7.3", "vitest": "^3.0.9" }, "peerDependencies": { "react": "^18.3 || >=19.0.0-0", "rxjs": "^7" }, "packageManager": "pnpm@9.15.9" }