mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-04-05 07:20:50 +08:00
48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"name": "alger-music",
|
|
"version": "1.3.0",
|
|
"description": "这是一个用于音乐播放的应用程序。",
|
|
"author": "Alger <algerkc@qq.com>",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"serve": "vite preview",
|
|
"es": "vite && electron .",
|
|
"start": "set NODE_ENV=development&&electron .",
|
|
"e:b": "electron-builder --config ./electron.config.json",
|
|
"eb": "vite build && e:b"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/postcss7-compat": "^2.2.4",
|
|
"@vue/runtime-core": "^3.3.4",
|
|
"@vueuse/core": "^10.7.1",
|
|
"autoprefixer": "^9.8.6",
|
|
"axios": "^0.21.1",
|
|
"electron-store": "^8.1.0",
|
|
"lodash": "^4.17.21",
|
|
"naive-ui": "^2.34.4",
|
|
"postcss": "^7.0.36",
|
|
"sass": "^1.35.2",
|
|
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.4",
|
|
"vue": "^3.3.4",
|
|
"vue-router": "^4.2.4",
|
|
"vuex": "^4.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@sicons/antd": "^0.10.0",
|
|
"@vicons/antd": "^0.10.0",
|
|
"@vitejs/plugin-vue": "^4.2.3",
|
|
"@vue/compiler-sfc": "^3.3.4",
|
|
"electron": "^28.0.0",
|
|
"electron-builder": "^24.9.1",
|
|
"typescript": "^4.3.2",
|
|
"unplugin-auto-import": "^0.17.2",
|
|
"unplugin-vue-components": "^0.26.0",
|
|
"vfonts": "^0.1.0",
|
|
"vite": "^4.4.7",
|
|
"vite-plugin-vue-devtools": "1.0.0-beta.5",
|
|
"vue-tsc": "^0.0.24"
|
|
}
|
|
}
|