-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.78 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.78 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
{
"name": "leesin",
"version": "1.0.0",
"description": "LOL助手 - 自动接受、自动BP、自动符文",
"main": "dist-electron/main.js",
"scripts": {
"dev": "vite",
"build": "tsc && vite build && electron-builder",
"preview": "vite preview",
"electron:dev": "chcp 65001 && concurrently \"vite\" \"wait-on http://localhost:5173 && electron .\"",
"typecheck": "tsc --noEmit",
"lint": "eslint src electron --ext .ts,.tsx",
"package:win": "electron-builder --win --x64"
},
"dependencies": {
"axios": "^1.6.7",
"axios-retry": "^4.5.0",
"cheerio": "^1.1.2",
"electron-store": "^8.1.0",
"framer-motion": "^11.0.5",
"lru-cache": "^10.2.0",
"lucide-react": "^0.323.0",
"p-queue": "^9.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.0",
"ws": "^8.16.0",
"zustand": "^4.5.0"
},
"devDependencies": {
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@types/cheerio": "^0.22.35",
"@types/node": "^20.11.16",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.17",
"concurrently": "^8.2.2",
"electron": "^28.2.1",
"electron-builder": "^24.12.0",
"eslint": "^8.56.0",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"vite": "^5.1.0",
"vite-plugin-electron": "^0.28.4",
"vite-plugin-electron-renderer": "^0.14.5",
"wait-on": "^7.2.0"
},
"author": "",
"license": "MIT"
}