mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
24 lines
495 B
JSON
24 lines
495 B
JSON
{
|
|
"name": "create-subscription",
|
|
"description": "utility for subscribing to external data sources inside React components",
|
|
"version": "17.0.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/react.git",
|
|
"directory": "packages/create-subscription"
|
|
},
|
|
"files": [
|
|
"LICENSE",
|
|
"README.md",
|
|
"build-info.json",
|
|
"index.js",
|
|
"cjs/"
|
|
],
|
|
"peerDependencies": {
|
|
"react": "^17.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"rxjs": "^5.5.6"
|
|
}
|
|
}
|