-
Notifications
You must be signed in to change notification settings - Fork 39
/
package.json
78 lines (78 loc) · 2.55 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
{
"name": "stapxs-qq-lite",
"version": "2.9.3",
"private": false,
"author": "Stapx Steve [林槐]",
"description": "一个兼容 OneBot 的非官方网页版 QQ 客户端,使用 Vue 重制的全新版本。",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"clear": "rm -rf dist && rm -rf dist_electron",
"lint:fix": "vue-cli-service lint --fix",
"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"
},
"dependencies": {
"@jakejarrett/gtk-theme": "^2.0.1",
"@stapxs/umami-logger-typescript": "^1.0.12",
"@types/prismjs": "^1.26.4",
"animejs": "^3.2.2",
"axios": "^1.7.2",
"browser-image-compression": "^2.0.0",
"core-js": "^3.8.3",
"css": "^3.0.0",
"detect-browser": "^5.3.0",
"electron-store": "^8.1.0",
"electron-window-state": "^5.0.3",
"gettext-parser": "^8.0.0",
"js-file-downloader": "^1.1.24",
"js-yaml-loader": "^1.2.2",
"jsonpath": "^1.1.1",
"log4js": "^6.9.1",
"pinyin": "^3.0.0-alpha.4",
"prismjs": "^1.29.0",
"raw-loader": "^4.0.2",
"register-service-worker": "^1.7.2",
"semver-compare": "^1.0.0",
"spacingjs": "^1.0.7",
"ts-loader": "~8.2.0",
"util": "^0.12.5",
"uuidv4": "^6.2.13",
"v-viewer": "^3.0.11",
"viewerjs": "^1.11.6",
"vue": "^3.2.13",
"vue-clipboard2": "^0.3.3",
"vue-i18n": "^9.2.2",
"vue-prism-editor": "^2.0.0-alpha.2",
"vue3-bcui": "^0.2.6",
"vue3-danmaku": "^1.6.0",
"vue3-infinite-scroll-better": "^2.2.0",
"xss": "^1.0.14"
},
"devDependencies": {
"@types/animejs": "^3.1.12",
"@types/css": "^0.0.33",
"@types/electron-devtools-installer": "^2.2.0",
"@types/gettext-parser": "^4.0.4",
"@types/jsonpath": "^0.2.3",
"@types/semver-compare": "^1.0.3",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-plugin-pwa": "~5.0.0",
"@vue/cli-plugin-typescript": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"@vue/eslint-config-typescript": "^9.1.0",
"child_process": "^1.0.2",
"electron": "^27.0.0",
"electron-devtools-installer": "^3.2.0",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^8.0.3",
"typescript": "^4.5.5",
"vue-cli-plugin-electron-builder": "^3.0.0-alpha.4"
}
}