mirror of
https://github.com/facebook/react.git
synced 2026-02-26 05:35:21 +00:00
19 lines
361 B
JSON
19 lines
361 B
JSON
{
|
|
"name": "simple-cache-provider",
|
|
"description": "A basic cache for React applications",
|
|
"version": "0.3.0-alpha.2",
|
|
"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-alpha.2"
|
|
}
|
|
}
|