Files
react/scripts/release/package.json
lauren 6310087f09 [ci] Fix download_base_build_for_sizebot (#26422)
CircleCI now enforces passing a token when fetching artifacts. I'm also
deleting the old request-promise-json dependency because AFAIK we were
only using it to fetch json from circleci about the list of available
artifacts – which we can just do using node-fetch. Plus, the underlying
request package it uses has been deprecated since 2019.
2023-03-17 13:04:20 -07:00

25 lines
584 B
JSON

{
"name": "react-release-script",
"version": "0.0.0",
"private": true,
"scripts": {},
"license": "MIT",
"dependencies": {
"chalk": "^2.1.0",
"child-process-promise": "^2.2.1",
"clear": "^0.1.0",
"cli-spinners": "^1.1.0",
"command-line-args": "^4.0.7",
"command-line-usage": "^4.0.1",
"diff": "^3.5.0",
"folder-hash": "^2.1.2",
"fs-extra": "^4.0.2",
"log-update": "^2.1.0",
"progress-estimator": "^0.2.1",
"prompt-promise": "^1.0.3",
"puppeteer": "^1.11.0",
"pushstate-server": "^3.0.1",
"semver": "^5.4.1"
}
}