[feat] node hosting support

This commit is contained in:
kwaroran
2023-05-27 23:15:23 +09:00
parent 4af6655471
commit 205cc2744f
61 changed files with 812 additions and 87 deletions

View File

@@ -10,16 +10,20 @@
"check": "svelte-check --tsconfig ./tsconfig.json",
"tauri": "tauri",
"buildsite": "vite build --outDir dist",
"updatePlugin": "tsc public/pluginApi.ts"
"updatePlugin": "tsc public/pluginApi.ts",
"runserver": "node server/node/server.cjs"
},
"dependencies": {
"@dqbd/tiktoken": "^1.0.4",
"@msgpack/msgpack": "3.0.0-beta2",
"@tauri-apps/api": "1.3.0",
"body-parser": "^1.20.2",
"buffer": "^6.0.3",
"core-js": "^3.30.2",
"cors": "^2.8.5",
"dompurify": "^3.0.1",
"exifr": "^7.1.3",
"express": "^4.18.2",
"gpt-3-encoder": "^1.1.4",
"gpt3-tokenizer": "^1.1.5",
"isomorphic-dompurify": "^1.2.0",
@@ -27,6 +31,7 @@
"lodash": "^4.17.21",
"lucide-svelte": "^0.130.0",
"mobile-drag-drop": "3.0.0-rc.0",
"node-html-parser": "^6.1.5",
"pako": "^2.1.0",
"png-chunk-text": "^1.0.0",
"png-chunks-encode": "^1.0.0",