rcrx
Version:
Rcrx is a lightweight library that provides Rx.js utilities for React applications.
50 lines (49 loc) • 1.33 kB
JSON
{
"name": "rcrx",
"version": "0.0.4",
"description": "Rcrx is a lightweight library that provides Rx.js utilities for React applications.",
"main": "dist/index.js",
"module": "dist/index.mjs",
"scripts": {
"build": "tsup ./src/index.ts --dts --format=esm,cjs",
"test": "vitest run",
"test:ui": "vitest --ui",
"test:watch": "vitest"
},
"keywords": [
"rxjs",
"react",
"rxjs-react",
"react-rxjs",
"useObservable",
"useSubscribe"
],
"author": "",
"license": "ISC",
"peerDependencies": {
"react": ">=16.8.0",
"rxjs": "*"
},
"devDependencies": {
"@testing-library/react-hooks": "^8.0.1",
"@types/node": "^22.15.3",
"@types/react": "^18.3.3",
"@vitest/coverage-c8": "^0.33.0",
"@vitest/ui": "^3.1.2",
"jsdom": "^26.1.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-test-renderer": "^19.1.1",
"rxjs": "^7.8.1",
"tsup": "^8.1.0",
"tsx": "^4.19.4",
"typescript": "^5.5.2",
"vitest": "^3.1.2",
"vite-tsconfig-paths": "^5.1.4"
},
"repository": {
"url": "https://github.com/wangshouren7/rcrx"
},
"packageManager": "pnpm@10.9.0+sha512.0486e394640d3c1fb3c9d43d49cf92879ff74f8516959c235308f5a8f62e2e19528a65cdc2a3058f587cde71eba3d5b56327c8c33a97e4c4051ca48a10ca2d5f",
"dependencies": {}
}