Spaces:
Sleeping
Sleeping
| { | |
| "name": "rag-product-demo", | |
| "version": "0.1.0", | |
| "private": true, | |
| "scripts": { | |
| "dev": "next dev --turbopack", | |
| "build": "next build", | |
| "start": "next start", | |
| "lint": "next lint" | |
| }, | |
| "dependencies": { | |
| "@emotion/react": "^11.13.5", | |
| "@emotion/styled": "^11.13.5", | |
| "@huggingface/inference": "^2.8.1", | |
| "@langchain/community": "^0.3.16", | |
| "@langchain/openai": "^0.3.14", | |
| "@mui/icons-material": "^6.1.8", | |
| "@mui/lab": "^6.0.0-beta.16", | |
| "@mui/material": "^6.1.8", | |
| "@types/pdf-parse": "^1.1.4", | |
| "docx": "^9.0.3", | |
| "docx-loader": "^1.0.4", | |
| "framer-motion": "^11.11.17", | |
| "langchain": "^0.3.6", | |
| "next": "15.0.3", | |
| "pdf-parse": "^1.1.1", | |
| "react": "^18.2.0", | |
| "react-dom": "^18.2.0" | |
| }, | |
| "devDependencies": { | |
| "@types/node": "^20", | |
| "@types/react": "^18", | |
| "@types/react-dom": "^18", | |
| "eslint": "^8", | |
| "eslint-config-next": "15.0.3", | |
| "postcss": "^8", | |
| "tailwindcss": "^3.4.1", | |
| "typescript": "^5" | |
| } | |
| } | |