| 1 | { |
| 2 | "name": "react-flight-server-fb", |
| 3 | "description": "React Server Components bindings for DOM using Meta's internal bundler. It is not intended to be imported directly.", |
| 4 | "version": "19.3.0", |
| 5 | "keywords": [ |
| 6 | "react" |
| 7 | ], |
| 8 | "homepage": "https://react.dev/", |
| 9 | "bugs": "https://github.com/react/react/issues", |
| 10 | "license": "MIT", |
| 11 | "files": [ |
| 12 | "LICENSE", |
| 13 | "README.md", |
| 14 | "client.browser.js" |
| 15 | ], |
| 16 | "exports": { |
| 17 | "./client": "./client.browser.js", |
| 18 | "./client.browser": "./client.browser.js", |
| 19 | "./src/*": "./src/*.js", |
| 20 | "./package.json": "./package.json" |
| 21 | }, |
| 22 | "repository": { |
| 23 | "type" : "git", |
| 24 | "url" : "https://github.com/react/react.git", |
| 25 | "directory": "packages/react-flight-server-fb" |
| 26 | }, |
| 27 | "engines": { |
| 28 | "node": ">=0.10.0" |
| 29 | }, |
| 30 | "peerDependencies": { |
| 31 | "react": "^19.0.0", |
| 32 | "react-dom": "^19.0.0" |
| 33 | } |
| 34 | } |