-
Notifications
You must be signed in to change notification settings - Fork 65
/
package.json
87 lines (87 loc) · 2.65 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
85
86
87
{
"name": "league-akari",
"version": "1.3.3-rabi.2",
"author": {
"name": "Hanxven",
"email": "[email protected]"
},
"description": "✨兴趣使然、功能全面的英雄联盟工具集。",
"main": "./out/main/main.js",
"scripts": {
"format": "prettier --write .",
"typecheck:node": "tsc --noEmit -p tsconfig.node.json --composite false",
"typecheck:web": "vue-tsc --noEmit -p tsconfig.web.json --composite false",
"typecheck": "npm run typecheck:node && npm run typecheck:web",
"start": "electron-vite preview",
"dev": "electron-vite dev -- --inspect",
"build": "npm run typecheck && electron-vite build",
"postinstall": "electron-builder install-app-deps",
"build:win": "npm run build && electron-builder --win --config"
},
"dependencies": {
"@electron-toolkit/preload": "^3.0.1",
"@electron-toolkit/utils": "^3.0.0",
"@types/luaparse": "^0.2.12",
"ajv": "^8.17.1",
"axios": "^1.7.9",
"axios-retry": "^4.5.0",
"dayjs": "^1.11.13",
"eta": "^3.5.0",
"fast-csv": "^5.0.2",
"lodash": "^4.17.21",
"luaparse": "^0.3.1",
"mobx": "^6.13.5",
"node-7z": "^3.0.0",
"reflect-metadata": "^0.2.2",
"regedit": "^5.1.3",
"sqlite3": "5.1.6",
"typeorm": "^0.3.20",
"winston": "^3.17.0",
"ws": "^8.18.0"
},
"devDependencies": {
"@electron-toolkit/tsconfig": "^1.0.1",
"@electron/notarize": "^2.5.0",
"@modyfi/vite-plugin-yaml": "^1.1.0",
"@rushstack/eslint-patch": "^1.10.4",
"@swc/core": "^1.10.4",
"@trivago/prettier-plugin-sort-imports": "^5.2.1",
"@types/lodash": "^4.17.14",
"@types/markdown-it": "^14.1.2",
"@types/node": "^22.10.5",
"@types/node-7z": "^2.1.10",
"@types/semver": "^7.5.8",
"@types/ws": "^8.5.13",
"@vicons/carbon": "^0.13.0",
"@vicons/fluent": "^0.13.0",
"@vicons/ionicons5": "^0.13.0",
"@vicons/material": "^0.13.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vitejs/plugin-vue-jsx": "^4.1.1",
"@vueuse/components": "^12.3.0",
"@vueuse/core": "^12.3.0",
"electron": "33.3.0",
"electron-builder": "25.1.8",
"electron-vite": "^2.3.0",
"html-to-image": "^1.11.11",
"i18next": "^24.2.0",
"i18next-vue": "^5.0.0",
"less": "^4.2.1",
"markdown-it": "^14.1.0",
"naive-ui": "^2.41.0",
"p-queue": "^8.0.1",
"pinia": "^2.3.0",
"pinyin-pro": "^3.26.0",
"prettier": "^3.4.2",
"quick-lru": "^7.0.0",
"semver": "^7.6.3",
"typescript": "~5.6.3",
"vfonts": "^0.0.3",
"vite": "^6.0.7",
"vite-plugin-vue-devtools": "^7.6.8",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"vue-tsc": "^2.2.0"
},
"packageManager": "[email protected]"
}