1 | {
|
2 | "name": "react",
|
3 | "description": "React is a JavaScript library for building user interfaces.",
|
4 | "keywords": [
|
5 | "react"
|
6 | ],
|
7 | "version": "19.0.0",
|
8 | "homepage": "https://react.dev/",
|
9 | "bugs": "https://github.com/facebook/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 | },
|
43 | "repository": {
|
44 | "type": "git",
|
45 | "url": "https://github.com/facebook/react.git",
|
46 | "directory": "packages/react"
|
47 | },
|
48 | "engines": {
|
49 | "node": ">=0.10.0"
|
50 | }
|
51 | } |
\ | No newline at end of file |