main
Last change
on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
591 bytes
|
Rev | Line | |
---|
[d24f17c] | 1 | {
|
---|
| 2 | "name": "use-sync-external-store",
|
---|
| 3 | "description": "Backwards compatible shim for React's useSyncExternalStore. Works with any React that supports hooks.",
|
---|
| 4 | "version": "1.2.0",
|
---|
| 5 | "repository": {
|
---|
| 6 | "type": "git",
|
---|
| 7 | "url": "https://github.com/facebook/react.git",
|
---|
| 8 | "directory": "packages/use-sync-external-store"
|
---|
| 9 | },
|
---|
| 10 | "files": [
|
---|
| 11 | "LICENSE",
|
---|
| 12 | "README.md",
|
---|
| 13 | "index.js",
|
---|
| 14 | "index.native.js",
|
---|
| 15 | "with-selector.js",
|
---|
| 16 | "with-selector.native.js",
|
---|
| 17 | "shim/",
|
---|
| 18 | "cjs/"
|
---|
| 19 | ],
|
---|
| 20 | "license": "MIT",
|
---|
| 21 | "peerDependencies": {
|
---|
| 22 | "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
|
---|
| 23 | }
|
---|
| 24 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.