mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
36 lines
732 B
JSON
36 lines
732 B
JSON
{
|
|
"private": true,
|
|
"name": "react-debug-tools",
|
|
"description": "React package for debugging React trees.",
|
|
"version": "0.16.0",
|
|
"keywords": [
|
|
"react"
|
|
],
|
|
"homepage": "https://reactjs.org/",
|
|
"bugs": "https://github.com/facebook/react/issues",
|
|
"license": "MIT",
|
|
"files": [
|
|
"LICENSE",
|
|
"README.md",
|
|
"build-info.json",
|
|
"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",
|
|
"object-assign": "^4.1.1"
|
|
}
|
|
}
|