mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
NOTE: This commit is not exactly what went out as RC2 because I forgot to push. See tag v16.0.0-rc.2 (d06680ea9e) instead. Bumping the version here so we're at the right place though.
45 lines
885 B
JSON
45 lines
885 B
JSON
{
|
|
"name": "react-dom",
|
|
"version": "16.0.0-rc.2",
|
|
"description": "React package for working with the DOM.",
|
|
"main": "index.js",
|
|
"repository": "facebook/react",
|
|
"keywords": [
|
|
"react"
|
|
],
|
|
"license": "BSD-3-Clause",
|
|
"bugs": {
|
|
"url": "https://github.com/facebook/react/issues"
|
|
},
|
|
"homepage": "https://facebook.github.io/react/",
|
|
"dependencies": {
|
|
"fbjs": "^0.8.9",
|
|
"loose-envify": "^1.1.0",
|
|
"object-assign": "^4.1.0",
|
|
"prop-types": "^15.5.6"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.0.0-beta.5"
|
|
},
|
|
"files": [
|
|
"LICENSE",
|
|
"PATENTS",
|
|
"README.md",
|
|
"index.js",
|
|
"server.js",
|
|
"server.browser.js",
|
|
"test-utils.js",
|
|
"unstable-native-dependencies.js",
|
|
"cjs/",
|
|
"umd/"
|
|
],
|
|
"browser": {
|
|
"./server.js": "./server.browser.js"
|
|
},
|
|
"browserify": {
|
|
"transform": [
|
|
"loose-envify"
|
|
]
|
|
}
|
|
}
|