package.json — react Source File
Architecture documentation for package.json, a json file in the react codebase.
Entity Profile
Source Code
{
"name": "react-benchmark",
"version": "0.0.1",
"main": "runner.js",
"scripts": {
"start": "node runner.js"
},
"dependencies": {
"chalk": "^2.1.0",
"chrome-launcher": "^0.10.5",
"cli-table": "^0.3.1",
"http-server": "^0.10.0",
"http2": "^3.3.6",
"lighthouse": "^3.2.1",
"mime": "^1.3.6",
"minimist": "^1.2.3",
"ncp": "^2.0.0",
"nodegit": "^0.18.3",
"rimraf": "^2.6.1",
"stats-analysis": "^2.0.0"
}
}
Source
Frequently Asked Questions
What does package.json do?
package.json is a source file in the react codebase, written in json.
Where is package.json in the architecture?
package.json is located at scripts/bench/package.json (directory: scripts/bench).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free