mirror of
https://github.com/facebook/react.git
synced 2026-02-23 20:23:02 +00:00
34 lines
676 B
JSON
34 lines
676 B
JSON
{
|
|
"private": true,
|
|
"name": "react-debug-tools",
|
|
"description": "React package for debugging React trees.",
|
|
"version": "0.16.0",
|
|
"keywords": [
|
|
"react"
|
|
],
|
|
"homepage": "https://react.dev/",
|
|
"bugs": "https://github.com/facebook/react/issues",
|
|
"license": "MIT",
|
|
"files": [
|
|
"LICENSE",
|
|
"README.md",
|
|
"index.js",
|
|
"cjs/"
|
|
],
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type" : "git",
|
|
"url" : "https://github.com/facebook/react.git",
|
|
"directory": "packages/react-debug-tools"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^17.0.0"
|
|
},
|
|
"dependencies": {
|
|
"error-stack-parser": "^2.0.2"
|
|
}
|
|
}
|