mirror of
https://github.com/zebrajr/react.git
synced 2025-12-06 00:20:04 +01:00
36 lines
706 B
JSON
36 lines
706 B
JSON
{
|
|
"name": "react-test-renderer",
|
|
"version": "19.3.0",
|
|
"description": "React package for snapshot testing.",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/react.git",
|
|
"directory": "packages/react-test-renderer"
|
|
},
|
|
"keywords": [
|
|
"react",
|
|
"react-native",
|
|
"react-testing"
|
|
],
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/facebook/react/issues"
|
|
},
|
|
"homepage": "https://react.dev/",
|
|
"dependencies": {
|
|
"react-is": "^19.3.0",
|
|
"scheduler": "^0.28.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^19.3.0"
|
|
},
|
|
"files": [
|
|
"LICENSE",
|
|
"README.md",
|
|
"index.js",
|
|
"shallow.js",
|
|
"cjs/"
|
|
]
|
|
}
|