UNPKG

react-rx

Version:
116 lines (115 loc) 2.96 kB
{ "name": "react-rx", "version": "4.1.30", "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", "watch": "pnpm build -- --watch" }, "browserslist": "extends @sanity/browserslist-config", "prettier": "@sanity/prettier-config", "dependencies": { "observable-callback": "^1.0.3", "react-compiler-runtime": "19.1.0-rc.2", "use-effect-event": "^2.0.1" }, "devDependencies": { "@sanity/pkg-utils": "^7.2.2", "@sanity/prettier-config": "^1.0.3", "@sanity/semantic-release-preset": "^5.0.0", "@testing-library/dom": "^10.4.0", "@testing-library/react": "^16.3.0", "@types/node": "^22.15.3", "@types/react": "^19.1.8", "@types/react-dom": "^19.1.6", "@typescript-eslint/eslint-plugin": "^8.33.0", "@typescript-eslint/parser": "^8.33.0", "@vitejs/plugin-react": "^4.5.0", "babel-plugin-react-compiler": "19.1.0-rc.2", "eslint": "^9.27.0", "eslint-config-prettier": "^10.1.5", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "0.0.0-experimental-12bc60f5-20250613", "eslint-plugin-simple-import-sort": "^12.1.1", "jsdom": "^24.1.0", "prettier": "^3.5.3", "react": "^19.1.0", "react-dom": "^19.1.0", "react-test-renderer": "^19.1.0", "rxjs": "^7.8.2", "semantic-release": "^24.2.5", "typescript": "5.8.3", "typescript-eslint": "^8.33.0", "vitest": "^3.1.4" }, "peerDependencies": { "react": "^18.3 || >=19.0.0-0", "rxjs": "^7" }, "packageManager": "pnpm@9.15.9" }