-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.21 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.21 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
{
"name": "gradops",
"version": "0.1.0",
"description": "Local-first graduate application command center: every university you apply to as an operation card, with approval-gated mail sending.",
"author": "Remzi Altunay",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Hundreak/GradOps.git"
},
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"test": "vitest run",
"typecheck": "tsc -b",
"tauri:dev": "tauri dev",
"tauri:build": "tauri build"
},
"dependencies": {
"@fontsource-variable/fraunces": "^5.1.0",
"@fontsource-variable/inter": "^5.1.0",
"@fontsource/jetbrains-mono": "^5.1.2",
"@tauri-apps/api": "^2.11.1",
"lucide-react": "^0.468.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^7.18.2",
"zod": "^3.25.76",
"zustand": "^5.0.2"
},
"devDependencies": {
"@tauri-apps/cli": "^2.11.4",
"@types/node": "^26.2.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.4",
"typescript": "~5.6.3",
"vite": "^6.0.3",
"vitest": "^3.2.7"
}
}