-
-
Notifications
You must be signed in to change notification settings - Fork 69
/
package.json
61 lines (61 loc) · 1.7 KB
/
package.json
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
{
"name": "altus",
"productName": "Altus",
"version": "5.4.0",
"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": "eslint --ext .ts,.tsx ."
},
"keywords": [
"whatsapp",
"whatsapp web",
"whatsapp themes"
],
"author": {
"name": "Aman Harwara",
"email": "[email protected]"
},
"license": "GPL-3.0",
"devDependencies": {
"@electron-forge/cli": "^7.1.0",
"@electron-forge/maker-base": "^7.2.0",
"@electron-forge/maker-dmg": "^7.1.0",
"@electron-forge/plugin-auto-unpack-natives": "^7.1.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": "^24.13.2",
"autoprefixer": "^10.4.15",
"electron": "28.2.0",
"eslint": "^8.0.1",
"eslint-plugin-import": "^2.25.0",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.3",
"ts-node": "^10.0.0",
"typescript": "^5.2.2",
"vite-plugin-solid": "^2.7.0"
},
"dependencies": {
"@kobalte/core": "^0.11.0",
"@kobalte/tailwindcss": "^0.8.0",
"@kobalte/utils": "^0.9.0",
"@solid-primitives/resize-observer": "^2.0.22",
"auto-launch": "^5.0.6",
"electron-context-menu": "^3.6.1",
"electron-dl": "^3.5.0",
"electron-store": "^8.1.0",
"nanoid": "^4.0.2",
"solid-js": "^1.7.11",
"tailwind-merge": "^1.14.0",
"zod": "^3.22.3"
}
}