-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.18 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "hemoscan-ai",
"version": "1.0.0",
"description": "Revolutionary AI-powered anemia detection platform with hybrid ML+AI analysis",
"author": "HemoScan AI Team",
"license": "MIT",
"keywords": [
"medical-ai",
"anemia-detection",
"machine-learning",
"tensorflow",
"gemini-ai",
"healthcare",
"blood-analysis",
"ridge-classifier"
],
"repository": {
"type": "git",
"url": "https://github.com/hemoscan-ai/hemoscan"
},
"private": false,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0"
},
"dependencies": {
"@google/genai": "^1.40.0",
"@supabase/supabase-js": "^2.95.3",
"@tensorflow/tfjs": "^4.22.0",
"papaparse": "^5.5.3",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"recharts": "^3.7.0"
},
"devDependencies": {
"@types/node": "^22.14.0",
"@types/papaparse": "^5.5.2",
"@vitejs/plugin-react": "^5.0.0",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "~5.8.2",
"vite": "^6.2.0"
}
}