-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
78 lines (78 loc) · 1.76 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"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"
}