[feat] add hf tts
This commit is contained in:
80
package.json
80
package.json
@@ -15,80 +15,80 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@adobe/css-tools": "4.3.1",
|
||||
"@aws-crypto/sha256-js": "^5.1.0",
|
||||
"@aws-crypto/sha256-js": "^5.2.0",
|
||||
"@dqbd/tiktoken": "^1.0.7",
|
||||
"@mlc-ai/web-tokenizers": "^0.1.0",
|
||||
"@smithy/protocol-http": "^3.0.7",
|
||||
"@smithy/signature-v4": "^2.0.11",
|
||||
"@mlc-ai/web-tokenizers": "^0.1.2",
|
||||
"@smithy/protocol-http": "^3.0.10",
|
||||
"@smithy/signature-v4": "^2.0.16",
|
||||
"@tauri-apps/api": "1.4.0",
|
||||
"@types/marked": "^5.0.1",
|
||||
"@xenova/transformers": "^2.5.0",
|
||||
"@types/marked": "^5.0.2",
|
||||
"@xenova/transformers": "^2.9.0",
|
||||
"blueimp-md5": "^2.19.0",
|
||||
"body-parser": "^1.20.2",
|
||||
"buffer": "^6.0.3",
|
||||
"core-js": "^3.31.1",
|
||||
"core-js": "^3.33.3",
|
||||
"cors": "^2.8.5",
|
||||
"dompurify": "^3.0.5",
|
||||
"dompurify": "^3.0.6",
|
||||
"exifr": "^7.1.3",
|
||||
"express": "^4.18.2",
|
||||
"fflate": "^0.8.0",
|
||||
"fflate": "^0.8.1",
|
||||
"gpt-3-encoder": "^1.1.4",
|
||||
"gpt3-tokenizer": "^1.1.5",
|
||||
"html-to-image": "^1.11.11",
|
||||
"isomorphic-dompurify": "^1.8.0",
|
||||
"isomorphic-dompurify": "^1.9.0",
|
||||
"jszip": "^3.10.1",
|
||||
"libsodium-wrappers-sumo": "^0.7.11",
|
||||
"libsodium-wrappers-sumo": "^0.7.13",
|
||||
"localforage": "^1.10.0",
|
||||
"lodash": "^4.17.21",
|
||||
"lucide-svelte": "^0.292.0",
|
||||
"marked": "^5.1.1",
|
||||
"marked": "^5.1.2",
|
||||
"ml-distance": "^4.0.1",
|
||||
"mobile-drag-drop": "3.0.0-rc.0",
|
||||
"msgpackr": "^1.9.5",
|
||||
"node-html-parser": "^6.1.5",
|
||||
"msgpackr": "^1.9.9",
|
||||
"node-html-parser": "^6.1.11",
|
||||
"peerjs": "^1.5.1",
|
||||
"png-chunk-text": "^1.0.0",
|
||||
"png-chunks-encode": "^1.0.0",
|
||||
"png-chunks-extract": "^1.0.0",
|
||||
"pngjs": "^7.0.0",
|
||||
"rollup": "^3.26.3",
|
||||
"rollup": "^3.29.4",
|
||||
"showdown": "^2.1.0",
|
||||
"sortablejs": "^1.15.0",
|
||||
"three": "^0.154.0",
|
||||
"tippy.js": "^6.3.7",
|
||||
"uuid": "^9.0.0",
|
||||
"wasmoon": "^1.15.0",
|
||||
"uuid": "^9.0.1",
|
||||
"wasmoon": "^1.15.1",
|
||||
"web-streams-polyfill": "^3.2.1",
|
||||
"yuso": "^0.1.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@sveltejs/vite-plugin-svelte": "^2.4.2",
|
||||
"@tailwindcss/typography": "^0.5.9",
|
||||
"@sveltejs/vite-plugin-svelte": "^2.5.3",
|
||||
"@tailwindcss/typography": "^0.5.10",
|
||||
"@tauri-apps/cli": "1.4.0",
|
||||
"@tsconfig/svelte": "^3.0.0",
|
||||
"@types/blueimp-md5": "^2.18.0",
|
||||
"@types/dompurify": "^3.0.2",
|
||||
"@types/libsodium-wrappers-sumo": "^0.7.5",
|
||||
"@types/lodash": "^4.14.195",
|
||||
"@types/lodash.clonedeep": "^4.5.7",
|
||||
"@types/lodash.isequal": "^4.5.6",
|
||||
"@types/node": "^18.16.19",
|
||||
"@types/pngjs": "^6.0.1",
|
||||
"@types/showdown": "^2.0.1",
|
||||
"@types/sortablejs": "^1.15.1",
|
||||
"@types/blueimp-md5": "^2.18.2",
|
||||
"@types/dompurify": "^3.0.5",
|
||||
"@types/libsodium-wrappers-sumo": "^0.7.8",
|
||||
"@types/lodash": "^4.14.202",
|
||||
"@types/lodash.clonedeep": "^4.5.9",
|
||||
"@types/lodash.isequal": "^4.5.8",
|
||||
"@types/node": "^18.18.13",
|
||||
"@types/pngjs": "^6.0.4",
|
||||
"@types/showdown": "^2.0.6",
|
||||
"@types/sortablejs": "^1.15.7",
|
||||
"@types/three": "^0.154.0",
|
||||
"@types/uuid": "^9.0.2",
|
||||
"@types/wicg-file-system-access": "^2020.9.6",
|
||||
"autoprefixer": "^10.4.14",
|
||||
"@types/uuid": "^9.0.7",
|
||||
"@types/wicg-file-system-access": "^2020.9.8",
|
||||
"autoprefixer": "^10.4.16",
|
||||
"internal-ip": "^7.0.0",
|
||||
"postcss": "^8.4.26",
|
||||
"svelte": "^4.1.0",
|
||||
"svelte-check": "^3.4.6",
|
||||
"svelte-preprocess": "^5.0.4",
|
||||
"tailwindcss": "^3.3.3",
|
||||
"tslib": "^2.6.0",
|
||||
"typescript": "^5.1.6",
|
||||
"vite": "^4.4.5",
|
||||
"postcss": "^8.4.31",
|
||||
"svelte": "^4.2.7",
|
||||
"svelte-check": "^3.6.2",
|
||||
"svelte-preprocess": "^5.1.1",
|
||||
"tailwindcss": "^3.3.5",
|
||||
"tslib": "^2.6.2",
|
||||
"typescript": "^5.3.2",
|
||||
"vite": "^4.5.0",
|
||||
"vite-plugin-top-level-await": "^1.3.1",
|
||||
"vite-plugin-wasm": "^3.2.2"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user