forked from hugetiny/Hapee
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.58 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
{
"name": "negibox",
"version": "0.3.1",
"description": "cross-platform downloader",
"productName": "Negibox",
"cordovaId": "com.negibox",
"capacitorId": "",
"author": "hugetiny <[email protected]>",
"private": true,
"scripts": {
"lint": "eslint --ext .js,.vue src",
"test": "echo \"No test specified\" && exit 0"
},
"dependencies": {
"@panter/vue-i18next": "^0.15.1",
"@quasar/extras": "^1.5.2",
"aria2": "^4.1.0",
"axios": "^0.18.1",
"blob-util": "^2.0.2",
"clipboard-polyfill": "^2.8.1",
"electron-log": "^3.0.9",
"electron-store": "^5.1.0",
"electron-updater": "^4.2.0",
"forever-monitor": "^1.7.1",
"global": "^4.4.0",
"hls.js": "^0.12.4",
"i18next": "^19.0.1",
"lodash": "^4.17.15",
"lyric-parser": "^1.0.1",
"parse-torrent": "^7.0.1",
"quasar": "^1.9.6",
"vue-aplayer": "^1.6.1",
"vue-lazyload": "^1.2.3",
"vuedraggable": "^2.23.2"
},
"devDependencies": {
"@quasar/app": "1.6.0",
"@quasar/cli": "^1.0.5",
"@quasar/quasar-app-extension-icon-genie": "^1.1.3",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.0.1",
"devtron": "^1.4.0",
"electron": "^5.0.13",
"electron-builder": "^22.3.2",
"electron-debug": "^3.0.1",
"electron-devtools-installer": "^2.2.4",
"electron-packager": "^14.1.1",
"eslint": "^5.10.0",
"eslint-loader": "^2.1.1",
"eslint-plugin-vue": "^5.0.0"
},
"engines": {
"node": ">= 8.9.0",
"npm": ">= 5.6.0",
"yarn": ">= 1.6.0"
},
"browserslist": [
"last 1 version, not dead, ie >= 11"
]
}