forked from lllrrr2/aliyunpan-odomu
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
106 lines (106 loc) · 2.8 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"name": "alixby",
"description": "阿里云盘小白羊",
"version": "3.24.42510",
"main": "dist/electron/main/index.js",
"author": {
"name": "Odomu",
"email": "[email protected]"
},
"homepage": "https://github.com/odomu/aliyunpan",
"license": "GPL-3.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"build:version": "node version.mjs",
"build:electron": "pnpm run build && electron-builder",
"build:test": "pnpm run build && electron-builder --dir"
},
"engines": {
"node": ">=18.0.0"
},
"devDependencies": {
"@arco-design/web-vue": "2.55.1",
"@arco-themes/vue-gi-demo": "^0.0.48",
"@types/crypto-js": "^4.2.2",
"@types/fast-levenshtein": "^0.0.4",
"@types/howler": "^2.2.11",
"@types/lodash": "^4.17.0",
"@types/markdown-it": "^14.0.1",
"@types/mime-types": "^2.1.4",
"@types/node": "^20.12.7",
"@types/node-ssdp": "^4.0.4",
"@types/secp256k1": "^4.0.6",
"@types/thunky": "^1.1.2",
"@types/uuid": "^9.0.8",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/runtime-core": "3.4.25",
"@vue/runtime-dom": "3.4.25",
"ant-design-vue": "4.2.1",
"aria2-lib": "1.0.1",
"artplayer": "^5.1.1",
"axios": "^1.6.8",
"chinese-simple2traditional": "^2.1.0",
"consola": "^3.2.3",
"cookie": "^0.6.0",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.10",
"dexie": "^4.0.4",
"dom-to-image": "^2.6.0",
"electron": "21.4.4",
"electron-builder": "^24.13.3",
"electron-is": "^3.0.0",
"fast-levenshtein": "^3.0.0",
"fast-xml-parser": "^4.3.6",
"fix-path": "^4.0.0",
"fuzzysort": "^2.0.4",
"hls.js": "^1.5.8",
"howler": "^2.2.4",
"isomorphic-fetch": "^3.0.0",
"jassub": "^1.7.15",
"jschardet": "^3.1.2",
"less": "^4.2.0",
"lodash": "^4.17.21",
"markdown-it": "^14.1.0",
"mime-types": "^2.1.35",
"node-ssdp": "^4.0.1",
"pako": "^2.1.0",
"path-to-regexp": "^6.2.2",
"perf_hooks": "^0.0.1",
"pinia": "^2.1.7",
"secp256k1": "^5.0.0",
"semver": "^7.6.0",
"socks-proxy-agent": "^8.0.3",
"terser": "^5.30.4",
"thunky": "^1.1.0",
"tree-kill": "^1.2.2",
"typescript": "^5.4.5",
"upnp-client-ts": "^1.1.1",
"uuid": "^9.0.1",
"uuid-by-string": "^4.0.0",
"viewerjs": "^1.11.6",
"vite": "5.2.10",
"vite-plugin-electron": "0.15.6",
"vite-plugin-electron-renderer": "0.14.5",
"vue": "3.4.25",
"vue-tsc": "^2.0.14",
"webdav-server": "^2.6.2",
"whacko": "^0.19.1"
},
"debug": {
"env": {
"VITE_DEV_SERVER_HOSTNAME": "127.0.0.1",
"VITE_DEV_SERVER_PORT": 5173,
"VITE_DEV_SERVER_URL": "http://127.0.0.1:5173"
}
},
"keywords": [
"aliyunpan",
"electron",
"rollup",
"vite",
"vue3",
"vue"
]
}