chore(deps): bump dependencies
This commit is contained in:
+4
-4
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "airi-vtuber",
|
||||
"type": "module",
|
||||
"packageManager": "pnpm@9.15.3",
|
||||
"packageManager": "pnpm@9.15.4",
|
||||
"description": "LLM powered virtual character",
|
||||
"author": {
|
||||
"name": "Neko Ayaka",
|
||||
@@ -31,16 +31,16 @@
|
||||
"@antfu/eslint-config": "^3.14.0",
|
||||
"@antfu/ni": "^23.2.0",
|
||||
"@cspell/dict-ru_ru": "^2.2.4",
|
||||
"@types/node": "^22.10.5",
|
||||
"@types/node": "^22.10.6",
|
||||
"@unocss/eslint-config": "^65.4.0",
|
||||
"@unocss/eslint-plugin": "^65.4.0",
|
||||
"bumpp": "^9.10.0",
|
||||
"cross-env": "^7.0.3",
|
||||
"eslint": "^9.17.0",
|
||||
"eslint": "^9.18.0",
|
||||
"eslint-plugin-cypress": "^4.1.0",
|
||||
"eslint-plugin-format": "^1.0.1",
|
||||
"lint-staged": "^15.3.0",
|
||||
"pnpm": "^9.15.3",
|
||||
"pnpm": "^9.15.4",
|
||||
"rollup": "^4.30.1",
|
||||
"simple-git-hooks": "^2.11.1",
|
||||
"taze": "^18.1.0",
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "@proj-airi/moonshine-web",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@9.15.3",
|
||||
"packageManager": "pnpm@9.15.4",
|
||||
"description": "Yet another WebGPU based STT + VAD with Moonshine model re-implemented",
|
||||
"author": {
|
||||
"name": "Neko Ayaka",
|
||||
|
||||
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"name": "@proj-airi/server-runtime",
|
||||
"type": "module",
|
||||
"version": "0.1.1",
|
||||
"private": false,
|
||||
"description": "Server runtime and utility implementation for Airi running in different environments",
|
||||
"author": {
|
||||
"name": "Neko Ayaka",
|
||||
"email": "neko@ayaka.moe",
|
||||
"url": "https://github.com/nekomeowww"
|
||||
},
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/moeru-ai/airi.git",
|
||||
"directory": "packages/server-runtime"
|
||||
},
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.mjs",
|
||||
"require": "./dist/index.cjs"
|
||||
}
|
||||
},
|
||||
"main": "./dist/index.cjs",
|
||||
"module": "./dist/index.mjs",
|
||||
"types": "./dist/index.d.ts",
|
||||
"files": [
|
||||
"README.md",
|
||||
"dist",
|
||||
"package.json"
|
||||
],
|
||||
"scripts": {},
|
||||
"dependencies": {
|
||||
"defu": "^6.1.4",
|
||||
"h3": "^1.13.1"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
// Import h3 as npm dependency
|
||||
import { createApp, createRouter, defineEventHandler } from 'h3'
|
||||
|
||||
// Create an app instance
|
||||
export const app = createApp()
|
||||
|
||||
// Create a new router and register it in app
|
||||
const router = createRouter()
|
||||
app.use(router)
|
||||
|
||||
// Add a new route that matches GET requests to / path
|
||||
router.get(
|
||||
'/',
|
||||
defineEventHandler(() => {
|
||||
return { message: '⚡️ Tadaa!' }
|
||||
}),
|
||||
)
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ESNext",
|
||||
"lib": [
|
||||
"ESNext"
|
||||
],
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "bundler",
|
||||
"esModuleInterop": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"isolatedModules": true,
|
||||
"verbatimModuleSyntax": true,
|
||||
"skipLibCheck": true
|
||||
},
|
||||
"include": [
|
||||
"src/**/*.ts"
|
||||
]
|
||||
}
|
||||
@@ -46,7 +46,7 @@
|
||||
"@tresjs/core": "^4.3.2",
|
||||
"@types/yauzl": "^2.10.3",
|
||||
"@typeschema/valibot": "^0.14.0",
|
||||
"@unhead/vue": "^1.11.16",
|
||||
"@unhead/vue": "^1.11.18",
|
||||
"@unocss/reset": "^65.4.0",
|
||||
"@vueuse/core": "^12.4.0",
|
||||
"@vueuse/head": "^2.0.0",
|
||||
@@ -68,7 +68,7 @@
|
||||
"rehype-stringify": "^10.0.1",
|
||||
"remark-parse": "^11.0.0",
|
||||
"remark-rehype": "^11.1.1",
|
||||
"shiki": "^1.26.1",
|
||||
"shiki": "^1.27.0",
|
||||
"three": "^0.172.0",
|
||||
"unified": "^11.0.5",
|
||||
"valibot": "1.0.0-beta.9",
|
||||
@@ -84,7 +84,7 @@
|
||||
"@electron-toolkit/tsconfig": "^1.0.1",
|
||||
"@iconify-json/carbon": "^1.2.5",
|
||||
"@iconify-json/eos-icons": "^1.2.2",
|
||||
"@iconify-json/lucide": "^1.2.22",
|
||||
"@iconify-json/lucide": "^1.2.23",
|
||||
"@iconify-json/mingcute": "^1.2.3",
|
||||
"@iconify-json/solar": "^1.2.2",
|
||||
"@iconify-json/svg-spinners": "^1.2.2",
|
||||
@@ -92,7 +92,7 @@
|
||||
"@proj-airi/elevenlabs": "workspace:^",
|
||||
"@proj-airi/unplugin-download": "workspace:^",
|
||||
"@proj-airi/unplugin-live2d-sdk": "workspace:^",
|
||||
"@shikijs/markdown-it": "^1.26.1",
|
||||
"@shikijs/markdown-it": "^1.26.2",
|
||||
"@types/markdown-it-link-attributes": "^3.0.5",
|
||||
"@types/nprogress": "^0.2.3",
|
||||
"@types/three": "^0.172.0",
|
||||
@@ -103,9 +103,6 @@
|
||||
"electron-builder": "^24.13.3",
|
||||
"electron-vite": "^2.3.0",
|
||||
"markdown-it-link-attributes": "^4.0.1",
|
||||
"unocss-preset-animations": "^1.1.0",
|
||||
"unocss-preset-shadcn": "^0.3.1",
|
||||
"unocss-preset-theme": "^0.14.1",
|
||||
"unplugin-auto-import": "^19.0.0",
|
||||
"unplugin-vue-components": "^28.0.0",
|
||||
"unplugin-vue-macros": "^2.13.8",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { defineConfig, mergeConfigs, presetWebFonts } from 'unocss'
|
||||
import presetAnimations from 'unocss-preset-animations'
|
||||
|
||||
import UnoCSSConfig from '../../uno.config'
|
||||
|
||||
export default defineConfig(mergeConfigs([
|
||||
@@ -15,9 +15,6 @@ export default defineConfig(mergeConfigs([
|
||||
cuteen: 'Sniglet',
|
||||
},
|
||||
}),
|
||||
// hyoban/unocss-preset-shadcn: Use shadcn ui with UnoCSS
|
||||
// https://github.com/hyoban/unocss-preset-shadcn
|
||||
presetAnimations(),
|
||||
],
|
||||
// hyoban/unocss-preset-shadcn: Use shadcn ui with UnoCSS
|
||||
// https://github.com/hyoban/unocss-preset-shadcn
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "@proj-airi/stage-ui",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@9.15.3",
|
||||
"packageManager": "pnpm@9.15.4",
|
||||
"description": "Shared core for stage",
|
||||
"author": {
|
||||
"name": "Neko Ayaka",
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "@proj-airi/stage-web",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@9.15.3",
|
||||
"packageManager": "pnpm@9.15.4",
|
||||
"description": "LLM powered virtual character",
|
||||
"author": {
|
||||
"name": "Neko Ayaka",
|
||||
@@ -43,7 +43,7 @@
|
||||
"@tresjs/core": "^4.3.2",
|
||||
"@types/yauzl": "^2.10.3",
|
||||
"@typeschema/valibot": "^0.14.0",
|
||||
"@unhead/vue": "^1.11.16",
|
||||
"@unhead/vue": "^1.11.18",
|
||||
"@unocss/reset": "^65.4.0",
|
||||
"@vueuse/core": "^12.4.0",
|
||||
"@vueuse/head": "^2.0.0",
|
||||
@@ -65,7 +65,7 @@
|
||||
"rehype-stringify": "^10.0.1",
|
||||
"remark-parse": "^11.0.0",
|
||||
"remark-rehype": "^11.1.1",
|
||||
"shiki": "^1.26.1",
|
||||
"shiki": "^1.27.0",
|
||||
"three": "^0.172.0",
|
||||
"unified": "^11.0.5",
|
||||
"valibot": "1.0.0-beta.9",
|
||||
@@ -80,7 +80,7 @@
|
||||
"devDependencies": {
|
||||
"@iconify-json/carbon": "^1.2.5",
|
||||
"@iconify-json/eos-icons": "^1.2.2",
|
||||
"@iconify-json/lucide": "^1.2.22",
|
||||
"@iconify-json/lucide": "^1.2.23",
|
||||
"@iconify-json/mingcute": "^1.2.3",
|
||||
"@iconify-json/solar": "^1.2.2",
|
||||
"@iconify-json/svg-spinners": "^1.2.2",
|
||||
@@ -88,7 +88,7 @@
|
||||
"@proj-airi/elevenlabs": "workspace:^",
|
||||
"@proj-airi/unplugin-download": "workspace:^",
|
||||
"@proj-airi/unplugin-live2d-sdk": "workspace:^",
|
||||
"@shikijs/markdown-it": "^1.26.1",
|
||||
"@shikijs/markdown-it": "^1.26.2",
|
||||
"@types/markdown-it-link-attributes": "^3.0.5",
|
||||
"@types/nprogress": "^0.2.3",
|
||||
"@types/three": "^0.172.0",
|
||||
@@ -97,9 +97,6 @@
|
||||
"@vueuse/motion": "^2.2.6",
|
||||
"hfup": "workspace:^",
|
||||
"markdown-it-link-attributes": "^4.0.1",
|
||||
"unocss-preset-animations": "^1.1.0",
|
||||
"unocss-preset-shadcn": "^0.3.1",
|
||||
"unocss-preset-theme": "^0.14.1",
|
||||
"unplugin-auto-import": "^19.0.0",
|
||||
"unplugin-vue-components": "^28.0.0",
|
||||
"unplugin-vue-macros": "^2.13.8",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { defineConfig, mergeConfigs, presetWebFonts } from 'unocss'
|
||||
import presetAnimations from 'unocss-preset-animations'
|
||||
|
||||
import UnoCSSConfig from '../../uno.config'
|
||||
|
||||
export default defineConfig(mergeConfigs([
|
||||
@@ -15,9 +15,6 @@ export default defineConfig(mergeConfigs([
|
||||
cuteen: 'Sniglet',
|
||||
},
|
||||
}),
|
||||
// hyoban/unocss-preset-shadcn: Use shadcn ui with UnoCSS
|
||||
// https://github.com/hyoban/unocss-preset-shadcn
|
||||
presetAnimations(),
|
||||
],
|
||||
// hyoban/unocss-preset-shadcn: Use shadcn ui with UnoCSS
|
||||
// https://github.com/hyoban/unocss-preset-shadcn
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "@proj-airi/whisper-webgpu",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@9.15.3",
|
||||
"packageManager": "pnpm@9.15.4",
|
||||
"description": "Yet another WebGPU based Whisper Realtime STT re-implemented",
|
||||
"author": {
|
||||
"name": "Neko Ayaka",
|
||||
|
||||
Generated
+508
-485
File diff suppressed because it is too large
Load Diff
@@ -33,7 +33,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@discordjs/voice": "^0.18.0",
|
||||
"@dotenvx/dotenvx": "^1.32.1",
|
||||
"@dotenvx/dotenvx": "^1.33.0",
|
||||
"@guiiai/logg": "^1.0.6",
|
||||
"@huggingface/transformers": "^3.2.4",
|
||||
"@xsai/generate-speech": "catalog:",
|
||||
|
||||
Reference in New Issue
Block a user