-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.26 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
{
"name": "@futuremeng/vue3-wave-audio-player-list",
"version": "1.1.5",
"description": "Vue 3 Component for wave audio player list",
"license": "MIT",
"author": "Future Meng <[email protected]>,Ariful Islam <[email protected]>",
"private": false,
"files": [
"packages"
],
"main": "./packages/index.js",
"keywords": [
"vue-audio-player",
"vue3-audio-player",
"vue-audio",
"vue3-audio",
"vue-music",
"vue3-music",
"audio-player",
"audio",
"wave",
"inline",
"audio-player-list"
],
"scripts": {
"dev": "vite",
"build": "vite build --emptyOutDir",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "https://github.com/futuremeng/vue3-wave-audio-player-list"
},
"dependencies": {
"@any-touch/core": "^2.2.0",
"@any-touch/pan": "^2.2.0",
"core-js": "^3.8.3",
"vue": "^3.2.13",
"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"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead",
"not ie 11"
]
}