mirror of
https://github.com/putyy/res-downloader.git
synced 2026-01-12 14:14:55 +08:00
62 lines
1.6 KiB
JSON
62 lines
1.6 KiB
JSON
{
|
|
"name": "res-downloader",
|
|
"version": "1.0.2",
|
|
"main": "dist-electron/main/index.js",
|
|
"description": "Electron + Vue + Vite 实现的资源下载软件,支持微信视频号下载、抖音视频下载、快手视频下载、酷狗音乐下载等",
|
|
"author": "putyy@qq.com",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"keywords": [
|
|
"electron",
|
|
"rollup",
|
|
"vite",
|
|
"vue3",
|
|
"vue"
|
|
],
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"@element-plus/icons-vue": "^2.1.0",
|
|
"@vitejs/plugin-vue": "^4.3.3",
|
|
"cross-spawn": "^7.0.3",
|
|
"crypto-js": "^4.1.1",
|
|
"electron": "^26.0.0",
|
|
"electron-builder": "^24.6.3",
|
|
"electron-is-dev": "^2.0.0",
|
|
"electron-log": "^4.4.8",
|
|
"element-plus": "^2.3.12",
|
|
"get-port": "^7.0.0",
|
|
"less": "^4.2.0",
|
|
"less-loader": "^11.1.3",
|
|
"lodash": "^4.17.21",
|
|
"mkdirp": "^3.0.1",
|
|
"pug": "^3.0.2",
|
|
"pug-plain-loader": "^1.1.0",
|
|
"regedit": "^5.1.2",
|
|
"semver": "^7.5.4",
|
|
"typescript": "^5.1.6",
|
|
"unplugin-auto-import": "^0.16.6",
|
|
"unplugin-vue-components": "^0.25.2",
|
|
"vite": "^4.4.9",
|
|
"vite-plugin-electron": "^0.13.0-beta.3",
|
|
"vite-plugin-electron-renderer": "^0.14.5",
|
|
"vue": "^3.3.4",
|
|
"vue-router": "^4.2.4",
|
|
"vue-tsc": "^1.8.8"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.5.0",
|
|
"electron-store": "^8.1.0",
|
|
"getmac": "^5.20.0",
|
|
"hoxy": "^3.3.1"
|
|
}
|
|
}
|