-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.5 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.5 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
49
50
51
52
53
54
55
56
57
58
{
"name": "eznotesai",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@headlessui/react": "^2.2.0",
"@heroicons/react": "^2.2.0",
"@lottiefiles/dotlottie-react": "^0.17.12",
"@tailwindcss/vite": "^4.0.14",
"axios": "^1.8.3",
"chart.js": "^4.4.8",
"cors": "^2.8.5",
"dompurify": "^3.2.4",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"fs-extra": "^11.3.0",
"lucide-react": "^0.482.0",
"mammoth": "^1.9.0",
"multer": "^1.4.5-lts.1",
"openai": "^4.87.3",
"pdf-parse": "^1.1.1",
"pdf-poppler": "^0.2.1",
"pdf.js-extract": "^0.2.1",
"pdfreader": "^1.2.11",
"react": "^19.0.0",
"react-chartjs-2": "^5.3.0",
"react-dom": "^19.0.0",
"react-dropzone": "^14.3.8",
"react-icons": "^5.5.0",
"react-markdown": "^10.1.0",
"react-router-dom": "^6.19.0",
"remark-gfm": "^4.0.1",
"socket.io-client": "^4.8.1",
"styled-components": "^6.3.9",
"tailwindcss": "^4.0.14",
"tesseract.js": "^6.0.0",
"uuid": "^11.1.0"
},
"devDependencies": {
"@eslint/js": "^9.21.0",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.21.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^15.15.0",
"lightningcss": "^1.31.1",
"vite": "^6.2.0"
}
}