2019-05-21 21:54:10 +01:00
|
|
|
{
|
2019-06-15 19:36:46 +01:00
|
|
|
"name": "react-refresh",
|
2019-05-21 21:54:10 +01:00
|
|
|
"description": "React is a JavaScript library for building user interfaces.",
|
|
|
|
|
"keywords": [
|
|
|
|
|
"react"
|
|
|
|
|
],
|
2025-10-02 00:31:55 +02:00
|
|
|
"version": "0.19.0",
|
2024-03-01 14:35:18 -05:00
|
|
|
"homepage": "https://react.dev/",
|
2019-05-21 21:54:10 +01:00
|
|
|
"bugs": "https://github.com/facebook/react/issues",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"files": [
|
|
|
|
|
"LICENSE",
|
|
|
|
|
"README.md",
|
|
|
|
|
"babel.js",
|
|
|
|
|
"runtime.js",
|
2024-04-17 11:15:27 -07:00
|
|
|
"cjs/"
|
2019-05-21 21:54:10 +01:00
|
|
|
],
|
2020-06-25 17:17:42 +01:00
|
|
|
"main": "runtime.js",
|
2022-01-12 00:48:09 +08:00
|
|
|
"exports": {
|
|
|
|
|
".": "./runtime.js",
|
|
|
|
|
"./runtime": "./runtime.js",
|
|
|
|
|
"./babel": "./babel.js",
|
|
|
|
|
"./package.json": "./package.json"
|
|
|
|
|
},
|
2019-05-21 21:54:10 +01:00
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/facebook/react.git",
|
|
|
|
|
"directory": "packages/react"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=0.10.0"
|
2020-10-29 13:23:57 -04:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"react-16-8": "npm:react@16.8.0",
|
2021-04-26 19:16:18 -04:00
|
|
|
"react-dom-16-8": "npm:react-dom@16.8.0",
|
|
|
|
|
"scheduler-0-13": "npm:scheduler@0.13.0"
|
2019-05-21 21:54:10 +01:00
|
|
|
}
|
2022-01-12 00:48:09 +08:00
|
|
|
}
|