-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.04 KB
/
package.json
File metadata and controls
37 lines (37 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
{
"name": "tuffahi",
"version": "0.1.0",
"description": "Tuffahi - Cross-platform music client for Apple Music built with Electron, SolidJS, and MusicKit.",
"author": {
"name": "Salama Ashoush",
"email": "salamaashoush@gmail.com"
},
"type": "module",
"main": "out/main/index.js",
"scripts": {
"dev": "electron-vite dev",
"build": "electron-vite build",
"preview": "electron-vite preview",
"package": "electron-vite build && electron-builder"
},
"dependencies": {
"@solidjs/router": "^0.15.3",
"@tailwindcss/vite": "^4.1.18",
"discord-rpc": "^4.0.1",
"lucide-solid": "^0.563.0",
"solid-js": "^1.9.4",
"tailwindcss": "^4.1.18"
},
"devDependencies": {
"@types/jsonwebtoken": "^9.0.7",
"@types/node": "^22.10.7",
"dotenv": "^16.4.7",
"jsonwebtoken": "^9.0.2",
"electron": "github:castlabs/electron-releases#v40.1.0+wvcus",
"electron-builder": "^25.1.8",
"electron-vite": "^5.0.0",
"typescript": "^5.7.3",
"vite": "^6.0.7",
"vite-plugin-solid": "^2.11.0"
}
}