This repository was archived by the owner on Feb 13, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.27 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.27 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
{
"name": "ncm-cloud",
"version": "1.1.1",
"main": "dist-electron/main/index.js",
"description": "网易云云盘管理",
"author": "cinvin",
"license": "MIT",
"private": true,
"keywords": [
"electron",
"vite",
"vue3"
],
"debug": {
"env": {
"VITE_DEV_SERVER_URL": "http://127.0.0.1:3344/"
}
},
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build && electron-builder",
"preview": "vite preview",
"dist-mac": "vue-tsc --noEmit && vite build && electron-builder --mac",
"dist-win64": "vue-tsc --noEmit && vite build && electron-builder --win --x64"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"electron": "^15.5.7",
"electron-builder": "^23.6.0",
"typescript": "^4.9.4",
"unplugin-auto-import": "^0.14.3",
"unplugin-vue-components": "^0.24.0",
"vite": "^4.0.4",
"vite-plugin-electron": "^0.11.1",
"vite-plugin-electron-renderer": "^0.11.4",
"vue": "^3.2.45",
"vue-tsc": "^1.0.24"
},
"dependencies": {
"@element-plus/icons-vue": "^2.0.10",
"@types/qrcode": "^1.4.2",
"axios": "^0.26.1",
"dayjs": "^1.11.7",
"element-plus": "^2.2.30",
"NeteaseCloudMusicApi": "^4.8.9",
"pinia": "^2.0.30",
"vue-router": "^4.1.6"
}
}