-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
155 lines (155 loc) · 4.92 KB
/
Copy pathpackage.json
File metadata and controls
155 lines (155 loc) · 4.92 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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
{
"name": "hive-laboratory",
"private": true,
"version": "0.0.0",
"type": "module",
"build": {
"appId": "com.guild.hive.laboratory",
"productName": "Hive Laboratory",
"artifactName": "HiveLab-${version}-Do_Not_Open_(Seriously_It's_Pre-Release)-${os}-${arch}.${ext}",
"files": [
"dist/**/*",
"electron/**/*"
],
"directories": {
"buildResources": "assets"
}
},
"scripts": {
"dev": "vite",
"dev:electron": "VITE_TARGET=electron concurrently \"vite\" \"wait-on http://localhost:5173 && electron .\"",
"build": "vite build",
"build:lib": "vite build --mode lib",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@dagrejs/dagre": "^1.1.8",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@mlc-ai/web-llm": "^0.2.80",
"@monaco-editor/react": "4.8.0-rc.2",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-context-menu": "^2.2.16",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-toggle": "^1.1.10",
"@radix-ui/react-tooltip": "^1.2.8",
"@tailwindcss/vite": "^4.1.18",
"@tanstack/react-form": "^1.27.7",
"@tanstack/react-router": "^1.154.13",
"@tanstack/react-router-devtools": "^1.154.13",
"@xyflow/react": "^12.10.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"crypto-js": "^4.2.0",
"date-fns": "^4.1.0",
"esbuild": "^0.25.12",
"graphql": "^16.12.0",
"graphql-ws": "^6.0.6",
"lodash": "^4.17.23",
"lucide-react": "^0.548.0",
"lz-string": "^1.5.0",
"monaco-editor": "^0.52.2",
"monaco-graphql": "^1.7.3",
"monacopilot": "^1.2.12",
"next-themes": "^0.4.6",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-resizable-panels": "^3.0.6",
"react-shadow": "^20.6.0",
"rollup-plugin-typescript2": "^0.36.0",
"sonner": "^2.0.7",
"tailwind": "^4.0.0",
"tailwind-merge": "^3.4.0",
"tailwindcss-scoped-preflight": "^3.5.7",
"tslib": "^2.8.1",
"vite-plugin-dts": "^4.5.4",
"vite-plugin-monaco-editor": "^1.1.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@rollup/plugin-commonjs": "^29.0.0",
"@rollup/plugin-node-resolve": "^16.0.3",
"@tailwindcss/cli": "^4.1.18",
"@tailwindcss/postcss": "^4.1.18",
"@tanstack/router-plugin": "^1.154.13",
"@types/crypto-js": "^4.2.2",
"@types/lodash": "^4.17.23",
"@types/node": "^24.10.9",
"@types/react": "^19.2.9",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.2",
"autoprefixer": "^10.4.23",
"babel-plugin-react-compiler": "19.1.0-rc.3",
"concurrently": "^9.2.1",
"eslint": "^9.39.2",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.26",
"globals": "^16.5.0",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.18",
"tsup": "^8.5.1",
"tw-animate-css": "^1.4.0",
"typescript": "~5.9.3",
"typescript-eslint": "^8.53.1",
"unplugin-dts": "1.0.0-beta.6",
"vite": "npm:rolldown-vite@7.1.14",
"vite-plugin-commonjs": "^0.10.4",
"wait-on": "^9.0.3"
},
"pnpm": {
"overrides": {
"vite": "npm:rolldown-vite@7.1.14",
"ws@>=6.0.0 <6.2.2": ">=6.2.2",
"ajv@<6.12.3": ">=6.12.3",
"jsonwebtoken@<=8.5.1": ">=9.0.0",
"ws@>=6.0.0 <6.2.3": ">=6.2.3",
"body-parser@<1.20.3": ">=1.20.3",
"serve-static@<1.16.0": ">=1.16.0",
"express@<4.20.0": ">=4.20.0",
"path-to-regexp@<0.1.10": ">=0.1.10",
"jsonwebtoken@<9.0.0": ">=9.0.0",
"cookie@<0.7.0": ">=0.7.0",
"@babel/runtime@<7.26.10": ">=7.26.10",
"qs@>=6.5.0 <6.5.3": ">=6.5.3",
"path-to-regexp@<0.1.12": ">=0.1.12",
"on-headers@<1.1.0": ">=1.1.0",
"lodash@<4.17.21": ">=4.17.21",
"lodash@<4.17.11": ">=4.17.11",
"lodash@<4.17.12": ">=4.17.12",
"lodash@>=3.7.0 <4.17.19": ">=4.17.19",
"lodash@>=4.0.0 <4.17.21": ">=4.17.21",
"lodash@>=4.7.0 <4.17.11": ">=4.17.11",
"send@<0.19.0": ">=0.19.0",
"moment@<2.29.2": ">=2.29.2",
"moment@>=2.18.0 <2.29.4": ">=2.29.4",
"express@<4.19.2": ">=4.19.2",
"qs@<6.14.1": ">=6.14.1",
"lodash@>=4.0.0 <=4.17.22": ">=4.17.23"
}
},
"peerDependencies": {
"@tanstack/react-form": "^1.23.8",
"date-fns": "^4.1.0",
"graphql-ws": "^6.0.6",
"lucide-react": "^0.548.0",
"lz-string": "^1.5.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tslib": "^2.8.1",
"zod": "^4.1.12"
}
}