generative_front/package.json
Hossein Salari d4a2acba6e
All checks were successful
Build and Deploy Next.js + Nginx Docker Image / build-and-deploy (push) Successful in 2m53s
Build and Deploy Next.js + Nginx Docker Image / deploy (push) Successful in 6s
core: update many files
2026-02-23 13:41:29 +03:30

27 lines
591 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",
"swr": "^2.4.0",
"use-query-params": "^2.2.2"
}
}