CoolFace
Apppublic

dataTeam24/GeneralPurposeRAG

sourceHugging Faceupdated 7mo agoView on Hugging Face
0likes
package.json36 linesDownload Raw Back to frontend
1{2  "name": "frontend",3  "private": true,4  "version": "0.0.0",5  "type": "module",6  "scripts": {7    "dev": "vite",8    "build": "tsc -b && vite build",9    "lint": "eslint .",10    "preview": "vite preview"11  },12  "dependencies": {13    "lucide-react": "^0.563.0",14    "react": "^19.2.0",15    "react-dom": "^19.2.0",16    "react-markdown": "^10.1.0",17    "remark-gfm": "^4.0.1"18  },19  "devDependencies": {20    "@eslint/js": "^9.39.1",21    "@tailwindcss/vite": "^4.1.18",22    "@types/node": "^24.10.1",23    "@types/react": "^19.2.5",24    "@types/react-dom": "^19.2.3",25    "@vitejs/plugin-react": "^5.1.1",26    "eslint": "^9.39.1",27    "eslint-plugin-react-hooks": "^7.0.1",28    "eslint-plugin-react-refresh": "^0.4.24",29    "globals": "^16.5.0",30    "tailwindcss": "^4.1.18",31    "typescript": "~5.9.3",32    "typescript-eslint": "^8.46.4",33    "vite": "^7.2.4"34  }35}36