Files
stream.ui/package.json
lethdat e1e1d9cb7b chore: update dependencies and refactor application structure
- Bump AWS SDK packages to version 3.966.0
- Update @hono-di packages to version 0.0.15
- Update @types/node to version 25.0.5
- Refactor main application entry point to integrate NestJS with Hono
- Remove unused gRPC and user module files
- Add HonoAdapter for NestJS integration
- Implement basic AppController and AppService
- Configure Vite server to run on port 3000
2026-01-10 14:14:29 +07:00

49 lines
1.4 KiB
JSON

{
"name": "holistream",
"type": "module",
"scripts": {
"dev": "bunx --bun vite",
"build": "bunx --bun vite build && bun build dist/server/index.js --target bun --minify --outdir dist",
"preview": "bunx --bun vite preview"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.966.0",
"@aws-sdk/s3-presigned-post": "^3.966.0",
"@aws-sdk/s3-request-presigner": "^3.966.0",
"@hiogawa/tiny-rpc": "^0.2.3-pre.18",
"@hiogawa/utils": "^1.7.0",
"@hono-di/cli": "^0.0.15",
"@hono-di/core": "^0.0.15",
"@nestjs/common": "^11.1.11",
"@nestjs/core": "^11.1.11",
"@primeuix/themes": "^2.0.2",
"@primevue/forms": "^4.5.4",
"@unhead/vue": "^2.1.1",
"@vueuse/core": "^14.1.0",
"clsx": "^2.1.1",
"hono": "^4.11.3",
"is-mobile": "^5.0.0",
"pinia": "^3.0.4",
"primevue": "^4.5.4",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.2",
"tailwind-merge": "^3.4.0",
"vue": "^3.5.26",
"vue-router": "^4.6.4",
"zod": "^4.3.5"
},
"devDependencies": {
"@hattip/adapter-node": "^0.0.49",
"@hono-di/vite": "^0.0.15",
"@primevue/auto-import-resolver": "^4.5.4",
"@types/bun": "^1.3.5",
"@types/node": "^25.0.5",
"@vitejs/plugin-vue": "^6.0.3",
"@vitejs/plugin-vue-jsx": "^5.1.3",
"unocss": "^66.5.12",
"unplugin-auto-import": "^20.3.0",
"unplugin-vue-components": "^30.0.0",
"vite": "^7.3.1",
"vite-ssr-components": "^0.5.2"
}
}