mirror of
https://github.com/facebook/react.git
synced 2026-02-24 12:43:00 +00:00
35 lines
717 B
JSON
35 lines
717 B
JSON
{
|
|
"name": "react-test-renderer",
|
|
"version": "16.6.0-beta.0",
|
|
"description": "React package for snapshot testing.",
|
|
"main": "index.js",
|
|
"repository": "facebook/react",
|
|
"keywords": [
|
|
"react",
|
|
"react-native",
|
|
"react-testing"
|
|
],
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/facebook/react/issues"
|
|
},
|
|
"homepage": "https://reactjs.org/",
|
|
"dependencies": {
|
|
"object-assign": "^4.1.1",
|
|
"prop-types": "^15.6.2",
|
|
"react-is": "^16.6.0-beta.0",
|
|
"scheduler": "^0.10.0-alpha.8af6728"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.0.0 || 16.6.0-beta.0"
|
|
},
|
|
"files": [
|
|
"LICENSE",
|
|
"README.md",
|
|
"index.js",
|
|
"shallow.js",
|
|
"cjs/",
|
|
"umd/"
|
|
]
|
|
}
|