You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
689 B
34 lines
689 B
{ |
|
"name": "react-reconciler", |
|
"description": "React package for creating custom renderers.", |
|
"version": "0.33.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.2.0" |
|
}, |
|
"dependencies": { |
|
"scheduler": "^0.27.0" |
|
} |
|
} |