29 lines
655 B
JSON
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"
|
|
}
|
|
}
|