generative_front/package.json
Hossein Salari cb6052820e
All checks were successful
Build and Deploy Next.js + Nginx Docker Image / build-and-deploy (push) Successful in 8m12s
Build and Deploy Next.js + Nginx Docker Image / deploy (push) Successful in 9s
feat: connect llm_base tab to backend api
2026-02-25 17:27:43 +03:30

29 lines
655 B
JSON

{
"name": "llm",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@chakra-ui/react": "2",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"axios": "^1.13.5",
"framer-motion": "^12.34.3",
"keycloak-js": "^26.2.3",
"next": "16.1.6",
"next-query-params": "^5.1.0",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-hook-form": "^7.71.2",
"react-icons": "^5.5.0",
"react-markdown": "^10.1.0",
"remark-breaks": "^4.0.0",
"swr": "^2.4.0",
"use-query-params": "^2.2.2"
}
}