feat: Implement AI Assistance Portal with types and components for student requests and insights

This commit is contained in:
defiQUG
2025-10-05 05:14:58 -07:00
parent 914c4180b5
commit 47d913cf34
9 changed files with 6761 additions and 101 deletions

View File

@@ -31,12 +31,24 @@
},
"homepage": "https://miraclesinmotion.org",
"dependencies": {
"@tensorflow/tfjs": "^4.22.0",
"bull": "^4.16.5",
"compromise": "^14.14.4",
"date-fns": "^4.1.0",
"framer-motion": "^10.16.16",
"ioredis": "^5.8.0",
"lucide-react": "^0.290.0",
"ml-matrix": "^6.12.1",
"natural": "^8.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"framer-motion": "^10.16.16",
"lucide-react": "^0.290.0"
"redis": "^5.8.3",
"socket.io-client": "^4.8.1",
"uuid": "^13.0.0",
"ws": "^8.18.3"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@typescript-eslint/eslint-plugin": "^6.10.0",
@@ -49,8 +61,7 @@
"gh-pages": "^6.0.0",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5",
"@tailwindcss/typography": "^0.5.10",
"typescript": "^5.2.2",
"vite": "^4.5.0"
}
}
}