-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
57 lines (57 loc) · 1.44 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
{
"name": "vuepress-plugin-smplayer",
"version": "vuepress-plugin-smplayer-version",
"description": "A media player plugin for vuepress",
"type": "module",
"main": "index.js",
"scripts": {
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/u2sb/vuepress-plugin-smplayer.git"
},
"keywords": [
"Vuepress",
"vuepress-plugin",
"Media",
"Bilibili",
"Xigua",
"西瓜",
"Video",
"Audio"
],
"author": "MonoLogueChi",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/u2sb/vuepress-plugin-smplayer/issues"
},
"homepage": "https://github.com/u2sb/vuepress-plugin-smplayer",
"dependencies": {
"@vueuse/core": "^9.10.0",
"artplayer": "^4.6.0",
"artplayer-plugin-danmuku": "^4.4.11",
"dashjs": "^4.5.2",
"deepmerge-ts": "^4.2.2",
"hls.js": "^1.2.9",
"mpegts.js": "^1.7.2",
"nplayer": "^1.0.15",
"vue3-audio-player": "^1.0.6"
},
"devDependencies": {
"@types/dplayer": "^1.25.2",
"@types/node": "^18.11.18",
"@types/web-bluetooth": "^0.0.16",
"@types/webtorrent": "^0.109.3",
"@vuepress/client": "2.0.0-beta.60",
"@vuepress/core": "2.0.0-beta.60",
"@vuepress/utils": "2.0.0-beta.60",
"execa": "^6",
"gulp": "^4.0.2",
"gulp-json-editor": "^2.5.6",
"gulp-typescript": "6.0.0-alpha.1",
"rimraf": "^3.0.2",
"typescript": "5.0.0-dev.20230105",
"vue": "^3.2.45"
}
}