Files
res-downloader/package.json
2024-09-04 09:20:20 +08:00

65 lines
1.7 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "res-downloader",
"version": "2.1.1",
"main": "dist-electron/main/index.js",
"description": "res-downloader(爱享素材下载器)支持视频号、小程序、抖音、快手、小红书、酷狗音乐、qq音乐、qq短视频等",
"homepage": "https://github.com/putyy/res-downloader",
"author": {
"name": "putyy",
"email": "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": "node script/hoxy.ts && vite",
"build": "node script/hoxy.ts && 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": "^2.0.29"
},
"dependencies": {
"axios": "^1.5.0",
"hoxy": "^3.3.1",
"tunnel-agent": "^0.6.0"
}
}