2
2
"name" : " vesktop" ,
3
3
"version" : " 1.5.3" ,
4
4
"private" : true ,
5
- "description" : " " ,
5
+ "description" : " Vesktop is a custom Discord desktop app " ,
6
6
"keywords" : [],
7
7
"homepage" : " https://vencord.dev/" ,
8
8
"license" : " GPL-3.0" ,
32
32
},
33
33
"devDependencies" : {
34
34
"@fal-works/esbuild-plugin-global-externals" : " ^2.1.2" ,
35
- "@types/node" : " ^20.11.26 " ,
36
- "@types/react" : " ^18.2.0 " ,
37
- "@typescript-eslint/eslint-plugin" : " ^7.2 .0" ,
38
- "@typescript-eslint/parser" : " ^7.2 .0" ,
35
+ "@types/node" : " ^20.14.11 " ,
36
+ "@types/react" : " ^18.3.3 " ,
37
+ "@typescript-eslint/eslint-plugin" : " ^7.17 .0" ,
38
+ "@typescript-eslint/parser" : " ^7.17 .0" ,
39
39
"@vencord/types" : " ^1.8.4" ,
40
40
"dotenv" : " ^16.4.5" ,
41
- "electron" : " ^31.1.0 " ,
42
- "electron-builder" : " ^24.13.3 " ,
43
- "esbuild" : " ^0.20.1 " ,
41
+ "electron" : " ^31.2.1 " ,
42
+ "electron-builder" : " ^25.0.1 " ,
43
+ "esbuild" : " ^0.20.2 " ,
44
44
"eslint" : " ^8.57.0" ,
45
45
"eslint-config-prettier" : " ^9.1.0" ,
46
46
"eslint-import-resolver-alias" : " ^1.1.2" ,
47
- "eslint-plugin-license-header" : " ^0.6.0 " ,
48
- "eslint-plugin-path-alias" : " ^1.0 .0" ,
49
- "eslint-plugin-prettier" : " ^5.1.3 " ,
50
- "eslint-plugin-simple-import-sort" : " ^12.0.0 " ,
51
- "eslint-plugin-unused-imports" : " ^3.1 .0" ,
52
- "prettier" : " ^3.2.5 " ,
47
+ "eslint-plugin-license-header" : " ^0.6.1 " ,
48
+ "eslint-plugin-path-alias" : " ^1.1 .0" ,
49
+ "eslint-plugin-prettier" : " ^5.2.1 " ,
50
+ "eslint-plugin-simple-import-sort" : " ^12.1.1 " ,
51
+ "eslint-plugin-unused-imports" : " ^3.2 .0" ,
52
+ "prettier" : " ^3.3.3 " ,
53
53
"source-map-support" : " ^0.5.21" ,
54
- "tsx" : " ^4.7.1 " ,
55
- "type-fest" : " ^4.12 .0" ,
56
- "typescript" : " ^5.4.2 " ,
57
- "xml-formatter" : " ^3.6.2 "
54
+ "tsx" : " ^4.16.2 " ,
55
+ "type-fest" : " ^4.23 .0" ,
56
+ "typescript" : " ^5.5.4 " ,
57
+ "xml-formatter" : " ^3.6.3 "
58
58
},
59
59
"packageManager" :
" [email protected] " ,
60
60
"engines" : {
124
124
]
125
125
}
126
126
],
127
- "category" : " Network" ,
127
+ "category" : " public.app-category.social-networking" ,
128
+ "darkModeSupport" : true ,
128
129
"extendInfo" : {
129
130
"NSMicrophoneUsageDescription" : " This app needs access to the microphone" ,
130
131
"NSCameraUsageDescription" : " This app needs access to the camera" ,
131
132
"com.apple.security.device.audio-input" : true ,
132
133
"com.apple.security.device.camera" : true
133
- }
134
+ },
135
+ "notarize" : true
134
136
},
135
137
"dmg" : {
136
138
"background" : " build/background.tiff" ,
184
186
185
187
}
186
188
}
187
- }
189
+ }
0 commit comments