2019-08-16 09:27:23 +00:00
{
"name" : "lx-music-desktop" ,
2024-11-23 06:29:31 +00:00
"version" : "2.10.0-beta.4" ,
2021-01-30 05:14:33 +00:00
"description" : "一个免费的音乐查找助手" ,
2023-08-17 09:49:47 +00:00
"main" : "./dist/main.js" ,
2019-08-22 15:02:59 +00:00
"productName" : "lx-music-desktop" ,
2019-08-16 09:27:23 +00:00
"scripts" : {
2023-08-17 09:49:47 +00:00
"pack" : "node build-config/pack.js && npm run pack:win:setup:x64" ,
"pack:win" : "node build-config/pack.js && npm run pack:win:setup:x64 && npm run pack:win:setup:x86 && npm run pack:win:setup:arm64 && npm run pack:win:setup:x86_64 && npm run pack:win:7z" ,
2023-09-20 03:09:11 +00:00
"pack:win:setup:x86_64" : "node build-config/build-pack.js target=win arch=x86_64 type=setup" ,
"pack:win:setup:x64" : "node build-config/build-pack.js target=win arch=x64 type=setup" ,
"pack:win:setup:x86" : "node build-config/build-pack.js target=win arch=x86 type=setup" ,
"pack:win:setup:arm64" : "node build-config/build-pack.js target=win arch=arm64 type=setup" ,
2020-01-23 09:50:44 +00:00
"pack:win:portable" : "npm run pack:win:portable:x86_64 && npm run pack:win:portable:x64 && npm run pack:win:portable:x86" ,
2023-09-20 03:09:11 +00:00
"pack:win:portable:x86_64" : "node build-config/build-pack.js target=win arch=x86_64 type=portable" ,
"pack:win:portable:x64" : "node build-config/build-pack.js target=win arch=x64 type=portable" ,
"pack:win:portable:x86" : "node build-config/build-pack.js target=win arch=x86 type=portable" ,
"pack:win:7z" : "npm run pack:win:7z:x64" ,
"pack:win:7z:x64" : "node build-config/build-pack.js target=win arch=x64 type=green" ,
"pack:win:7z:arm64" : "node build-config/build-pack.js target=win arch=arm64 type=green" ,
2023-12-05 02:43:14 +00:00
"pack:win7:setup:x64" : "node build-config/build-pack.js target=win arch=x64 type=win7_setup" ,
2023-09-20 03:09:11 +00:00
"pack:win7:7z:x64" : "node build-config/build-pack.js target=win arch=x64 type=win7_green" ,
"pack:win7:7z:x86" : "node build-config/build-pack.js target=win arch=x86 type=win7_green" ,
2023-08-17 09:49:47 +00:00
"pack:linux" : "node build-config/pack.js && npm run pack:linux:deb && npm run pack:linux:appImage && npm run pack:linux:rpm && npm run pack:linux:pacman" ,
2023-09-20 03:09:11 +00:00
"pack:linux:appImage" : "node build-config/build-pack.js target=linux arch=x64 type=appImage" ,
"pack:linux:deb" : "npm run pack:linux:deb:amd64 && npm run pack:linux:deb:arm64 && npm run pack:linux:deb:armv7l" ,
"pack:linux:deb:amd64" : "node build-config/build-pack.js target=linux arch=x64 type=deb" ,
"pack:linux:deb:arm64" : "node build-config/build-pack.js target=linux arch=arm64 type=deb" ,
"pack:linux:deb:armv7l" : "node build-config/build-pack.js target=linux arch=armv7l type=deb" ,
"pack:linux:rpm" : "node build-config/build-pack.js target=linux arch=x64 type=rpm" ,
"pack:linux:pacman" : "node build-config/build-pack.js target=linux arch=x64 type=pacman" ,
2023-08-17 09:49:47 +00:00
"pack:mac" : "node build-config/pack.js && npm run pack:mac:dmg && npm run pack:mac:dmg:arm64" ,
2023-09-20 03:09:11 +00:00
"pack:mac:dmg" : "node build-config/build-pack.js target=mac arch=x64 type=dmg" ,
"pack:mac:dmg:arm64" : "node build-config/build-pack.js target=mac arch=arm64 type=dmg" ,
"pack:dir" : "node build-config/pack.js && node build-config/build-pack.js target=dir" ,
2019-08-16 09:27:23 +00:00
"publish" : "node publish" ,
2023-09-28 04:54:00 +00:00
"publish:win:setup:x64" : "node build-config/build-pack.js target=win arch=x64 type=setup publish=always" ,
"publish:win:setup:x86" : "node build-config/build-pack.js target=win arch=x86 type=setup publish=always" ,
"publish:win:setup:arm64" : "node build-config/build-pack.js target=win arch=arm64 type=setup publish=always" ,
"publish:win:setup:x86_64" : "node build-config/build-pack.js target=win arch=x86_64 type=setup publish=always" ,
2020-01-23 09:50:44 +00:00
"publish:win:portable" : "npm run publish:win:portable:x86_64 && npm run publish:win:portable:x64 && npm run publish:win:portable:x86" ,
2023-09-28 04:54:00 +00:00
"publish:win:portable:x86_64" : "node build-config/build-pack.js target=win arch=x86_64 type=portable publish=always" ,
"publish:win:portable:x64" : "node build-config/build-pack.js target=win arch=x64 type=portable publish=always" ,
"publish:win:portable:x86" : "node build-config/build-pack.js target=win arch=x86 type=portable publish=always" ,
"publish:win:7z:x64" : "node build-config/build-pack.js target=win arch=x64 type=green publish=always" ,
"publish:win:7z:arm64" : "node build-config/build-pack.js target=win arch=arm64 type=green publish=always" ,
2023-12-05 02:43:14 +00:00
"publish:win7:setup:x64" : "node build-config/build-pack.js target=win arch=x64 type=win7_setup publish=always" ,
2023-09-28 04:54:00 +00:00
"publish:win7:7z:x64" : "node build-config/build-pack.js target=win arch=x64 type=win7_green publish=always" ,
"publish:win7:7z:x86" : "node build-config/build-pack.js target=win arch=x86 type=win7_green publish=always" ,
"publish:mac:dmg" : "node build-config/build-pack.js target=mac arch=x64 type=dmg publish=always" ,
"publish:mac:dmg:arm64" : "node build-config/build-pack.js target=mac arch=arm64 type=dmg publish=always" ,
"publish:linux:deb:amd64" : "node build-config/build-pack.js target=linux arch=x64 type=deb publish=always" ,
"publish:linux:deb:arm64" : "node build-config/build-pack.js target=linux arch=arm64 type=deb publish=always" ,
"publish:linux:deb:armv7l" : "node build-config/build-pack.js target=linux arch=armv7l type=deb publish=always" ,
"publish:linux:appImage" : "node build-config/build-pack.js target=linux arch=x64 type=appImage publish=always" ,
"publish:linux:rpm" : "node build-config/build-pack.js target=linux arch=x64 type=rpm publish=always" ,
"publish:linux:pacman" : "node build-config/build-pack.js target=linux arch=x64 type=pacman publish=always" ,
2023-08-17 09:49:47 +00:00
"dev" : "cross-env NODE_OPTIONS=--max-http-header-size=200000 node build-config/runner-dev.js" ,
2022-10-29 03:36:35 +00:00
"build:theme" : "node src/common/theme/createThemes.js" ,
2023-08-17 09:49:47 +00:00
"build" : "node build-config/pack.js" ,
"build:main" : "cross-env NODE_ENV=production webpack --config build-config/main/webpack.config.prod.js --progress" ,
"build:renderer" : "cross-env NODE_ENV=production webpack --config build-config/renderer/webpack.config.prod.js --progress" ,
"build:renderer-lyric" : "cross-env NODE_ENV=production webpack --config build-config/renderer-lyric/webpack.config.prod.js --progress" ,
"build:renderer-scripts" : "cross-env NODE_ENV=production webpack --config build-config/renderer-scripts/webpack.config.prod.js --progress" ,
"lint" : "eslint --ext .ts,.js,.vue -f node_modules/eslint-formatter-friendly src" ,
"lint:fix" : "eslint --ext .ts,.js,.vue -f node_modules/eslint-formatter-friendly --fix src" ,
"postinstall" : "electron-builder install-app-deps" ,
2023-07-18 11:04:25 +00:00
"dp" : "cross-env ELECTRON_GET_USE_PROXY=true GLOBAL_AGENT_HTTPS_PROXY=http://127.0.0.1:2081 npm run pack" ,
"up" : "cross-env ELECTRON_GET_USE_PROXY=true GLOBAL_AGENT_HTTPS_PROXY=http://127.0.0.1:2081 npm i"
2019-08-16 09:27:23 +00:00
} ,
"browserslist" : [
2023-02-17 15:10:16 +00:00
"Electron 22.3.0"
2019-08-16 09:27:23 +00:00
] ,
"engines" : {
2024-02-14 15:52:55 +00:00
"node" : ">= 18" ,
2022-05-19 09:33:12 +00:00
"npm" : ">=8.5.2"
2019-08-16 09:27:23 +00:00
} ,
2022-10-29 03:36:35 +00:00
"macLanguagesInfoPlistStrings" : {
"en" : {
"CFBundleDisplayName" : "LX Music" ,
"CFBundleName" : "LX Music"
} ,
"zh_CN" : {
"CFBundleDisplayName" : "LX Music" ,
"CFBundleName" : "LX Music"
} ,
"zh_TW" : {
"CFBundleDisplayName" : "LX Music" ,
"CFBundleName" : "LX Music"
}
} ,
2019-08-16 09:27:23 +00:00
"repository" : {
"type" : "git" ,
"url" : "git+https://github.com/lyswhut/lx-music-desktop.git"
} ,
2019-08-22 15:02:59 +00:00
"keywords" : [
"music-player" ,
"electron-app" ,
2022-10-29 03:36:35 +00:00
"vuejs3"
2019-08-22 15:02:59 +00:00
] ,
2023-02-18 11:14:01 +00:00
"author" : {
"name" : "lyswhut" ,
"email" : "lyswhut@qq.com"
} ,
2019-08-18 13:41:17 +00:00
"license" : "Apache-2.0" ,
2019-08-16 09:27:23 +00:00
"bugs" : {
"url" : "https://github.com/lyswhut/lx-music-desktop/issues"
} ,
"homepage" : "https://github.com/lyswhut/lx-music-desktop#readme" ,
"devDependencies" : {
2024-11-23 06:29:31 +00:00
"@babel/core" : "^7.26.0" ,
2024-10-25 12:12:29 +00:00
"@babel/eslint-parser" : "^7.25.9" ,
2022-07-03 14:16:06 +00:00
"@babel/plugin-proposal-class-properties" : "^7.18.6" ,
2020-01-17 13:52:36 +00:00
"@babel/plugin-syntax-dynamic-import" : "^7.8.3" ,
2024-10-25 12:12:29 +00:00
"@babel/plugin-transform-modules-umd" : "^7.25.9" ,
"@babel/plugin-transform-runtime" : "^7.25.9" ,
2024-11-23 06:29:31 +00:00
"@babel/preset-env" : "^7.26.0" ,
"@babel/preset-typescript" : "^7.26.0" ,
"@tsconfig/recommended" : "^1.0.8" ,
"@types/better-sqlite3" : "^7.6.12" ,
2023-12-23 10:20:16 +00:00
"@types/needle" : "^3.3.0" ,
2024-11-23 06:29:31 +00:00
"@types/node" : "^20.17.7" ,
2024-01-26 07:44:22 +00:00
"@types/tunnel" : "^0.0.7" ,
2023-06-10 15:44:42 +00:00
"@types/ws" : "8.5.4" ,
2023-08-17 09:49:47 +00:00
"@volar/vue-language-plugin-pug" : "^1.6.5" ,
2024-11-23 06:29:31 +00:00
"@vue/language-plugin-pug" : "^2.1.10" ,
2024-09-21 06:01:50 +00:00
"babel-loader" : "^9.2.1" ,
2024-10-25 12:12:29 +00:00
"browserslist" : "^4.24.2" ,
2021-08-01 04:46:17 +00:00
"chalk" : "^4.1.2" ,
2022-12-26 06:36:46 +00:00
"changelog-parser" : "^3.0.1" ,
2024-01-26 07:44:22 +00:00
"copy-webpack-plugin" : "^12.0.2" ,
2024-11-23 06:29:31 +00:00
"core-js" : "^3.39.0" ,
2020-12-12 11:35:10 +00:00
"cross-env" : "^7.0.3" ,
2024-06-01 03:45:27 +00:00
"css-loader" : "^7.1.2" ,
2024-05-16 11:23:00 +00:00
"css-minimizer-webpack-plugin" : "^7.0.0" ,
2022-08-04 01:31:39 +00:00
"del" : "^6.1.1" ,
2024-11-23 06:29:31 +00:00
"electron" : "^32.2.5" ,
2024-10-17 04:38:05 +00:00
"electron-builder" : "^25.1.8" ,
2020-12-26 02:20:10 +00:00
"electron-debug" : "^3.2.0" ,
2024-07-04 11:41:49 +00:00
"electron-devtools-installer" : "github:lyswhut/electron-devtools-installer#64596d615c1fc891eefd8aef1dfcb2c87aaadf03" ,
2024-11-23 06:29:31 +00:00
"electron-to-chromium" : "^1.5.64" ,
2024-10-17 04:38:05 +00:00
"electron-updater" : "^6.3.9" ,
2024-09-21 06:01:50 +00:00
"eslint" : "^8.57.1" ,
2023-05-30 06:43:44 +00:00
"eslint-config-standard" : "^17.1.0" ,
2024-01-26 07:44:22 +00:00
"eslint-config-standard-with-typescript" : "^43.0.1" ,
2023-08-17 09:49:47 +00:00
"eslint-formatter-friendly" : "github:lyswhut/eslint-friendly-formatter#2170d1320e2fad13615a9dcf229669f0bb473a53" ,
2024-09-24 10:49:46 +00:00
"eslint-plugin-html" : "^8.1.2" ,
2024-11-23 06:29:31 +00:00
"eslint-plugin-vue" : "^9.31.0" ,
2024-03-01 07:08:46 +00:00
"eslint-plugin-vue-pug" : "^0.6.2" ,
2024-06-01 03:45:27 +00:00
"eslint-webpack-plugin" : "^4.2.0" ,
2024-10-25 12:12:29 +00:00
"html-webpack-plugin" : "^5.6.3" ,
2023-08-07 07:17:52 +00:00
"less" : "^4.2.0" ,
2024-02-01 04:44:58 +00:00
"less-loader" : "^12.2.0" ,
2024-11-23 06:29:31 +00:00
"mini-css-extract-plugin" : "^2.9.2" ,
"node-loader" : "^2.1.0" ,
"postcss" : "^8.4.49" ,
2024-03-01 07:08:46 +00:00
"postcss-loader" : "^8.1.1" ,
2024-01-26 07:44:22 +00:00
"postcss-pxtorem" : "^6.1.0" ,
2024-06-01 03:45:27 +00:00
"pug" : "^3.0.3" ,
2023-08-17 09:49:47 +00:00
"pug-plain-loader" : "^1.1.0" ,
2024-07-16 11:06:16 +00:00
"rimraf" : "^6.0.1" ,
2022-10-29 03:36:35 +00:00
"spinnies" : "github:lyswhut/spinnies#233305c58694aa3b053e3ab9af9049993f918b9d" ,
2023-08-17 09:49:47 +00:00
"svg-sprite-loader" : "^6.0.11" ,
"svg-transform-loader" : "^2.0.13" ,
"svgo-loader" : "^4.0.0" ,
2024-10-17 04:38:05 +00:00
"terser" : "^5.36.0" ,
2023-12-30 06:20:31 +00:00
"terser-webpack-plugin" : "^5.3.10" ,
2024-04-05 05:10:45 +00:00
"tree-kill" : "^1.2.2" ,
2023-11-22 04:47:55 +00:00
"ts-loader" : "^9.5.1" ,
2024-11-23 06:29:31 +00:00
"typescript" : "^5.7.2" ,
2024-06-01 03:45:27 +00:00
"vue-eslint-parser" : "^9.4.3" ,
2024-01-06 12:26:30 +00:00
"vue-loader" : "^17.4.2" ,
2023-12-30 06:20:31 +00:00
"vue-template-compiler" : "^2.7.16" ,
2024-11-23 06:29:31 +00:00
"webpack" : "^5.96.1" ,
2023-08-17 09:49:47 +00:00
"webpack-cli" : "^5.1.4" ,
2024-09-06 01:44:30 +00:00
"webpack-dev-server" : "5.0.4" ,
2023-08-17 09:49:47 +00:00
"webpack-hot-middleware" : "github:lyswhut/webpack-hot-middleware#329c4375134b89d39da23a56a94db651247c74a1" ,
2024-07-04 11:49:39 +00:00
"webpack-merge" : "^6.0.1"
2019-08-16 09:27:23 +00:00
} ,
"dependencies" : {
2024-05-16 11:23:00 +00:00
"@simonwep/pickr" : "^1.9.1" ,
2024-10-25 12:12:29 +00:00
"better-sqlite3" : "^11.5.0" ,
2023-10-17 10:14:49 +00:00
"bufferutil" : "^4.0.8" ,
2023-01-31 10:35:34 +00:00
"comlink" : "~4.3.1" ,
2023-10-25 06:22:41 +00:00
"crypto-js" : "^4.2.0" ,
2024-11-23 06:29:31 +00:00
"electron-log" : "^5.2.2" ,
2023-08-28 05:39:23 +00:00
"font-list" : "^1.5.1" ,
2021-05-25 07:40:07 +00:00
"iconv-lite" : "^0.6.3" ,
2023-12-30 06:20:31 +00:00
"image-size" : "^1.1.0" ,
2024-10-17 04:38:05 +00:00
"jschardet" : "^3.1.4" ,
2023-04-24 05:13:10 +00:00
"long" : "^5.2.3" ,
2023-09-14 03:04:58 +00:00
"message2call" : "^0.1.3" ,
2024-11-23 06:29:31 +00:00
"music-metadata" : "^10.6.0" ,
2022-12-06 10:25:17 +00:00
"needle" : "github:lyswhut/needle#93299ac841b7e9a9f82ca7279b88aaaeda404060" ,
2023-03-01 10:51:17 +00:00
"node-id3" : "^0.2.6" ,
2024-09-06 01:44:30 +00:00
"sortablejs" : "^1.15.3" ,
2022-04-07 06:41:09 +00:00
"tunnel" : "^0.0.6" ,
2024-11-23 06:29:31 +00:00
"utf-8-validate" : "^6.0.5" ,
2024-01-07 11:11:06 +00:00
"vue" : "~3.3.13" ,
2024-09-21 06:01:50 +00:00
"vue-router" : "^4.4.5" ,
2024-07-04 11:49:39 +00:00
"ws" : "^8.18.0"
2022-03-25 06:34:12 +00:00
} ,
"overrides" : {
2022-10-29 03:36:35 +00:00
"got" : "^11" ,
2022-12-30 07:21:16 +00:00
"json5" : "latest" ,
2024-10-25 12:12:29 +00:00
"node-abi" : "latest" ,
2022-11-05 06:37:10 +00:00
"minimatch" : "latest" ,
2023-06-29 15:30:01 +00:00
"semver" : "latest" ,
2023-10-05 06:45:27 +00:00
"svg-transform-loader" : {
"postcss" : "latest"
} ,
2022-11-05 07:17:04 +00:00
"svg-sprite-loader" : {
2022-11-16 11:19:04 +00:00
"postcss" : "latest"
2022-11-05 07:17:04 +00:00
} ,
2022-11-09 09:44:11 +00:00
"svg-baker" : {
"postcss" : "latest"
2023-02-04 10:56:47 +00:00
} ,
2024-06-11 11:47:40 +00:00
"braces" : "latest" ,
2024-05-16 11:23:00 +00:00
"node-gyp-build" : "latest" ,
2024-09-21 06:01:50 +00:00
"micromatch" : "latest" ,
2023-02-04 10:56:47 +00:00
"http-cache-semantics" : "latest"
2019-08-16 09:27:23 +00:00
}
}