mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
5f2c6b74db
Updates the package.json "homepage" entry to react.dev
24 lines
516 B
JSON
24 lines
516 B
JSON
{
|
|
"name": "react-dom-bindings",
|
|
"description": "React implementation details for react-dom.",
|
|
"version": "18.2.0",
|
|
"private": true,
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/react.git",
|
|
"directory": "packages/react-dom-bindings"
|
|
},
|
|
"keywords": [
|
|
"react"
|
|
],
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/facebook/react/issues"
|
|
},
|
|
"homepage": "https://react.dev/",
|
|
"peerDependencies": {
|
|
"react": "^18.2.0"
|
|
}
|
|
}
|