-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-no-widevine.json
66 lines (66 loc) · 2.07 KB
/
package-no-widevine.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
{
"name": "background-video-player",
"version": "0.1.0",
"author": "YongHun Byun <[email protected]>",
"description": "A electron background video player",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"electron:build": "vue-cli-service electron:build",
"electron:serve": "vue-cli-service electron:serve",
"postinstall": "electron-builder install-app-deps",
"postuninstall": "electron-builder install-app-deps"
},
"main": "background.js",
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/vue-fontawesome": "^2.0.2",
"cheerio": "^1.0.0-rc.10",
"core-js": "^3.6.5",
"electron-log": "^4.4.1",
"electron-prompt": "^1.6.2",
"electron-store": "^8.0.0",
"electron-tween": "git+https://github.com/yhbyun/electron-tween.git",
"fluent-ffmpeg": "^2.1.2",
"jsonfile": "^6.1.0",
"lodash": "^4.17.21",
"node-fetch": "^2.6.1",
"tippy.js": "^6.3.1",
"video.js": "^7.13.3",
"videojs-youtube": "^2.6.1",
"vue": "^2.6.14",
"vue-loading-overlay": "^3.0",
"vue-router": "^3.5.2"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.15.0",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"autoprefixer": "^9",
"babel-eslint": "^10.1.0",
"electron": "^15.0.0",
"electron-devtools-installer": "^3.2.0",
"eslint": "^6.7.2",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-vue": "^6.2.2",
"postcss": "^7",
"prettier": "2.3.2",
"sass": "^1.38.0",
"sass-loader": "^10.2.0",
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
"vue-cli-plugin-electron-builder": "~2.1.1",
"vue-template-compiler": "^2.6.11"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}