Spaces:
Running
Running
{ | |
"name": "web-chat", | |
"version": "0.1.0", | |
"private": true, | |
"scripts": { | |
"dev": "next dev", | |
"build": "next build", | |
"start": "next start", | |
"lint": "next lint" | |
}, | |
"dependencies": { | |
"@emotion/react": "^11.11.1", | |
"@emotion/styled": "^11.11.0", | |
"@mui/icons-material": "^5.14.19", | |
"@mui/material": "^5.14.16", | |
"@ricky0123/vad-react": "^0.0.18", | |
"@upstash/ratelimit": "^0.4.4", | |
"@vercel/kv": "^0.2.4", | |
"@xenova/transformers": "^2.7.0", | |
"ai": "^2.2.20", | |
"copy-webpack-plugin": "^11.0.0", | |
"jsdom": "^22.1.0", | |
"langchain": "^0.0.180", | |
"lucide-react": "^0.292.0", | |
"next": "14.0.1", | |
"node-fetch": "^3.3.2", | |
"onnxruntime-web": "^1.16.3", | |
"openai": "^4.0.0", | |
"openai-function-calling-tools": "^6.1.3", | |
"pdf-parse": "^1.1.1", | |
"puppeteer": "^19.11.1", | |
"react": "^18", | |
"react-dom": "^18", | |
"react-markdown": "^9.0.0", | |
"serpapi": "^2.0.0", | |
"sonner": "^1.1.0", | |
"the-odds-api": "^2.1.0", | |
"zod": "^3.22.4", | |
"zod-to-json-schema": "^3.21.4" | |
}, | |
"devDependencies": { | |
"@types/jsdom": "^21.1.4", | |
"@types/node": "^20", | |
"@types/pdf-parse": "^1.1.3", | |
"@types/puppeteer": "^7.0.4", | |
"@types/react": "^18", | |
"@types/react-dom": "^18", | |
"eslint": "^8", | |
"eslint-config-next": "14.0.1", | |
"node-loader": "^2.0.0", | |
"typescript": "^5" | |
} | |
} | |