| 1 | { |
| 2 | "name": "react-refresh", |
| 3 | "description": "React is a JavaScript library for building user interfaces.", |
| 4 | "keywords": [ |
| 5 | "react" |
| 6 | ], |
| 7 | "version": "0.19.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 | "babel.js", |
| 15 | "runtime.js", |
| 16 | "cjs/" |
| 17 | ], |
| 18 | "main": "runtime.js", |
| 19 | "exports": { |
| 20 | ".": "./runtime.js", |
| 21 | "./runtime": "./runtime.js", |
| 22 | "./babel": "./babel.js", |
| 23 | "./package.json": "./package.json" |
| 24 | }, |
| 25 | "repository": { |
| 26 | "type": "git", |
| 27 | "url": "https://github.com/react/react.git", |
| 28 | "directory": "packages/react" |
| 29 | }, |
| 30 | "engines": { |
| 31 | "node": ">=0.10.0" |
| 32 | }, |
| 33 | "devDependencies": { |
| 34 | "react-16-8": "npm:react@16.8.0", |
| 35 | "react-dom-16-8": "npm:react-dom@16.8.0", |
| 36 | "scheduler-0-13": "npm:scheduler@0.13.0" |
| 37 | } |
| 38 | } |