-
Notifications
You must be signed in to change notification settings - Fork 35
/
package.json
59 lines (59 loc) · 1.67 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
{
"name": "qingwu-zimu",
"private": true,
"version": "0.9.13",
"scripts": {
"dev": "cross-env vite",
"build": "sh scripts/build-darwin-arm64.sh",
"build-win": "@powershell -NoProfile -ExecutionPolicy Unrestricted -Command scripts/build-win32-x64.ps1",
"build-old-mac": "sh scripts/build-darwin-x64.sh",
"rm-dist": "rimraf ./dist ./dist-electron"
},
"dependencies": {
"@alicloud/alimt20181012": "^1.1.1",
"@ant-design/icons-vue": "^6.1.0",
"ant-design-vue": "^4.0.0",
"dayjs": "^1.11.9",
"decompress": "^4.2.1",
"electron-log": "^5.0.0-beta.24",
"ffmpeg-static": "^5.1.0",
"ffprobe-static": "^3.1.0",
"fluent-ffmpeg": "^2.1.2",
"node-fetch": "^3.3.2",
"pinia": "^2.1.4",
"plyr": "^3.7.8",
"qrcode": "^1.5.3",
"qs": "^6.11.2",
"shelljs": "^0.8.5",
"sqlite3": "^5.1.6",
"vue": "^3.3.4",
"whisper.cpp": "^1.0.3"
},
"devDependencies": {
"@rollup/plugin-alias": "^5.0.0",
"@types/decompress": "^4.2.4",
"@types/fluent-ffmpeg": "^2.1.21",
"@types/qrcode": "^1.5.1",
"@types/qs": "^6.9.7",
"@types/shelljs": "^0.8.12",
"@vitejs/plugin-vue": "^4.2.3",
"aws-sdk": "^2.1439.0",
"cross-env": "^7.0.3",
"electron": "^25.3.0",
"electron-builder": "^24.4.0",
"mock-aws-s3": "^4.0.2",
"nock": "^13.3.3",
"rimraf": "^5.0.1",
"rollup-plugin-copy": "^3.4.0",
"typescript": "^5.1.6",
"vite": "^4.4.4",
"vite-plugin-electron": "^0.12.0",
"vite-plugin-electron-renderer": "^0.14.5",
"vite-svg-loader": "^4.0.0",
"vue-tsc": "^1.8.5"
},
"main": "dist-electron/main.js",
"description": "",
"author": "QingwuZimu Team",
"license": "MIT"
}