-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
67 lines (67 loc) · 2.09 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
{
"name": "bilibilivideodownloadFork",
"version": "0.0.19",
"private": true,
"homepage": "https://github.com/gxr404/BilibiliVideoDownloadFork",
"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",
"release:patch": "npm version patch && git push && git push origin --tags"
},
"dependencies": {
"@ant-design/icons-vue": "^6.1.0",
"@types/lodash": "^4.14.182",
"@types/qrcode": "^1.4.2",
"ant-design-vue": "^3.2.2",
"dayjs": "^1.11.1",
"electron-log": "^4.4.6",
"electron-store": "^8.0.3",
"ffmpeg-static": "^5.0.0",
"fluent-ffmpeg": "^2.1.2",
"fs-extra": "^10.1.0",
"got": "^11.8.6",
"lodash": "^4.17.21",
"md5": "^2.3.0",
"nanoid": "^3.3.3",
"p-limit": "^6.1.0",
"pinia": "^2.0.13",
"protobufjs": "^6.11.3",
"qrcode": "^1.5.0",
"user-agents": "^1.0.1444",
"vue": "^3.2.13",
"vue-router": "^4.0.3"
},
"devDependencies": {
"@types/electron-devtools-installer": "^2.2.0",
"@types/md5": "^2.3.5",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-plugin-router": "~5.0.0",
"@vue/cli-plugin-typescript": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"@vue/eslint-config-standard": "^6.1.0",
"@vue/eslint-config-typescript": "^9.1.0",
"electron": "^16.0.0",
"electron-devtools-installer": "^3.1.0",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-vue": "^8.0.3",
"less": "^4.0.0",
"less-loader": "^8.0.0",
"typescript": "~4.5.5",
"vue-cli-plugin-electron-builder": "^3.0.0-alpha.4"
},
"overrides": {
"vue-cli-plugin-electron-builder": {
"electron-builder": "^23.0.3"
}
}
}