mirror of
https://github.com/facebook/react.git
synced 2026-02-25 13:13:03 +00:00
22 lines
438 B
JSON
22 lines
438 B
JSON
{
|
|
"name": "create-subscription",
|
|
"description": "utility for subscribing to external data sources inside React components",
|
|
"version": "0.1.0-rc.0",
|
|
"repository": "facebook/react",
|
|
"files": [
|
|
"LICENSE",
|
|
"README.md",
|
|
"index.js",
|
|
"cjs/"
|
|
],
|
|
"dependencies": {
|
|
"fbjs": "^0.8.16"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.3.0-alpha.1 || 16.3.0-rc.0"
|
|
},
|
|
"devDependencies": {
|
|
"rxjs": "^5.5.6"
|
|
}
|
|
}
|