Feat: support action cable (#665)
* upgrade deps * may connect server via cable
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
"types": "./src/types.d.ts",
|
||||
"scripts": {
|
||||
"predev": "yarn run download",
|
||||
"dev": "rimraf .vite && yarn run download && WEB_API_URL=http://localhost:3000 SETTINGS_PATH=${PWD}/enjoy/tmp LIBRARY_PATH=${PWD}/enjoy/tmp electron-forge start",
|
||||
"dev": "rimraf .vite && yarn run download && WEB_API_URL=http://localhost:3000 WS_URL=ws://localhost:3000 SETTINGS_PATH=${PWD}/enjoy/tmp LIBRARY_PATH=${PWD}/enjoy/tmp electron-forge start",
|
||||
"start": "rimraf .vite && yarn run download && electron-forge start",
|
||||
"package": "rimraf .vite && yarn run download && electron-forge package",
|
||||
"make": "rimraf .vite && yarn run download && electron-forge make",
|
||||
@@ -43,6 +43,7 @@
|
||||
"@electron/fuses": "^1.8.0",
|
||||
"@playwright/test": "^1.44.1",
|
||||
"@tailwindcss/typography": "^0.5.13",
|
||||
"@types/ahoy.js": "^0.4.2",
|
||||
"@types/autosize": "^4.0.3",
|
||||
"@types/command-exists": "^1.2.3",
|
||||
"@types/electron-squirrel-startup": "^1.0.2",
|
||||
@@ -51,7 +52,8 @@
|
||||
"@types/intl-tel-input": "^18.1.4",
|
||||
"@types/lodash": "^4.17.4",
|
||||
"@types/mark.js": "^8.11.12",
|
||||
"@types/node": "^20.14.1",
|
||||
"@types/node": "^20.14.2",
|
||||
"@types/rails__actioncable": "^6.1.10",
|
||||
"@types/react": "^18.3.3",
|
||||
"@types/react-dom": "^18.3.0",
|
||||
"@types/validator": "^13.11.10",
|
||||
@@ -60,7 +62,7 @@
|
||||
"@typescript-eslint/parser": "^7.12.0",
|
||||
"@vitejs/plugin-react": "^4.3.0",
|
||||
"autoprefixer": "^10.4.19",
|
||||
"electron": "^30.0.9",
|
||||
"electron": "^30.1.0",
|
||||
"electron-playwright-helpers": "^1.7.1",
|
||||
"eslint": "^9.4.0",
|
||||
"eslint-import-resolver-typescript": "^3.6.1",
|
||||
@@ -70,21 +72,21 @@
|
||||
"progress": "^2.0.3",
|
||||
"tailwind-merge": "^2.3.0",
|
||||
"tailwind-scrollbar": "^3.1.0",
|
||||
"tailwindcss": "^3.4.3",
|
||||
"tailwindcss": "^3.4.4",
|
||||
"tailwindcss-animate": "^1.0.7",
|
||||
"ts-node": "^10.9.2",
|
||||
"tslib": "^2.6.2",
|
||||
"tslib": "^2.6.3",
|
||||
"typescript": "^5.4.5",
|
||||
"vite": "^5.2.12",
|
||||
"vite": "^5.2.13",
|
||||
"vite-plugin-static-copy": "^1.0.5",
|
||||
"zx": "^8.1.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@andrkrn/ffprobe-static": "^5.2.0",
|
||||
"@electron-forge/publisher-s3": "^7.4.0",
|
||||
"@hookform/resolvers": "^3.4.2",
|
||||
"@langchain/community": "^0.2.5",
|
||||
"@langchain/google-genai": "^0.0.16",
|
||||
"@hookform/resolvers": "^3.6.0",
|
||||
"@langchain/community": "^0.2.9",
|
||||
"@langchain/google-genai": "^0.0.17",
|
||||
"@mozilla/readability": "^0.5.0",
|
||||
"@radix-ui/react-accordion": "^1.1.2",
|
||||
"@radix-ui/react-alert-dialog": "^1.0.5",
|
||||
@@ -108,8 +110,8 @@
|
||||
"@radix-ui/react-toast": "^1.1.5",
|
||||
"@radix-ui/react-toggle": "^1.0.3",
|
||||
"@radix-ui/react-tooltip": "^1.0.7",
|
||||
"@rails/actioncable": "7.1.3-4",
|
||||
"@sentry/electron": "^5.0.0",
|
||||
"@types/ahoy.js": "^0.4.2",
|
||||
"@uidotdev/usehooks": "^2.4.1",
|
||||
"@vidstack/react": "^1.11.21",
|
||||
"ahoy.js": "^0.4.4",
|
||||
@@ -140,20 +142,20 @@
|
||||
"html-to-text": "^9.0.5",
|
||||
"https-proxy-agent": "^7.0.4",
|
||||
"i18next": "^23.11.5",
|
||||
"intl-tel-input": "^23.0.10",
|
||||
"intl-tel-input": "^23.0.11",
|
||||
"js-md5": "^0.8.3",
|
||||
"langchain": "^0.2.4",
|
||||
"langchain": "^0.2.5",
|
||||
"lodash": "^4.17.21",
|
||||
"lucide-react": "^0.383.0",
|
||||
"lucide-react": "^0.390.0",
|
||||
"mark.js": "^8.11.1",
|
||||
"microsoft-cognitiveservices-speech-sdk": "^1.36.0",
|
||||
"next-themes": "^0.3.0",
|
||||
"openai": "^4.47.3",
|
||||
"openai": "^4.49.1",
|
||||
"pitchfinder": "^2.3.2",
|
||||
"postcss": "^8.4.38",
|
||||
"proxy-agent": "^6.4.0",
|
||||
"react": "^18.3.1",
|
||||
"react-activity-calendar": "^2.2.8",
|
||||
"react-activity-calendar": "^2.2.10",
|
||||
"react-dom": "^18.3.1",
|
||||
"react-hook-form": "^7.51.5",
|
||||
"react-hotkeys-hook": "^4.5.0",
|
||||
@@ -168,7 +170,7 @@
|
||||
"sonner": "^1.4.41",
|
||||
"sqlite3": "^5.1.7",
|
||||
"tailwind-scrollbar-hide": "^1.1.7",
|
||||
"umzug": "^3.8.0",
|
||||
"umzug": "^3.8.1",
|
||||
"update-electron-app": "^3.0.0",
|
||||
"wavesurfer.js": "^7.7.15",
|
||||
"zod": "^3.23.8",
|
||||
|
||||
Reference in New Issue
Block a user