forked from Project-And-Factory/BlurLyric
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.9 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 1.9 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
{
"name": "blurlyric",
"private": true,
"main": "main.js",
"version": "2.3.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"start": "electron-forge start",
"test": "electron .",
"packager": "electron-packager ./ BlurLyric --win --out ./outputs --electron-version 15.5.1 --overwrite",
"package": "electron-forge package",
"make": "electron-forge make"
},
"dependencies": {
"@unblockneteasemusic/server": "^0.27.1",
"animejs": "^3.2.1",
"aria2": "^4.1.2",
"axios": "^0.27.2",
"color": "^4.2.3",
"electron-squirrel-startup": "^1.0.0",
"express": "^4.18.1",
"express-fileupload": "^1.4.0",
"js-cookie": "^3.0.1",
"md5": "^2.3.0",
"music-metadata": "^7.13.0",
"node-fetch": "^2.6.9",
"pac-proxy-agent": "^5.0.0",
"plyr": "^3.7.2",
"qrcode": "^1.5.1",
"rgbaster": "^2.1.1",
"safe-decode-uri-component": "^1.2.1",
"stackblur-canvas": "^2.5.0",
"tunnel": "^0.0.6",
"vite": "^2.9.9",
"vue": "^3.2.45",
"vue-router": "^4.1.1",
"vue-virtual-scroller": "^2.0.0-beta.5",
"vue3-lazyload": "^0.3.5",
"yargs": "^17.5.1"
},
"devDependencies": {
"@electron-forge/cli": "^6.0.1",
"@electron-forge/maker-deb": "^6.0.1",
"@electron-forge/maker-squirrel": "^6.0.1",
"@electron-forge/maker-zip": "^6.0.1",
"@vitejs/plugin-vue": "^2.3.3",
"electron": "^24.0.0",
"vite": "^2.9.9"
},
"description": "高颜值,高性能,多平台支持的网易云音乐第三方音乐播放器",
"repository": {
"type": "git",
"url": "git+https://github.com/Project-And-Factory/BlurLyric2.0.git"
},
"author": "Project And Factory Group, Doge",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Project-And-Factory/BlurLyric2.0/issues"
},
"homepage": "https://github.com/Project-And-Factory/BlurLyric2.0#readme",
"config": {}
}