forked from KindaBrazy/LynxHub
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
141 lines (141 loc) · 5.5 KB
/
package.json
File metadata and controls
141 lines (141 loc) · 5.5 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
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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
{
"name": "lynxhub",
"productName": "LynxHub",
"version": "3.2.0",
"type": "module",
"description": "Cross-platform, extensible terminal/browser for AI management",
"main": "./out/main/index.cjs",
"author": {
"name": "KindaBrazy",
"email": "kindofbrazy@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/KindaBrazy/LynxHub"
},
"license": "AGPL-3.0",
"homepage": "https://github.com/KindaBrazy/LynxHub",
"appDetails": {
"title": "LynxHub",
"buildNumber": 29,
"detailedDescription": "Open-source, cross-platform terminal and browser, designed for managing AI. Highly modular and extensible, it's the all-in-one environment for AI power users.",
"moduleApiVersion": "1.0.0",
"extensionApiVersion": "1.0.0"
},
"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",
"prof": "electron-vite dev -w --noSandbox -- --js-flags=\"--prof\"",
"dev:srouce": "electron-vite dev -w --noSandbox --sourcemap",
"postinstall": "electron-builder install-app-deps",
"build": "electron-vite build",
"rebuild": "electron-builder node-gyp-rebuild",
"build:extension": "electron-vite build --config extension/electron.vite.config.ts",
"build:module": "rimraf module_out && rollup --config module/rollup.config.mjs",
"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 --publish never",
"build:win_portable": "npm run build && electron-builder --win --config electron-builder-portable.config.cjs --publish never",
"build:linux": "npm run build && electron-builder --linux --config electron-builder.config.cjs --publish never",
"build:linux_portable": "npm run build && electron-builder --linux --config electron-builder-portable.config.cjs --publish never",
"build:linux-test": "npm run build && electron-builder --linux --config electron-builder-test.config.cjs --publish never",
"build:mac": "npm run build && electron-builder --mac --config electron-builder.config.cjs --publish never",
"release": "electron-builder",
"publish": "electron-builder -p always --config electron-builder.config.cjs"
},
"dependencies": {
"@electron-toolkit/preload": "^3.0.2",
"@electron-toolkit/utils": "^4.0.0",
"@originjs/vite-plugin-federation": "^1.4.1",
"@sentry/electron": "^6.11.0",
"@sentry/react": "^9.46.0",
"@xhayper/discord-rpc": "^1.3.0",
"axios": "^1.11.0",
"graceful-fs": "^4.2.11",
"import-sync": "^2.2.3",
"keytar": "^7.9.0",
"lowdb": "^7.0.1",
"mitt": "^3.0.1",
"node-pty": "^1.1.0-beta33",
"semver": "^7.7.2",
"serve-handler": "^6.1.6",
"tree-kill": "^1.2.2",
"zustand": "^5.0.8"
},
"devDependencies": {
"@ant-design/v5-patch-for-react-19": "^1.0.3",
"@electron-toolkit/eslint-config-prettier": "^3.0.0",
"@electron-toolkit/tsconfig": "^1.0.1",
"@eslint/js": "^9.34.0",
"@heroui/react": "^2.8.2",
"@number-flow/react": "^0.5.10",
"@reduxjs/toolkit": "^2.9.0",
"@sentry/vite-plugin": "^4.3.0",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.1.12",
"@types/decompress": "^4.2.7",
"@types/fontfaceobserver": "^2.1.3",
"@types/graceful-fs": "^4.1.9",
"@types/lodash": "^4.17.20",
"@types/node": "^24.3.0",
"@types/react": "^19.1.12",
"@types/react-dom": "^19.1.9",
"@types/react-highlight-words": "^0.20.0",
"@types/semver": "^7.7.1",
"@types/serve-handler": "^6.1.4",
"@vitejs/plugin-react": "^5.0.2",
"@xterm/addon-canvas": "^0.7.0",
"@xterm/addon-clipboard": "^0.1.0",
"@xterm/addon-fit": "^0.10.0",
"@xterm/addon-serialize": "^0.13.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.27.2",
"autoprefixer": "^10.4.21",
"chokidar": "^4.0.3",
"decompress": "^4.2.1",
"electron": "^38.0.0",
"electron-builder": "^26.0.12",
"electron-dl": "^4.0.0",
"electron-log": "^5.4.3",
"electron-updater": "^6.6.2",
"electron-vite": "^4.0.0",
"eslint": "^9.34.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-perfectionist": "^4.15.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-tailwindcss": "^3.18.2",
"fontfaceobserver": "^2.3.0",
"framer-motion": "^12.23.12",
"globals": "^16.3.0",
"lodash": "^4.17.21",
"normalize-url": "^8.0.2",
"ogl": "^1.0.11",
"overlayscrollbars": "^2.12.0",
"overlayscrollbars-react": "^0.5.6",
"portfinder": "^1.0.37",
"prettier": "^3.6.2",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-error-boundary": "^6.0.0",
"react-highlight-words": "^0.21.0",
"react-markdown": "^10.1.0",
"react-redux": "^9.2.0",
"rehype-highlight": "^7.0.2",
"rehype-raw": "^7.0.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.1",
"simple-git": "^3.28.0",
"tailwindcss": "^4.1.12",
"typescript": "^5.9.2",
"typescript-eslint": "^8.42.0",
"vite": "^7.1.4"
}
}