-
Notifications
You must be signed in to change notification settings - Fork 103
/
package.json
69 lines (69 loc) · 1.68 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
{
"name": "vue3-video-play",
"version": "1.3.2",
"description": "hls.js player component for Vue3",
"files": [
"dist",
"lib"
],
"main": "./dist/index.umd.js",
"module": "./dist/index.es.js",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"pub": "node ./scripts/publish.js",
"serve": "vite preview",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:serve": "vitepress serve docs",
"docs:pub": "sh ./scripts/gh-pages.sh"
},
"author": {
"name": "xdlumia",
"email": "xdq@live.cn",
"url": "https://codelife.cc"
},
"homepage": "https://codelife.cc/vue3-video-play/",
"repository": {
"type": "git",
"url": "https://github.com/xdlumia/vue3-video-play.git"
},
"bugs": {
"url": "https://github.com/xdlumia/vue3-video-play/issues"
},
"dependencies": {
"hls.js": "^1.4.12",
"throttle-debounce": "^5.0.0",
"vue": "^3.2.25"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.4.1",
"@vue/compiler-sfc": "^3.3.8",
"chalk": "^5.3.0",
"less": "^4.2.0",
"less-loader": "^11.1.3",
"readline-sync": "^1.4.10",
"shelljs": "^0.8.5",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vitepress": "^0.22.4",
"vitepress-theme-demoblock": "^3.0.3",
"vue-tsc": "^1.8.22",
"vue3-video-play": "^1.3.1-beta.6"
},
"keywords": [
"vue 3",
"vue3",
"vue",
"vue3-video-play",
"hlsjs",
"hls.js",
"vue video player",
"vue3 video player",
"video player video",
"video player",
"vue player",
"vue video"
],
"license": "ISC"
}