-
Notifications
You must be signed in to change notification settings - Fork 84
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.51 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.51 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
{
"name": "muffon",
"version": "2.4.0",
"description": "Advanced multi-source music streaming + discovery client",
"homepage": "https://muffon.netlify.app",
"repository": "https://github.com/staniel359/muffon",
"license": "AGPL-3.0",
"author": {
"name": "Aleksey Shpakovsky",
"email": "staniel359@gmail.com",
"url": "https://github.com/staniel359"
},
"main": "electron/main.js",
"type": "module",
"scripts": {
"start:vue": "vite",
"start:electron": "electron . --disable-gpu",
"lint": "eslint",
"build:vue": "vite build",
"build:electron": "electron-builder --dir",
"build": "pnpm build:vue && pnpm build:electron",
"package:electron": "electron-builder",
"package": "pnpm build:vue && pnpm package:electron",
"release:electron": "pnpm package:electron --publish always",
"release": "pnpm build:vue && pnpm release:electron",
"preinstall": "npx only-allow pnpm",
"postinstall": "electron-builder install-app-deps",
"postuninstall": "electron-builder install-app-deps"
},
"dependencies": {
"@xhayper/discord-rpc": "^1.3.4",
"dayjs": "^1.11.21",
"dotenv": "^17.4.2",
"electron-dl": "^4.0.0",
"electron-store": "^11.0.2",
"electron-updater": "^6.8.9",
"i18n": "^0.15.3",
"music-metadata": "^11.12.3",
"sanitize-html": "^2.17.4",
"uuid": "^14.0.0"
},
"devDependencies": {
"@eslint/compat": "^2.1.0",
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^10.0.1",
"@rollup/plugin-inject": "^5.0.5",
"@vitejs/plugin-vue": "^6.0.7",
"axios": "^1.17.0",
"change-case": "^5.4.4",
"crypto-js": "^4.2.0",
"deepmerge": "^4.3.1",
"electron": "^42.3.3",
"electron-builder": "26.12.0",
"emoji-picker-element": "^1.29.1",
"emoji-picker-element-data": "^1.8.0",
"esbuild": "^0.28.0",
"eslint": "^10.4.1",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-vue": "^10.9.2",
"fomantic-ui": "^2.9.4",
"globals": "^17.6.0",
"hotkeys-js": "^4.0.4",
"i18n-iso-countries": "^7.14.0",
"jquery": "^4.0.0",
"pinia": "^3.0.4",
"sass": "^1.100.0",
"slick-carousel": "^1.8.1",
"uint8array-extras": "^1.5.0",
"vite": "^8.0.16",
"vite-plugin-electron-renderer": "^1.0.0",
"vite-plugin-eslint": "^1.8.1",
"vue": "^3.5.35",
"vue-i18n": "^11.4.4",
"vue-router": "^5.1.0"
},
"packageManager": "pnpm@11.5.2+sha512.71c631e382066efc25625d5cf029075de07b61b37f6e27350fbd84b1bda5864c8c1967adc280776b45c30a715c0359a3be08fef42d5bb09e2b99029979692916"
}