UNPKG

react-dom

Version:

React package for working with the DOM.

76 lines 1.89 kB
{ "name": "react-dom", "version": "0.0.0-experimental-c28f313e6-20220908", "description": "React package for working with the DOM.", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/facebook/react.git", "directory": "packages/react-dom" }, "keywords": [ "react" ], "license": "MIT", "bugs": { "url": "https://github.com/facebook/react/issues" }, "homepage": "https://reactjs.org/", "dependencies": { "loose-envify": "^1.1.0", "scheduler": "0.0.0-experimental-c28f313e6-20220908" }, "peerDependencies": { "react": "0.0.0-experimental-c28f313e6-20220908" }, "files": [ "LICENSE", "README.md", "index.js", "client.js", "profiling.js", "server.js", "server.browser.js", "server.node.js", "static.js", "static.browser.js", "static.node.js", "test-utils.js", "unstable_testing.js", "cjs/", "umd/" ], "exports": { ".": "./index.js", "./client": "./client.js", "./server": { "deno": "./server.browser.js", "worker": "./server.browser.js", "browser": "./server.browser.js", "default": "./server.node.js" }, "./server.browser": "./server.browser.js", "./server.node": "./server.node.js", "./static": { "deno": "./static.browser.js", "worker": "./static.browser.js", "browser": "./static.browser.js", "default": "./static.node.js" }, "./static.browser": "./static.browser.js", "./static.node": "./static.node.js", "./profiling": "./profiling.js", "./test-utils": "./test-utils.js", "./unstable_testing": "./unstable_testing.js", "./package.json": "./package.json" }, "browser": { "./server.js": "./server.browser.js", "./static.js": "./static.browser.js" }, "browserify": { "transform": [ "loose-envify" ] } }