add react as dep
This commit is contained in:
parent
3f0d03dd36
commit
0d939420c1
@ -1,7 +1,7 @@
|
||||
{
|
||||
"functions": {
|
||||
"index.ts": {
|
||||
"includeFiles": "components/**/*"
|
||||
"includeFiles": "components/**/*,../library/dist/**/*"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -47,7 +47,9 @@
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@mcp-ui/server": "^5.15.0",
|
||||
"esbuild": "^0.25.0"
|
||||
"esbuild": "^0.25.0",
|
||||
"react": "^19.0.0",
|
||||
"react-dom": "^19.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": ">=18.0.0",
|
||||
@ -65,8 +67,6 @@
|
||||
"@types/node": "^20.10.0",
|
||||
"@types/react": "^19.2.7",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"react": "^19.2.0",
|
||||
"react-dom": "^19.2.0",
|
||||
"typescript": "^5.6.3"
|
||||
},
|
||||
"engines": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user