-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
69 lines (69 loc) · 2.12 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
64
65
66
67
68
69
{
"name": "xc-music",
"description": "第三方网易云音乐客户端",
"author": {
"name": "YiktLLW",
"email": "[email protected]"
},
"license": "MIT",
"version": "0.2.9",
"private": true,
"scripts": {
"serve": "vue-cli-service serve ",
"build": "vue-cli-service build --output ./dist",
"lint": "vue-cli-service lint",
"electron:build": "vue-cli-service electron:build",
"electron:serve": "vue-cli-service electron:serve",
"tauri:serve": "npx tauri dev",
"tauri:build": "npx tauri build",
"postinstall": "electron-builder install-app-deps && node babel_cmds.js",
"postuninstall": "electron-builder install-app-deps",
"release": "standard-version"
},
"main": "background.js",
"dependencies": {
"@yiktllw/ncm-api": "4.24.2",
"axios": "^1.7.3",
"cli-color": "^2.0.4",
"color": "^4.2.3",
"core-js": "^3.8.3",
"electron-store": "8.2.0",
"marked": "^14.1.3",
"music-metadata": "7.14.0",
"node-taglib-sharp": "^6.0.1",
"vue": "^3.2.13",
"vue-i18n": "^10.0.4",
"vue-router": "^4.0.3",
"vuex": "^4.1.0"
},
"devDependencies": {
"@babel/cli": "^7.24.8",
"@babel/core": "^7.25.2",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-transform-private-methods": "^7.25.7",
"@babel/preset-env": "^7.25.3",
"@babel/preset-typescript": "^7.24.7",
"@types/chroma-js": "^2.4.4",
"@types/color": "^3.0.6",
"@types/electron-store": "^3.2.0",
"@types/express": "^4.17.21",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-router": "~5.0.0",
"@vue/cli-plugin-typescript": "^5.0.8",
"@vue/cli-service": "~5.0.0",
"electron": "^13.0.0",
"electron-devtools-installer": "^3.1.0",
"prettier": "3.3.3",
"raw-loader": "^4.0.2",
"sass": "^1.79.3",
"sass-loader": "^16.0.2",
"standard-version": "^9.5.0",
"ts-loader": "^8.4.0",
"typescript": "^5.6.3",
"vue-cli-plugin-electron-builder": "~2.1.1",
"vue-loader": "^17.4.2",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4"
}
}