-
Notifications
You must be signed in to change notification settings - Fork 46
/
package.json
84 lines (84 loc) · 3.32 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "stapxs-qq-lite",
"version": "3.0.0",
"private": false,
"author": "Stapx Steve [林槐]",
"description": "一个兼容 OneBot 的非官方网页版 QQ 客户端,使用 Vue 重制的全新版本。",
"homepage": "http://github.com/Stapxs/Stapxs-QQ-Lite-2.0",
"license": "Apache-2.0",
"main": "./out/main/index.js",
"type": "module",
"scripts": {
"lint": "eslint . --ext .js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts,.vue --fix",
"dev": "vite dev",
"dev:electron": "electron-vite dev",
"dev:ios": "capacitor sync ios && capacitor run ios",
"dev:android": "capacitor sync android && capacitor run android",
"build": "vite build",
"build:win": "electron-vite build && electron-builder --win",
"build:mac": "electron-vite build && electron-builder --mac",
"build:linux": "electron-vite build && electron-builder --linux",
"build:ios": "vite build && capacitor sync ios && capacitor open ios",
"build:android": "vite build && capacitor sync android && capacitor open android"
},
"dependencies": {
"@electron-toolkit/preload": "^3.0.0",
"@electron-toolkit/utils": "^3.0.0",
"electron-store": "^10.0.0",
"electron-window-state": "^5.0.3",
"log4js": "^6.9.1",
"rollup-plugin-node-polyfills": "^0.2.1",
"ws": "^8.18.0"
},
"devDependencies": {
"@capacitor/android": "^6.2.0",
"@capacitor/app": "^6.0.2",
"@capacitor/cli": "^6.2.0",
"@capacitor/core": "^6.2.0",
"@capacitor/ios": "^6.2.0",
"@capacitor/local-notifications": "^6.1.1",
"@electron-toolkit/eslint-config": "^1.0.2",
"@electron-toolkit/eslint-config-ts": "^2.0.0",
"@electron-toolkit/tsconfig": "^1.0.1",
"@fortawesome/fontawesome-svg-core": "^6.7.0",
"@fortawesome/free-regular-svg-icons": "^6.7.0",
"@fortawesome/free-solid-svg-icons": "^6.7.0",
"@fortawesome/vue-fontawesome": "^3.0.8",
"@modyfi/vite-plugin-yaml": "^1.1.0",
"@rushstack/eslint-patch": "^1.10.3",
"@stapxs/umami-logger-typescript": "^1.0.12",
"@types/jsonpath": "^0.2.4",
"@types/node": "^20.14.8",
"@untiny/capacitor-safe-area": "^1.0.3",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/eslint-config-typescript": "^13.0.0",
"animejs": "^3.2.2",
"browser-image-compression": "^2.0.2",
"capacitor-onebot-connctor": "./ssqq.capacitor-onebot-connector",
"detect-browser": "^5.3.0",
"electron": "^31.0.2",
"electron-builder": "^24.13.3",
"electron-vite": "^2.3.0",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.26.0",
"js-file-downloader": "^1.1.25",
"jsonpath": "^1.1.1",
"pofile": "^1.1.4",
"rollup-plugin-visualizer": "^5.12.0",
"spacingjs": "^1.0.8",
"tiny-pinyin": "^1.3.2",
"typescript": "^5.5.2",
"uuid": "^11.0.3",
"v-viewer": "^3.0.21",
"vite": "^5.3.1",
"vite-plugin-pwa": "^0.21.0",
"vite-plugin-vue-devtools": "^7.6.4",
"vue": "^3.4.30",
"vue-clipboard2": "^0.3.3",
"vue-i18n": "^10.0.4",
"vue-tsc": "^2.0.22",
"vue3-bcui": "^0.2.6",
"vue3-danmaku": "^1.6.1",
"xss": "^1.0.15"
}
}