main
json 23 lines 510 Bytes
Raw
1 {
2 "name": "react-dom-bindings",
3 "description": "React implementation details for react-dom.",
4 "version": "19.3.0",
5 "private": true,
6 "main": "index.js",
7 "repository": {
8 "type": "git",
9 "url": "https://github.com/react/react.git",
10 "directory": "packages/react-dom-bindings"
11 },
12 "keywords": [
13 "react"
14 ],
15 "license": "MIT",
16 "bugs": {
17 "url": "https://github.com/react/react/issues"
18 },
19 "homepage": "https://react.dev/",
20 "peerDependencies": {
21 "react": "^19.0.0"
22 }
23 }