main
json 26 lines 523 Bytes
Raw
1 {
2 "name": "use-subscription",
3 "description": "Reusable hooks",
4 "version": "1.13.0",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/react/react.git",
8 "directory": "packages/use-subscription"
9 },
10 "files": [
11 "LICENSE",
12 "README.md",
13 "index.js",
14 "cjs/"
15 ],
16 "license": "MIT",
17 "peerDependencies": {
18 "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
19 },
20 "devDependencies": {
21 "rxjs": "^5.5.6"
22 },
23 "dependencies": {
24 "use-sync-external-store": "^1.5.0"
25 }
26 }