-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
98 lines (98 loc) · 3 KB
/
Copy pathpackage.json
File metadata and controls
98 lines (98 loc) · 3 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "nova",
"description": "A comic book reader, For the Digital Comic Enthusiast",
"version": "0.0.1",
"author": {
"email": "ikwueinalegwu@gmail.com",
"name": "Ikwue Inalegwu"
},
"license": "MIT",
"repository": {
"url": "https://github.com/Inalegwu/Nova.git"
},
"main": "out/main/main.js",
"scripts": {
"start": "electron-vite preview",
"dev": "electron-vite dev -w",
"prebuild": "electron-vite build",
"build": "pnpm exec tsx build.ts",
"db:generate": "drizzle-kit generate",
"db:migrate": "drizzle-kit migrate",
"type:check": "pnpm exec tsc --noEmit",
"postinstall": "electron-rebuild --logLevel=silly",
"app-release": "pnpm exec np --no-publish --no-cleanup --no-tests --no-release-draft"
},
"dependencies": {
"@base-ui/react": "^1.0.0",
"@comic-vine/client": "^0.2.0",
"@effect/platform": "^0.93.3",
"@effect/platform-node": "^0.100.0",
"@electron/rebuild": "^3.7.2",
"@heroicons/react": "^2.2.0",
"@libsql/client": "^0.15.15",
"@solar-icons/react": "^1.0.1",
"@stitches/react": "^1.2.8",
"@tailwindcss/vite": "^4.1.18",
"@tanstack/query-async-storage-persister": "^5.90.12",
"@tanstack/query-db-collection": "^1.0.14",
"@tanstack/react-db": "^0.1.62",
"@tanstack/react-query": "^4.42.0",
"@tanstack/react-query-persist-client": "^5.90.12",
"@tanstack/react-router": "^1.139.3",
"@tanstack/react-virtual": "^3.13.12",
"@toolwind/corner-shape": "^0.0.8-3",
"@trpc/client": "^10.45.2",
"@trpc/react-query": "^10.45.2",
"@trpc/server": "^10.45.2",
"@use-gesture/react": "^10.3.1",
"adm-zip": "^0.5.16",
"broadcast-channel": "^7.2.0",
"chokidar": "^3.6.0",
"dotenv": "^17.2.3",
"drizzle-orm": "^0.32.2",
"effect": "^3.19.6",
"electron-trpc": "^0.5.2",
"envalid": "^8.1.1",
"fast-xml-parser": "^5.3.2",
"lucide-react": "^0.562.0",
"moment": "^2.30.1",
"motion": "^12.23.24",
"next-themes": "^0.4.6",
"node-unrar-js": "^2.0.2",
"node-vibrant": "^4.0.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.1.2",
"react-icons": "^5.5.0",
"sonner": "^2.0.7",
"sort-by": "^1.2.0",
"tailwindcss": "^4.1.18",
"uuid": "^10.0.0",
"vite-tsconfig-paths": "^5.1.4",
"workerpool": "^10.0.1",
"ws": "^8.18.3",
"yauzl": "^3.2.0",
"zod": "^3.25.76",
"zustand": "^5.0.9"
},
"devDependencies": {
"@biomejs/biome": "1.7.3",
"@effect/language-service": "^0.9.2",
"@tanstack/router-devtools": "^1.139.3",
"@tanstack/router-plugin": "^1.139.3",
"@types/adm-zip": "^0.5.7",
"@types/node": "^20.19.25",
"@types/react": "^18.3.27",
"@types/react-dom": "^18.3.7",
"@types/uuid": "^10.0.0",
"@types/ws": "^8.18.1",
"@vitejs/plugin-react": "^4.7.0",
"drizzle-kit": "^0.23.2",
"electron": "^28.3.3",
"electron-builder": "^24.13.3",
"electron-vite": "^2.3.0",
"tsx": "^4.20.6",
"typescript": "^5.9.3",
"vite": "^5.4.21"
}
}