mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
39 lines
1008 B
JSON
39 lines
1008 B
JSON
{
|
|
"name": "react-tools-cli",
|
|
"version": "0.0.0",
|
|
"description": "CLI to execute react-mcp-server tools in isolation from the full mcp server",
|
|
"bin": {
|
|
"react-tools-cli": "./dist/index.js"
|
|
},
|
|
"scripts": {
|
|
"build": "rimraf dist && tsup"
|
|
},
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/facebook/react.git",
|
|
"directory": "compiler/packages/react-tools-cli"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.26.0",
|
|
"@babel/parser": "^7.26",
|
|
"@babel/preset-env": "^7.26.9",
|
|
"@babel/preset-react": "^7.18.6",
|
|
"@babel/preset-typescript": "^7.27.1",
|
|
"@modelcontextprotocol/sdk": "^1.9.0",
|
|
"algoliasearch": "^5.23.3",
|
|
"cheerio": "^1.0.0",
|
|
"html-to-text": "^9.0.5",
|
|
"prettier": "^3.3.3",
|
|
"puppeteer": "^24.7.2",
|
|
"yargs": "^18.0.0",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"devDependencies": {
|
|
"@types/html-to-text": "^9.0.4",
|
|
"@types/jest": "^29.5.14",
|
|
"jest": "^29.7.0",
|
|
"ts-jest": "^29.3.2"
|
|
}
|
|
}
|