This repository has been archived by the owner on Dec 20, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
61 lines (61 loc) · 1.89 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
{
"name": "candy",
"version": "1.1.0",
"private": true,
"description": "Refined YouTube channel, playlist and video downloader / converter.",
"author": "Simon Reinisch",
"keywords": [
"youtube",
"downloader",
"ytdl"
],
"license": "MIT",
"main": "background.js",
"repository": {
"type": "git",
"url": "https://github.com/Simonwep/candy"
},
"scripts": {
"lint": "eslint ./src/**/*.{js,vue}",
"lint:fix": "eslint ./src/**/*.{js,vue} --fix",
"electron:serve": "electron-webpack dev",
"electron:build": "electron-webpack && electron-builder",
"postinstall": "electron-builder install-app-deps"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.14.0",
"electron-settings": "^4.0.2",
"ffmpeg-static": "^4.2.7",
"ffprobe-static": "^3.0.0",
"fluent-ffmpeg": "^2.1.2",
"node-fetch": "^2.6.1",
"normalize.css": "^8.0.1",
"pretty-bytes": "^5.4.1",
"source-map-support": "^0.5.19",
"vue": "^2.6.12",
"vue-router": "^3.4.3",
"vuex": "^3.5.1",
"ytdl-core": "^4.1.2"
},
"devDependencies": {
"@babel/plugin-proposal-object-rest-spread": "^7.11.0",
"cross-env": "^7.0.2",
"css-loader": "^4.3.0",
"electron": "^9.3.1",
"electron-builder": "^22.8.0",
"electron-debug": "^3.1.0",
"electron-webpack": "^2.8.2",
"electron-webpack-vue": "^2.4.0",
"eslint": "^7.9.0",
"eslint-config-simon": "^2.1.0",
"eslint-plugin-vue": "^6.2.2",
"file-loader": "^6.1.0",
"node-sass": "^4.14.1",
"sass-loader": "^10.0.2",
"sassyfication": "^1.0.1",
"url-loader": "^4.1.0",
"vue-loader": "^15.9.3",
"vue-template-compiler": "^2.6.12",
"webpack": "^4.44.1"
}
}