| 1 | { |
| 2 | "name": "react", |
| 3 | "description": "React is a JavaScript library for building user interfaces.", |
| 4 | "keywords": [ |
| 5 | "react" |
| 6 | ], |
| 7 | "version": "19.3.0", |
| 8 | "homepage": "https://react.dev/", |
| 9 | "bugs": "https://github.com/react/react/issues", |
| 10 | "license": "MIT", |
| 11 | "files": [ |
| 12 | "LICENSE", |
| 13 | "README.md", |
| 14 | "index.js", |
| 15 | "cjs/", |
| 16 | "compiler-runtime.js", |
| 17 | "jsx-runtime.js", |
| 18 | "jsx-runtime.react-server.js", |
| 19 | "jsx-dev-runtime.js", |
| 20 | "jsx-dev-runtime.react-server.js", |
| 21 | "react.react-server.js" |
| 22 | ], |
| 23 | "main": "index.js", |
| 24 | "exports": { |
| 25 | ".": { |
| 26 | "react-server": "./react.react-server.js", |
| 27 | "default": "./index.js" |
| 28 | }, |
| 29 | "./package.json": "./package.json", |
| 30 | "./jsx-runtime": { |
| 31 | "react-server": "./jsx-runtime.react-server.js", |
| 32 | "default": "./jsx-runtime.js" |
| 33 | }, |
| 34 | "./jsx-dev-runtime": { |
| 35 | "react-server": "./jsx-dev-runtime.react-server.js", |
| 36 | "default": "./jsx-dev-runtime.js" |
| 37 | }, |
| 38 | "./compiler-runtime": { |
| 39 | "react-server": "./compiler-runtime.js", |
| 40 | "default": "./compiler-runtime.js" |
| 41 | }, |
| 42 | "./src/*": "./src/*" |
| 43 | }, |
| 44 | "repository": { |
| 45 | "type": "git", |
| 46 | "url": "https://github.com/react/react.git", |
| 47 | "directory": "packages/react" |
| 48 | }, |
| 49 | "engines": { |
| 50 | "node": ">=0.10.0" |
| 51 | } |
| 52 | } |