7 pname = "create-react-app";
10 src = fetchFromGitHub {
12 repo = "create-react-app";
14 hash = "sha256-nUvJRxBZ98ogSkbw8ciFYtZRQNFD6pLThoEjeDMcGm0=";
17 npmDepsHash = "sha256-diGu53lJi+Fs7pTAQGCXoDtP7YyKZLIN/2Wo+e1Mzc4=";
19 env.PUPPETEER_SKIP_DOWNLOAD = true;
21 npmWorkspace = "packages/create-react-app";
26 changelog = "https://github.com/facebook/create-react-app/blob/${src.rev}/CHANGELOG.md";
27 description = "Create React apps with no build configuration";
28 homepage = "https://github.com/facebook/create-react-app";
29 license = lib.licenses.mit;
30 mainProgram = "create-react-app";
31 maintainers = with lib.maintainers; [ ];