mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
35 lines
690 B
JSON
35 lines
690 B
JSON
{
|
|
"name": "react-reconciler",
|
|
"description": "React package for creating custom renderers.",
|
|
"version": "0.34.0",
|
|
"keywords": [
|
|
"react"
|
|
],
|
|
"homepage": "https://react.dev/",
|
|
"bugs": "https://github.com/facebook/react/issues",
|
|
"license": "MIT",
|
|
"files": [
|
|
"LICENSE",
|
|
"README.md",
|
|
"constants.js",
|
|
"index.js",
|
|
"reflection.js",
|
|
"cjs/"
|
|
],
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/react.git",
|
|
"directory": "packages/react-reconciler"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^19.3.0"
|
|
},
|
|
"dependencies": {
|
|
"scheduler": "^0.28.0"
|
|
}
|
|
}
|