-
-
Notifications
You must be signed in to change notification settings - Fork 87
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.75 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.75 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
{
"name": "altus",
"productName": "Altus",
"version": "5.7.2",
"description": "Desktop client for WhatsApp Web with themes & multiple account support.",
"main": ".vite/build/main.js",
"build": {
"publish": "never"
},
"scripts": {
"start": "electron-forge start",
"package": "electron-forge package",
"make": "electron-forge make",
"publish": "electron-forge publish",
"lint": "tsc --noEmit && eslint --ext .ts,.tsx ."
},
"keywords": [
"whatsapp",
"whatsapp web",
"whatsapp themes"
],
"author": {
"name": "Aman Harwara",
"email": "amanharwara@protonmail.com"
},
"license": "GPL-3.0",
"devDependencies": {
"@electron-forge/cli": "^7.8.0",
"@electron-forge/maker-base": "^7.8.0",
"@electron-forge/maker-dmg": "^7.8.0",
"@electron-forge/plugin-auto-unpack-natives": "^7.8.0",
"@electron-forge/plugin-vite": "^7.1.0",
"@types/auto-launch": "^5.0.3",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"app-builder-lib": "^26.0.12",
"autoprefixer": "^10.4.15",
"dmg-builder": "^26.0.12",
"electron": "35.1.5",
"eslint": "^8.0.1",
"eslint-plugin-import": "^2.31.0",
"postcss": "^8.5.3",
"tailwindcss": "^3.3.3",
"ts-node": "^10.0.0",
"typescript": "^5.8.3",
"vite-plugin-solid": "^2.11.6"
},
"dependencies": {
"@kobalte/core": "^0.13.8",
"@kobalte/tailwindcss": "^0.9.0",
"@kobalte/utils": "^0.9.0",
"auto-launch": "^5.0.6",
"color2k": "^2.0.3",
"electron-context-menu": "^4.0.5",
"electron-dl": "^4.0.0",
"electron-store": "^8.1.0",
"nanoid": "^5.1.5",
"solid-js": "^1.9.5",
"tailwind-merge": "^3.2.0",
"zod": "^3.24.2"
},
"packageManager": "yarn@4.9.0"
}