-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.54 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": "sekaisubtitle-electron",
"version": "0.9.10-rc.1",
"main": "dist-electron/main/index.js",
"description": "Sekai Subtitle",
"author": "XBB <[email protected]>",
"license": "MIT",
"private": true,
"keywords": [
"electron",
"rollup",
"vite",
"vue3",
"vue"
],
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build && electron-builder --config electron-builder.json",
"preview": "vite preview"
},
"devDependencies": {
"@vicons/antd": "^0.12.0",
"@vicons/carbon": "^0.12.0",
"@vicons/fa": "^0.12.0",
"@vicons/fluent": "^0.12.0",
"@vicons/ionicons4": "^0.12.0",
"@vicons/ionicons5": "^0.12.0",
"@vicons/material": "^0.12.0",
"@vicons/tabler": "^0.12.0",
"@vitejs/plugin-vue": "^4.1.0",
"electron": "25.0.0-alpha.1",
"electron-builder": "^24.6.3",
"electron-compile": "^6.4.4",
"esbuild": "^0.17.18",
"naive-ui": "^2.34.3",
"pinia": "^2.1.3",
"sass": "^1.32.12",
"typescript": "^5.1.6",
"vfonts": "^0.0.3",
"vite": "^4.1.4",
"vite-plugin-electron": "^0.11.2",
"vite-plugin-electron-renderer": "^0.14.1",
"vue": "^3.2.47",
"vue-tsc": "^1.2.0"
},
"dependencies": {
"@kerin/sudo-prompt": "^9.2.4",
"axios": "^1.4.0",
"font-list": "^1.4.5",
"iconv-lite": "^0.6.3",
"node-fetch": "^3.3.1",
"node-ffprobe": "^3.0.0",
"semver": "^7.5.1",
"socks-proxy-agent": "^8.0.1",
"typescipt": "^1.0.0",
"vue-axios": "^3.5.2",
"vue-router": "^4.1.6",
"ws": "^8.13.0"
}
}