feat: fix chrome server
This commit is contained in:
parent
651cc64d39
commit
10ca6d6e8c
5 changed files with 64 additions and 0 deletions
33
package.json
Normal file
33
package.json
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"name": "@oneleet/agent",
|
||||
"version": "2.2.8",
|
||||
"main": "./out/main/index.js",
|
||||
"author": "Oneleet Inc. <engineering@oneleet.com> (https://www.oneleet.com)",
|
||||
"homepage": "https://www.oneleet.com",
|
||||
"dependencies": {
|
||||
"@sentry/electron": "^6.7.0",
|
||||
"@tanstack/react-query": "^5.75.2",
|
||||
"archiver": "^7.0.1",
|
||||
"auto-launch": "^5.0.6",
|
||||
"compare-versions": "^6.1.1",
|
||||
"electron-log": "^5.4.1",
|
||||
"electron-store": "^10.0.1",
|
||||
"electron-updater": "^6.6.2",
|
||||
"input-otp": "^1.4.1",
|
||||
"node-cron": "^3.0.3",
|
||||
"react-router-dom": "^6.28.0",
|
||||
"vite-tsconfig-paths": "^5.1.2",
|
||||
"zod": "^4.1.5"
|
||||
},
|
||||
"lavamoat": {
|
||||
"allowScripts": {
|
||||
"__comment": "See https://www.npmjs.com/package/@lavamoat/allow-scripts",
|
||||
"$root$": true,
|
||||
"vite>esbuild": true,
|
||||
"electron": true,
|
||||
"vite>tsx>esbuild": true,
|
||||
"@lavamoat/preinstall-always-fail": false,
|
||||
"electron-builder>app-builder-lib>electron-builder-squirrel-windows>electron-winstaller": false
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue