@liripeng/vue-audio-player
Version:
Simple and practical Vue audio player component for PC mobile terminal(简单实用的 PC 移动端的 Vue 音频播放器组件)
50 lines (49 loc) • 1.22 kB
JSON
{
"name": "@liripeng/vue-audio-player",
"version": "2.0.4",
"description": "Simple and practical Vue audio player component for PC mobile terminal(简单实用的 PC 移动端的 Vue 音频播放器组件)",
"license": "MIT",
"author": "liripeng <1014156094@qq.com>",
"private": false,
"files": [
"packages"
],
"main": "./packages/index.js",
"keywords": [
"vue-audio-player",
"vue-audio",
"vue-music",
"audio-player",
"audio",
"音频",
"音乐",
"播放器",
"liripeng",
"vue3",
"vue2",
"mp3"
],
"scripts": {
"dev": "vite",
"build": "vite build --emptyOutDir",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "https://github.com/1014156094/vue-audio-player.git"
},
"dependencies": {
"@liripeng/vue-audio-player": "^2.0.3",
"vue": "^3.2.47",
"vue-router": "^4.2.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vue/eslint-config-prettier": "^7.1.0",
"eslint": "^8.44.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-vue": "^9.15.1",
"prettier": "^3.0.0",
"vite": "^4.4.3"
}
}