Removing traces of react

This commit is contained in:
Glen Maddern 2025-05-05 16:49:20 +10:00 committed by Glen Maddern
parent 67bd63192f
commit c9e082d9e2
3 changed files with 2 additions and 30 deletions

View file

@ -36,9 +36,7 @@
"@modelcontextprotocol/sdk": "^1.10.2",
"@types/express": "^5.0.0",
"@types/node": "^22.13.10",
"@types/react": "^19.0.12",
"prettier": "^3.5.3",
"react": "^19.0.0",
"tsup": "^8.4.0",
"tsx": "^4.19.3",
"typescript": "^5.8.2"
@ -54,8 +52,6 @@
"dts": true,
"clean": true,
"outDir": "dist",
"external": [
"react"
]
"external": []
}
}