-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.61 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.61 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
{
"name": "schoolmod",
"version": "2.0.0",
"description": "SchoolMod — the all-in-one student productivity hub. SEQTA, Microsoft 365, AI notebooks, flashcards and Claude, in one beautiful desktop app.",
"author": {
"name": "ZDStudios",
"email": "zayndelobel37@gmail.com"
},
"license": "MIT",
"main": "./out/main/index.js",
"homepage": "https://github.com/ZDStudios/SchoolMod",
"scripts": {
"dev": "electron-vite dev",
"start": "electron-vite preview",
"build": "electron-vite build",
"typecheck": "tsc --noEmit -p tsconfig.json",
"pack:dir": "electron-vite build && electron-builder --dir",
"build:win": "electron-vite build && electron-builder --win",
"build:mac": "electron-vite build && electron-builder --mac",
"build:all": "electron-vite build && electron-builder -mw"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.29.0",
"mammoth": "^1.8.0",
"openai": "^4.67.3",
"pdfjs-dist": "^4.7.76",
"puppeteer-core": "^23.11.1"
},
"devDependencies": {
"@types/node": "^22.7.5",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.2",
"autoprefixer": "^10.4.20",
"clsx": "^2.1.1",
"electron": "^33.0.2",
"electron-builder": "^25.1.8",
"electron-vite": "^2.3.0",
"framer-motion": "^11.11.7",
"lucide-react": "^0.451.0",
"postcss": "^8.4.47",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.27.0",
"tailwind-merge": "^2.5.3",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"vite": "^5.4.9",
"zustand": "^5.0.0"
}
}