ai-naval/package.json
2023-05-21 13:27:15 -06:00

34 lines
835 B
JSON

{
"name": "espanol-love",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^2.6.0",
"@emotion/react": "^11.10.8",
"@emotion/styled": "^11.10.8",
"@pinecone-database/pinecone": "^0.1.6",
"@types/dom-speech-recognition": "^0.0.1",
"@types/node": "18.16.2",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.1",
"dotenv": "^16.0.3",
"eslint": "8.39.0",
"eslint-config-next": "13.3.1",
"framer-motion": "^10.12.4",
"langchain": "^0.0.78",
"next": "13.3.1",
"openai": "^3.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.8.0",
"react-spinners": "^0.13.8",
"typescript": "5.0.4"
}
}