-
Notifications
You must be signed in to change notification settings - Fork 127
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.47 KB
/
Copy pathpackage.json
File metadata and controls
73 lines (73 loc) · 2.47 KB
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
{
"name": "tft-hextech-helper",
"private": true,
"version": "1.6.0",
"description": "云顶之弈海克斯助手 TFT-Hextech-Helper",
"author": "WJZ_P",
"email": "1369727119@qq.com",
"type": "module",
"main": "./out/main/index.js",
"homepage": "./",
"scripts": {
"dev": "chcp 65001 && electron-vite dev",
"mac-dev": "electron-vite dev",
"build": "npm run typecheck && electron-vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "electron-vite preview",
"typecheck": "tsc --noEmit",
"postinstall": "electron-builder install-app-deps",
"pack": "npm run build && electron-builder --dir",
"dist": "electron-vite build && electron-builder --win --mac --linux",
"dist:win": "electron-vite build && electron-builder --win",
"dist:mac": "electron-vite build && electron-builder --mac",
"dist:linux": "electron-vite build && electron-builder --linux"
},
"dependencies": {
"@electron-toolkit/utils": "^4.0.0",
"@nut-tree-fork/nut-js": "^4.2.6",
"@techstark/opencv-js": "^4.12.0-release.1",
"axios": "^1.12.2",
"bufferutil": "^4.0.9",
"chokidar": "^4.0.3",
"electron-store": "^11.0.2",
"sharp": "^0.34.5",
"tesseract.js": "^6.0.1",
"uiohook-napi": "^1.5.4",
"utf-8-validate": "^6.0.5",
"ws": "^8.18.3"
},
"devDependencies": {
"@electron-toolkit/tsconfig": "^2.0.0",
"@mui/icons-material": "^7.3.3",
"@mui/material": "^7.3.3",
"@mui/styled-engine-sc": "^7.3.3",
"@rollup/plugin-commonjs": "^29.0.0",
"@rollup/plugin-node-resolve": "^16.0.3",
"@types/node": "^22.19.1",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"@types/styled-components": "^5.1.34",
"@types/ws": "^8.18.1",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@vitejs/plugin-react": "^5.1.1",
"autoprefixer": "^10.4.21",
"babel-plugin-styled-components": "^2.1.4",
"canvas": "^3.2.0",
"electron": "^32.1.2",
"electron-builder": "^24.13.3",
"electron-devtools-installer": "^4.0.0",
"electron-vite": "^4.0.1",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"postcss": "^8.5.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^7.9.3",
"source-map-support": "^0.5.21",
"styled-components": "^6.1.19",
"typescript": "^5.6.3",
"vite": "^7.2.2"
}
}