cre-chatbot-rag / package.json
tony-42069's picture
Add dependency specifications
80e51c6
raw
history blame
453 Bytes
{
"name": "cre-chatbot-rag",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"axios": "^1.6.2",
"framer-motion": "^10.16.16",
"next": "^14.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vercel": "^39.1.1"
}
}