mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-12 08:45:38 +02:00
## Description <!-- Briefly describe the purpose and scope of your changes --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Upgraded API and authentication services with dynamic scaling, enhanced load balancing, and real-time interaction endpoints. - Introduced new commands to streamline local development and container builds. - Added new endpoints for retrieving Steam account information and managing connections. - Implemented a QR code authentication interface for Steam, enhancing user login experiences. - **Database Updates** - Rolled out comprehensive schema migrations that improve data integrity and indexing. - Introduced new tables for managing Steam user credentials and machine information. - **UI Enhancements** - Added refreshed animated assets and an improved QR code login flow for a more engaging experience. - Introduced new styled components for displaying friends and games. - **Maintenance** - Completed extensive refactoring and configuration updates to optimize performance and development workflows. - Updated logging configurations and improved error handling mechanisms. - Streamlined resource definitions in the configuration files. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"name": "@nestri/www",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "vite",
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"serve": "vite preview",
|
|
"typecheck": "tsc --noEmit --incremental"
|
|
},
|
|
"devDependencies": {
|
|
"@macaron-css/vite": "1.5.1",
|
|
"@types/bun": "latest",
|
|
"@types/qrcode": "^1.5.5",
|
|
"vite": "6.0.14",
|
|
"vite-plugin-solid": "^2.11.2"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource-variable/geist-mono": "^5.0.1",
|
|
"@fontsource-variable/mona-sans": "^5.0.1",
|
|
"@fontsource/geist-sans": "^5.1.0",
|
|
"@macaron-css/core": "1.5.1",
|
|
"@macaron-css/solid": "1.5.3",
|
|
"@modular-forms/solid": "^0.25.1",
|
|
"@nestri/core": "*",
|
|
"@nestri/functions": "*",
|
|
"@nestri/zero": "*",
|
|
"@openauthjs/openauth": "*",
|
|
"@openauthjs/solid": "0.0.0-20250311201457",
|
|
"@rocicorp/zero": "*",
|
|
"@solid-primitives/event-listener": "^2.4.0",
|
|
"@solid-primitives/storage": "^4.3.1",
|
|
"@solidjs/router": "^0.15.3",
|
|
"body-scroll-lock-upgrade": "^1.1.0",
|
|
"eventsource": "^3.0.5",
|
|
"focus-trap": "^7.6.4",
|
|
"hono": "^4.7.4",
|
|
"modern-normalize": "^3.0.1",
|
|
"motion": "^12.6.2",
|
|
"qrcode": "^1.5.4",
|
|
"solid-js": "^1.9.5",
|
|
"valibot": "^1.0.0-rc.3",
|
|
"zod": "^3.24.2"
|
|
}
|
|
} |