forked from Venipa/ytmdesktop2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
144 lines (144 loc) · 4.78 KB
/
package.json
File metadata and controls
144 lines (144 loc) · 4.78 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
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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
"name": "ytmdesktop2",
"version": "0.0.0",
"private": false,
"author": "Venipa <admin@venipa.net>",
"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",
"biome:lint": "biome lint ./src",
"biome:format": "biome format ./src --write",
"biome:check": "biome check ./src",
"biome:check:apply": "biome check ./src --write"
},
"dependencies": {
"@electron-toolkit/preload": "^3.0.2",
"@electron-toolkit/utils": "^3.0.0",
"@headlessui/vue": "^1.6.7",
"@mdx-js/mdx": "^3.1.0",
"@mdx-js/vue": "^3.1.0",
"@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.2",
"autoprefixer": "^10.4.8",
"chalk": "^5.0.1",
"core-js": "^3.24.1",
"cors": "^2.8.5",
"crypto-js": "^4.2.0",
"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.6.2",
"encryption.js": "^1.0.6",
"events": "^3.3.0",
"express": "^4.18.1",
"express-ws": "^5.0.2",
"got": "^11.8.6",
"jsdom": "^26.1.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",
"pretty-bytes": "^7.0.0",
"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": {
"@biomejs/biome": "^2.2.4",
"@electron-toolkit/eslint-config": "^1.0.2",
"@electron-toolkit/eslint-config-ts": "^2.0.0",
"@electron-toolkit/tsconfig": "^1.0.1",
"@electron/fuses": "^1.8.0",
"@rushstack/eslint-patch": "^1.10.4",
"@types/cors": "^2.8.17",
"@types/crypto-js": "^4.2.2",
"@types/electron-devtools-installer": "^2.2.0",
"@types/events": "^3.0.0",
"@types/express": "^4.17.13",
"@types/express-ws": "^3.0.1",
"@types/jsdom": "^21.1.7",
"@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": "^36.6.0",
"electron-builder": "^26.0.12",
"electron-devtools-installer": "^3.2.0",
"electron-vite": "^3.1.0",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.26.0",
"fast-glob": "^3.3.3",
"lefthook": "^1.11.13",
"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": "^6.3.5",
"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"
},
"repository": "https://github.com/Venipa/ytmdesktop2",
"findUnusedExports": {
"include": [
"./src/**/*.ts"
]
}
}