-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
63 lines (63 loc) · 1.95 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
{
"name": "cheesemusic",
"version": "1.1.4",
"description": "奶酪音乐",
"main": "./out/main/index.js",
"author": "xwzkj",
"homepage": "https://github.com/xwzkj/music",
"type": "module",
"scripts": {
"format": "prettier --write .",
"lint": "eslint . --ext .js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix",
"start": "electron-vite preview",
"dev": "chcp 65001 && electron-vite dev",
"build": "electron-vite build",
"postinstall": "electron-builder install-app-deps",
"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",
"NeteaseCloudMusicApi": "^4.24.0",
"ajv": "^8.17.1",
"axios": "^1.7.2",
"conf": "^13.0.1",
"electron-store": "^10.0.0",
"open": "^10.1.0",
"path": "^0.12.7"
},
"devDependencies": {
"@ant-design/colors": "^7.1.0",
"@electron-toolkit/eslint-config": "^1.0.2",
"@iconify/json": "^2.2.231",
"@rushstack/eslint-patch": "^1.10.4",
"@types/animejs": "^3.1.12",
"@types/wicg-file-system-access": "^2023.10.5",
"@vitejs/plugin-vue": "^5.1.1",
"@vue/eslint-config-prettier": "^9.0.0",
"animejs": "^3.2.2",
"autoprefixer": "^10.4.20",
"colorthief": "^2.4.0",
"crypto-js": "^4.2.0",
"electron": "^31.3.1",
"electron-builder": "^25.1.8",
"electron-vite": "^2.3.0",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.27.0",
"less": "^4.2.0",
"mitt": "^3.0.1",
"naive-ui": "^2.39.0",
"pinia": "^2.2.0",
"prettier": "^3.3.3",
"unocss": "^0.62.3",
"unplugin-auto-import": "^0.17.8",
"unplugin-icons": "^0.19.0",
"unplugin-vue-components": "^0.27.3",
"vite": "^5.3.5",
"vue": "^3.4.34",
"vue-router": "^4.4.0"
}
}