mirror of
https://litchi.icu/ngc2207/judge4c-demo.git
synced 2025-05-18 22:37:11 +00:00
feat: 添加@ai-sdk/openai, zod, ai
This commit is contained in:
parent
4d64a3464f
commit
11a7f7b310
@ -9,12 +9,15 @@
|
|||||||
"lint": "next lint"
|
"lint": "next lint"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@ai-sdk/openai": "^0.0.72",
|
||||||
"@monaco-editor/react": "^4.6.0",
|
"@monaco-editor/react": "^4.6.0",
|
||||||
"@prisma/client": "5.22.0",
|
"@prisma/client": "5.22.0",
|
||||||
|
"ai": "^3.4.33",
|
||||||
"next": "15.0.2",
|
"next": "15.0.2",
|
||||||
"prisma": "^5.22.0",
|
"prisma": "^5.22.0",
|
||||||
"react": "19.0.0-rc-02c0e824-20241028",
|
"react": "19.0.0-rc-02c0e824-20241028",
|
||||||
"react-dom": "19.0.0-rc-02c0e824-20241028"
|
"react-dom": "19.0.0-rc-02c0e824-20241028",
|
||||||
|
"zod": "^3.23.8"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"typescript": "^5",
|
"typescript": "^5",
|
||||||
|
Loading…
Reference in New Issue
Block a user