-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.04 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
{
"name": "academic-oracle",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"start": "serve -s dist"
},
"dependencies": {
"@google/genai": "^1.22.0",
"@google/generative-ai": "^0.24.1",
"@supabase/supabase-js": "^2.89.0",
"buffer": "^6.0.3",
"docx": "^9.5.1",
"file-saver": "^2.0.5",
"framer-motion": "^12.26.2",
"highlight.js": "^11.11.1",
"jigsawstack": "^0.4.2",
"katex": "^0.16.27",
"lucide-react": "^0.562.0",
"mammoth": "^1.11.0",
"pdfjs-dist": "^5.4.449",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-katex": "^3.1.0",
"react-router-dom": "^7.12.0",
"serve": "^14.2.5",
"tesseract.js": "^7.0.0"
},
"devDependencies": {
"@types/node": "^22.19.11",
"@vitejs/plugin-react": "^5.0.0",
"autoprefixer": "^10.4.23",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.19",
"ts-node": "^10.9.2",
"typescript": "~5.8.2",
"vite": "^6.2.0"
}
}