Files
react/packages/react-data/package.json
T
Dan Abramov 515326753b [Blocks] Initial implementation of cache and data/fetch (#18774)
* Rename ReactCache -> ReactCacheOld

We still use it in some tests so I'm going to leave it for now. I'll start making the new one in parallel in the react package.

* Add react/unstable-cache entry point

* Add react-data entry point

* Initial implementation of cache and data/fetch

* Address review
2020-04-29 19:14:15 +01:00

23 lines
432 B
JSON

{
"private": true,
"name": "react-data",
"description": "Helpers for creating React data sources",
"version": "0.0.0",
"repository": {
"type" : "git",
"url" : "https://github.com/facebook/react.git",
"directory": "packages/react-data"
},
"files": [
"LICENSE",
"README.md",
"build-info.json",
"index.js",
"fetch.js",
"cjs/"
],
"peerDependencies": {
"react": "^16.13.1"
}
}