Files
react/packages/react-cache/package.json

22 lines
411 B
JSON
Raw Normal View History

{
"private": true,
"name": "react-cache",
"description": "A basic cache for React applications",
"version": "2.0.0-alpha.0",
"repository": {
"type" : "git",
"url" : "https://github.com/facebook/react.git",
"directory": "packages/react-cache"
},
"files": [
"LICENSE",
"README.md",
"index.js",
2018-10-31 11:16:03 -07:00
"cjs/",
"umd/"
],
"peerDependencies": {
2020-10-20 21:41:18 +01:00
"react": "^17.0.0"
}
}