mirror of
https://github.com/bolucat/Archive.git
synced 2025-09-26 20:21:35 +08:00
106 lines
2.8 KiB
JSON
106 lines
2.8 KiB
JSON
{
|
|
"name": "alixby",
|
|
"description": "阿里云盘小白羊",
|
|
"version": "3.24.41217",
|
|
"main": "dist/electron/main/index.js",
|
|
"author": {
|
|
"name": "gaozhangmin",
|
|
"email": "xxx@xx.com"
|
|
},
|
|
"homepage": "https://github.com/gaozhangmin/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.0",
|
|
"@types/mime-types": "^2.1.4",
|
|
"@types/node": "^20.12.5",
|
|
"@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.21",
|
|
"@vue/runtime-dom": "3.4.21",
|
|
"ant-design-vue": "4.1.2",
|
|
"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.1",
|
|
"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.7",
|
|
"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.3",
|
|
"thunky": "^1.1.0",
|
|
"tree-kill": "^1.2.2",
|
|
"typescript": "^5.4.4",
|
|
"upnp-client-ts": "^1.1.1",
|
|
"uuid": "^9.0.1",
|
|
"uuid-by-string": "^4.0.0",
|
|
"viewerjs": "^1.11.6",
|
|
"vite": "5.2.8",
|
|
"vite-plugin-electron": "0.15.6",
|
|
"vite-plugin-electron-renderer": "0.14.5",
|
|
"vue": "3.4.21",
|
|
"vue-tsc": "^2.0.10",
|
|
"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"
|
|
]
|
|
} |