mirror of
https://github.com/github/awesome-copilot.git
synced 2026-08-07 01:28:46 +00:00
21 lines
689 B
JSON
21 lines
689 B
JSON
{
|
|
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
|
|
"name": "react18-upgrade",
|
|
"description": "Enterprise React 18 migration toolkit with specialized agents and skills for upgrading React 16/17 class-component codebases to React 18.3.1. Includes auditor, dependency surgeon, class component migration specialist, automatic batching fixer, and test guardian.",
|
|
"version": "1.0.0",
|
|
"keywords": [
|
|
"react18",
|
|
"react",
|
|
"migration",
|
|
"upgrade",
|
|
"class-components",
|
|
"lifecycle",
|
|
"batching"
|
|
],
|
|
"author": {
|
|
"name": "Awesome Copilot Community"
|
|
},
|
|
"repository": "https://github.com/github/awesome-copilot",
|
|
"license": "MIT"
|
|
}
|