-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
172 lines (172 loc) · 5.47 KB
/
package.json
File metadata and controls
172 lines (172 loc) · 5.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
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
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
{
"name": "researchlm-exploration-app",
"version": "1.0.0",
"description": "Visual node-based research workspace for multi-provider LLM exploration.",
"author": "ResearchLM Team <team@researchlm.dev>",
"license": "MIT",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/kush/researchlm.git"
},
"bugs": {
"url": "https://github.com/kush/researchlm/issues"
},
"homepage": "https://github.com/kush/researchlm#readme",
"main": "electron/main.cjs",
"scripts": {
"dev": "next dev",
"dev:web": "next dev",
"dev:desktop": "concurrently -k -n NEXT,ELECTRON \"cross-env NEXT_PUBLIC_DISABLE_VERCEL_ANALYTICS=1 next dev -p 3000\" \"wait-on http://localhost:3000 && cross-env ELECTRON_DEV=1 ELECTRON_START_URL=http://localhost:3000 electron ./electron/main.cjs\"",
"build": "next build",
"build:web": "next build",
"build:desktop:web": "cross-env BUILD_TARGET=electron NEXT_PUBLIC_DISABLE_VERCEL_ANALYTICS=1 next build --webpack",
"prepare:desktop": "node scripts/prepare-electron.mjs",
"checksums:release": "node scripts/generate-release-checksums.mjs",
"build:desktop": "npm run build:desktop:web && npm run prepare:desktop && electron-builder --dir --publish never",
"dist:desktop": "npm run build:desktop:web && npm run prepare:desktop && electron-builder --publish never",
"release:desktop": "npm run dist:desktop",
"start": "next start",
"start:desktop": "cross-env ELECTRON_DEV=0 electron ./electron/main.cjs",
"lint": "eslint .",
"format": "prettier --write .",
"format:check": "prettier --check .",
"typecheck": "tsc --noEmit",
"check:no-raw-controls": "node scripts/check-no-raw-controls.mjs",
"test": "vitest run",
"test:watch": "vitest",
"test:e2e": "playwright test",
"test:visual": "playwright test --config=playwright.visual.config.ts",
"test:visual:update": "playwright test --config=playwright.visual.config.ts --update-snapshots",
"validate:visual-coverage": "node scripts/validate-visual-coverage.mjs"
},
"dependencies": {
"@aws-sdk/client-bedrock-runtime": "^3.1000.0",
"@aws-sdk/credential-providers": "^3.1000.0",
"@base-ui/react": "^1.2.0",
"@hookform/resolvers": "^5.2.2",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@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-popover": "^1.1.15",
"@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-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-tooltip": "^1.2.8",
"@vercel/analytics": "1.2.2",
"@vercel/speed-insights": "1.0.0",
"@xyflow/react": "^12.10.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"d3-force": "^3.0.0",
"date-fns": "^4.1.0",
"embla-carousel-react": "^8.6.0",
"input-otp": "^1.4.2",
"lucide-react": "^0.577.0",
"next": "^16.1.6",
"next-themes": "^0.4.6",
"radix-ui": "^1.4.3",
"react": "18.3.1",
"react-day-picker": "^9.14.0",
"react-dom": "18.3.1",
"react-hook-form": "^7.71.2",
"react-markdown": "^10.1.0",
"react-resizable-panels": "^4.7.1",
"recharts": "^2.15.4",
"remark-gfm": "^4.0.1",
"sonner": "^2.0.7",
"tailwind-merge": "^3.5.0",
"vaul": "^1.1.2",
"zod": "^3.25.76"
},
"devDependencies": {
"@playwright/test": "1.51.1",
"@tailwindcss/postcss": "^4.2.1",
"@testing-library/jest-dom": "6.4.8",
"@testing-library/react": "16.0.1",
"@types/d3-force": "^3.0.10",
"@types/node": "20.16.5",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"concurrently": "^9.2.1",
"cross-env": "^10.1.0",
"electron": "^38.7.1",
"electron-builder": "^26.0.12",
"eslint": "9.11.1",
"eslint-config-next": "^16.1.6",
"jsdom": "25.0.1",
"postcss": "8.4.47",
"prettier": "^3.8.1",
"shadcn": "^3.8.5",
"tailwindcss": "^4.2.1",
"tw-animate-css": "^1.4.0",
"typescript": "5.6.2",
"vitest": "2.1.1",
"wait-on": "^9.0.3"
},
"build": {
"appId": "com.researchlm.desktop",
"productName": "ResearchLM",
"executableName": "researchlm",
"asar": true,
"artifactName": "ResearchLM-${version}-${os}-${arch}.${ext}",
"directories": {
"output": "release"
},
"files": [
"electron/**/*",
"package.json",
"!node_modules/**"
],
"extraResources": [
{
"from": "dist/standalone",
"to": "standalone",
"filter": [
"**/*"
]
}
],
"mac": {
"target": [
"dmg",
"zip"
],
"category": "public.app-category.productivity",
"hardenedRuntime": true
},
"win": {
"target": [
"nsis",
"portable"
],
"signtoolOptions": {
"signingHashAlgorithms": [
"sha256"
],
"timeStampServer": "http://timestamp.digicert.com",
"rfc3161TimeStampServer": "http://timestamp.digicert.com"
}
},
"nsis": {
"oneClick": true,
"perMachine": false,
"allowElevation": false,
"packElevateHelper": false
},
"linux": {
"target": [
"AppImage",
"deb"
],
"category": "Utility",
"maintainer": "ResearchLM Team <team@researchlm.dev>"
}
}
}