{"library":"react-dev-utils","type":"library","category":null,"description":"react-dev-utils is a collection of internal utility modules primarily used by Create React App (CRA) to abstract and manage webpack configurations, development server setups, build processes, and other development-related tasks. It includes tools for error formatting, path resolution, webpack plugin management like `ModuleScopePlugin`, and environment variable handling. The package is not typically consumed directly by applications but rather by build tools like `react-scripts`. Its versioning and release cadence are tightly coupled with `react-scripts`, making direct maintenance releases uncommon outside of major `react-scripts` updates. The current stable version of `react-dev-utils` is 12.0.1, which corresponds to `react-scripts` v5.x.x. This version incorporates significant updates such as webpack 5, Jest 27, and ESLint 8, ensuring compatibility with modern JavaScript ecosystems. It provides a standardized and optimized development experience for CRA projects, significantly minimizing configuration overhead for developers by encapsulating complex build logic. Developers typically interact with these utilities indirectly through `react-scripts` commands, though advanced users might import specific modules for custom setups, especially in ejected CRA applications.","language":"javascript","status":"maintenance","version":"12.0.1","tags":["javascript"],"install":[{"cmd":"npm install react-dev-utils","imports":["import ModuleScopePlugin from 'react-dev-utils/ModuleScopePlugin';","import { createDevServerConfig } from 'react-dev-utils/WebpackDevServerUtils';","import formatWebpackMessages from 'react-dev-utils/formatWebpackMessages';"]},{"cmd":"yarn add react-dev-utils","imports":[]},{"cmd":"pnpm add react-dev-utils","imports":[]}],"homepage":null,"github":"https://github.com/facebook/create-react-app","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/react-dev-utils","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/react-dev-utils/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Sat Jul 18","install_tag":null}}