vue-sound
Version:
An audio player built with Vue.js
78 lines • 1.8 kB
JSON
{
"name": "vue-sound",
"version": "0.1.10",
"type": "module",
"files": [
"dist",
"dist/style.css"
],
"main": "./dist/vue-sound.umd.js",
"module": "./dist/vue-sound.es.js",
"exports": {
".": {
"import": "./dist/vue-sound.es.js",
"require": "./dist/vue-sound.umd.js"
},
"./style.css": "./dist/style.css"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"vue": "^3.2.16"
},
"devDependencies": {
"@babel/core": "^7.15.8",
"@types/node": "^16.11.0",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"@vitejs/plugin-vue": "^1.10.2",
"@vue/eslint-config-typescript": "^8.0.0",
"babel-loader": "^8.2.2",
"eslint": "^8.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^7.19.1",
"node-sass": "^8.0.0",
"prettier": "^2.4.1",
"sass": "^1.58.1",
"typescript": "^4.4.3",
"vite": "^2.6.4",
"vue-loader": "^16.8.1",
"vue-router": "^4.1.6",
"vue-tsc": "^0.3.0"
},
"description": "An audio player built with Vue.js",
"repository": {
"type": "git",
"url": "git+https://github.com/kimlarocca/vue-sound.git"
},
"keywords": [
"vue",
"music",
"music player",
"mp3",
"audio",
"audio player",
"player",
"html5 audio",
"live stream",
"livestream",
"livestream player",
"live stream player",
"vue js",
"vuejs",
"component",
"sfc",
"vue component",
"vue sfc"
],
"author": "Kim LaRocca",
"license": "MIT",
"bugs": {
"url": "https://github.com/kimlarocca/vue-sound/issues"
},
"homepage": "https://github.com/kimlarocca/vue-sound#readme"
}