-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.03 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
{
"name": "vuepress-plugin-sbaudio",
"version": "0.0.1",
"description": "A music player plugin for vuepress use aplayer and meting",
"type": "module",
"main": "index.js",
"scripts": {
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/u2sb/vuepress-plugin-sbaudio.git"
},
"keywords": [
"Vuepress",
"vuepress-plugin",
"Media",
"Audio",
"APlayer",
"Meting"
],
"author": "MonoLogueChi",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/u2sb/vuepress-plugin-sbaudio/issues"
},
"homepage": "https://github.com/u2sb/vuepress-plugin-sbaudio",
"dependencies": {
"aplayer": "^1.10.1",
"deepmerge-ts": "^5.1.0",
"hls.js": "^1.5.6"
},
"devDependencies": {
"@types/web-bluetooth": "^0.0.20",
"execa": "^8.0.1",
"gulp": "^4.0.2",
"gulp-json-editor": "^2.6.0",
"gulp-typescript": "6.0.0-alpha.1",
"rimraf": "^5.0.5",
"typescript": "5.3.3",
"vue": "^3.4.19",
"vuepress": "^2.0.0-rc.8"
}
}