-
-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
125 lines (125 loc) · 4.25 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
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"name": "ytmdesktop2",
"version": "0.14.0",
"private": false,
"author": "Venipa <[email protected]>",
"main": "./out/main/index.js",
"scripts": {
"format": "prettier --write .",
"lint": "eslint \"src/*\" --ext .js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts,.vue --fix",
"typecheck:node": "tsc --noEmit -p tsconfig.node.json --composite false",
"typecheck:web": "vue-tsc --noEmit -p tsconfig.web.json --composite false",
"typecheck": "npm run typecheck:node && npm run typecheck:web",
"start": "electron-vite preview",
"dev": "electron-vite dev --watch",
"build": "npm run typecheck && electron-vite build",
"postinstall": "patch-package --patch-dir patches && electron-builder install-app-deps",
"release:nocheck": "cross-env NODE_ENV=production electron-vite build && electron-builder",
"release": "cross-env NODE_ENV=production npm run build && electron-builder",
"build:unpack": "npm run build && electron-builder --dir",
"build:win": "npm run build && electron-builder --win",
"build:mac": "npm run build && electron-builder --mac",
"build:linux": "npm run build && electron-builder --linux"
},
"dependencies": {
"@electron-toolkit/preload": "^3.0.1",
"@electron-toolkit/utils": "^3.0.0",
"@headlessui/vue": "^1.6.7",
"@paralleldrive/cuid2": "^2.2.2",
"@poppinss/utils": "^5.0.0",
"@sentry/electron": "^5.6.0",
"@tailwindcss/line-clamp": "^0.4.2",
"@types/dompurify": "^3.0.5",
"@xhayper/discord-rpc": "^1.2.0",
"autoprefixer": "^10.4.8",
"chalk": "^5.0.1",
"core-js": "^3.24.1",
"cors": "^2.8.5",
"daisyui": "^2.20.0",
"date-fns": "^2.29.1",
"dompurify": "^3.1.7",
"electron-conf": "^1.2.1",
"electron-threads": "^1.0.2",
"electron-updater": "^6.3.9",
"events": "^3.3.0",
"express": "^4.18.1",
"express-ws": "^5.0.2",
"got": "^11.8.6",
"keytar": "^7.9.0",
"lodash-es": "^4.17.21",
"lucide-vue-next": "^0.454.0",
"node-fetch": "^2.6.7",
"node-vibrant": "^3.2.1-alpha.1",
"non.geist": "^1.0.4",
"postcss": "^8.4.14",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.0",
"sass": "^1.32.8",
"semver": "7.6.0",
"tailwindcss": "^3.4.14",
"thenby": "^1.3.4",
"vue": "^3.5.12",
"vue-router": "^4.0.5",
"winston": "^3.3.3",
"winston-daily-rotate-file": "^4.5.2",
"winston-transport": "^4.4.0",
"xosms": "^0.6.2",
"yaml": "^2.6.0"
},
"devDependencies": {
"@electron-toolkit/eslint-config": "^1.0.2",
"@electron-toolkit/eslint-config-ts": "^2.0.0",
"@electron-toolkit/tsconfig": "^1.0.1",
"@rushstack/eslint-patch": "^1.10.4",
"@types/cors": "^2.8.17",
"@types/electron-devtools-installer": "^2.2.0",
"@types/events": "^3.0.0",
"@types/express": "^4.17.13",
"@types/express-ws": "^3.0.1",
"@types/lodash-es": "^4.17.6",
"@types/node": "^20.14.8",
"@types/node-fetch": "^2.6.2",
"@types/sass": "^1.43.1",
"@types/semver": "7.5.8",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/compiler-sfc": "^3.2.37",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"babel-eslint": "^10.1.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cross-env": "^7.0.3",
"electron": "^33.0.2",
"electron-builder": "26.0.0-alpha.3",
"electron-devtools-installer": "^3.2.0",
"electron-vite": "^2.3.0",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.26.0",
"mini-svg-data-uri": "^1.4.4",
"node-gyp": "^10.2.0",
"patch-package": "^8.0.0",
"postcss-import": "^14.1.0",
"prettier": "^3.3.3",
"sass-embedded": "^1.80.6",
"svg-inline-loader": "^0.8.2",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"tslib": "^2.6.2",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"vite-svg-loader": "^5.1.0",
"vue-svg-loader": "^0.17.0-beta.2",
"vue-tsc": "^2.1.10",
"webpack-node-externals": "^3.0.0"
},
"license": "MIT",
"optionalDependencies": {
"@types/discord-rpc": "^4.0.3",
"bufferutil": "^4.0.6",
"utf-8-validate": "^5.0.8"
},
"packageManager": "[email protected]",
"repository": "https://github.com/Venipa/ytmdesktop2"
}