mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-04-03 14:20:50 +08:00
64 lines
2.2 KiB
JSON
64 lines
2.2 KiB
JSON
{
|
|
"name": "alger-music",
|
|
"version": "2.1.0",
|
|
"description": "这是一个用于音乐播放的应用程序。",
|
|
"author": "Alger <algerkc@qq.com>",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "cross-env NODE_ENV=production vite build",
|
|
"serve": "vite preview",
|
|
"start": "cross-env NODE_ENV=development electron .",
|
|
"lint": "eslint --ext .vue,.js,.jsx,.ts,.tsx ./ --max-warnings 0",
|
|
"b:win:x64": "cross-env NODE_ENV=production electron-builder --config ./build/win64.json",
|
|
"b:win:x86": "cross-env NODE_ENV=production electron-builder --config ./build/win32.json",
|
|
"b:win:arm": "cross-env NODE_ENV=production electron-builder --config ./build/winarm64.json",
|
|
"b:mac": "cross-env NODE_ENV=production electron-builder --config ./build/mac.json"
|
|
},
|
|
"dependencies": {
|
|
"electron-store": "^8.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss7-compat": "^2.2.4",
|
|
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
"@typescript-eslint/parser": "^6.21.0",
|
|
"@vitejs/plugin-vue": "^5.1.3",
|
|
"@vue/compiler-sfc": "^3.5.0",
|
|
"@vue/eslint-config-typescript": "^13.0.0",
|
|
"@vue/runtime-core": "^3.5.0",
|
|
"@vueuse/core": "^11.0.3",
|
|
"@vueuse/electron": "^11.0.3",
|
|
"autoprefixer": "^10.4.20",
|
|
"axios": "^1.7.7",
|
|
"electron": "^32.0.1",
|
|
"electron-builder": "^25.0.5",
|
|
"eslint": "^8.56.0",
|
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
"eslint-config-prettier": "^9.0.0",
|
|
"eslint-plugin-import": "^2.29.1",
|
|
"eslint-plugin-prettier": "^5.1.3",
|
|
"eslint-plugin-simple-import-sort": "^12.0.0",
|
|
"eslint-plugin-vue": "^9.21.1",
|
|
"eslint-plugin-vue-scoped-css": "^2.7.2",
|
|
"lodash": "^4.17.21",
|
|
"naive-ui": "^2.39.0",
|
|
"postcss": "^8.4.44",
|
|
"prettier": "^3.3.3",
|
|
"remixicon": "^4.2.0",
|
|
"sass": "^1.78.0",
|
|
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.4",
|
|
"typescript": "^5.5.4",
|
|
"unplugin-auto-import": "^0.18.2",
|
|
"unplugin-vue-components": "^0.27.4",
|
|
"vfonts": "^0.1.0",
|
|
"vite": "^5.4.3",
|
|
"vite-plugin-compression": "^0.5.1",
|
|
"vite-plugin-vue-devtools": "7.4.0",
|
|
"vue": "^3.5.0",
|
|
"vue-router": "^4.4.3",
|
|
"vue-tsc": "^2.1.4",
|
|
"vuex": "^4.1.0",
|
|
"cross-env": "^7.0.3"
|
|
}
|
|
}
|