-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
128 lines (127 loc) · 4.67 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"name": "lynxhub",
"productName": "LynxHub",
"version": "2.2.0",
"type": "module",
"description": "Your All-In-One AI Platform.",
"main": "./out/main/index.cjs",
"author": {
"name": "KindaBrazy",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/KindaBrazy/LynxHub"
},
"license": "GPL-3.0-or-later",
"homepage": "https://github.com/KindaBrazy/LynxHub",
"appDetails": {
"title": "LynxHub",
"buildNumber": 16,
"detailedDescription": "LynxHub is an open-source AI management software that lets you seamlessly install, configure, launch, and manage AI interfaces from a single, intuitive platform."
},
"scripts": {
"typecheck:node": "tsc --noEmit -p tsconfig.node.json --composite false",
"typecheck:web": "tsc --noEmit -p tsconfig.web.json --composite false",
"typecheck": "npm run typecheck:node && npm run typecheck:web",
"preview": "electron-vite preview --noSandbox",
"preview:skip": "electron-vite preview --noSandbox --skipBuild",
"dev": "electron-vite dev -w --noSandbox",
"dev:srouce": "electron-vite dev -w --noSandbox --sourcemap",
"postinstall": "electron-builder install-app-deps",
"build": "npm run typecheck && electron-vite build",
"rebuild": "electron-builder node-gyp-rebuild",
"build:extension": "electron-vite build --config electron.vite.extension.config.ts --outDir extOut",
"build:unpack": "npm run build && electron-builder --dir --config electron-builder.config.cjs",
"build:win": "npm run build && electron-builder --win --config electron-builder.config.cjs",
"build:linux": "npm run build && electron-builder --linux --config electron-builder.config.cjs",
"build:mac": "npm run build && electron-builder --mac --config electron-builder.config.cjs",
"release": "electron-builder",
"publish": "electron-builder -p always --config electron-builder.config.cjs"
},
"dependencies": {
"@electron-toolkit/preload": "^3.0.1",
"@electron-toolkit/utils": "^3.0.0",
"@originjs/vite-plugin-federation": "^1.3.9",
"@xhayper/discord-rpc": "^1.2.0",
"graceful-fs": "^4.2.11",
"import-sync": "^2.2.3",
"lowdb": "^7.0.1",
"node-pty": "^1.1.0-beta26",
"serve-handler": "^6.1.6",
"tree-kill": "^1.2.2"
},
"devDependencies": {
"@ant-design/v5-patch-for-react-19": "^1.0.3",
"@electron-toolkit/eslint-config-prettier": "^2.0.0",
"@electron-toolkit/tsconfig": "^1.0.1",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.18.0",
"@lottiefiles/react-lottie-player": "^3.6.0",
"@heroui/react": "^2.6.14",
"@reduxjs/toolkit": "^2.5.0",
"@tailwindcss/typography": "^0.5.16",
"@types/decompress": "^4.2.7",
"@types/eslint__js": "^8.42.3",
"@types/fontfaceobserver": "^2.1.3",
"@types/graceful-fs": "^4.1.9",
"@types/lodash": "^4.17.14",
"@types/node": "^22.10.7",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"@types/serve-handler": "^6.1.4",
"@vitejs/plugin-react": "^4.3.4",
"@xterm/addon-canvas": "^0.7.0",
"@xterm/addon-clipboard": "^0.1.0",
"@xterm/addon-fit": "^0.10.0",
"@xterm/addon-unicode11": "^0.8.0",
"@xterm/addon-web-links": "^0.11.0",
"@xterm/addon-webgl": "^0.18.0",
"@xterm/xterm": "^5.5.0",
"antd": "^5.23.2",
"autoprefixer": "^10.4.20",
"chokidar": "^4.0.3",
"decompress": "^4.2.1",
"electron": "^34.0.0",
"electron-builder": "^25.1.8",
"electron-devtools-installer": "^4.0.0",
"electron-dl": "^4.0.0",
"electron-log": "^5.2.4",
"electron-updater": "^6.3.9",
"electron-vite": "^2.3.0",
"eslint": "^9.18.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-perfectionist": "^4.7.0",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-tailwindcss": "^3.18.0",
"fontfaceobserver": "^2.3.0",
"framer-motion": "^12.0.0",
"globals": "^15.14.0",
"lodash": "^4.17.21",
"mobx": "^6.13.5",
"mobx-react-lite": "^4.1.0",
"overlayscrollbars": "^2.10.1",
"overlayscrollbars-react": "^0.5.6",
"portfinder": "^1.0.32",
"postcss": "^8.5.1",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.4.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hotkeys-hook": "^4.6.1",
"react-markdown": "^9.0.3",
"react-redux": "^9.2.0",
"react-router": "^7.1.3",
"rehype-highlight": "^7.0.1",
"rehype-raw": "^7.0.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.0",
"simple-git": "^3.27.0",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3",
"typescript-eslint": "^8.21.0",
"vite": "^6.0.11"
}
}