mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
Bumps [minimist](https://github.com/substack/minimist) from 1.2.0 to 1.2.3. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.0...1.2.3) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
23 lines
467 B
JSON
23 lines
467 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|