mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-13 01:05:37 +02:00
This adds: - [x] Keyboard and mouse handling on the frontend - [x] Video and audio streaming from the backend to the frontend - [x] Input server that works with Websockets Update - 17/11 - [ ] Master docker container to run this - [ ] Steam runtime - [ ] Entrypoint.sh --------- Co-authored-by: Kristian Ollikainen <14197772+DatCaptainHorse@users.noreply.github.com> Co-authored-by: Kristian Ollikainen <DatCaptainHorse@users.noreply.github.com>
23 lines
508 B
JSON
23 lines
508 B
JSON
{
|
|
"name": "docus-starter",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"nestri.dev": "nuxi dev",
|
|
"build": "nuxi build",
|
|
"generate": "nuxi generate",
|
|
"preview": "nuxi preview",
|
|
"lint": "eslint ."
|
|
},
|
|
"devDependencies": {
|
|
"@nuxt-themes/docus": "latest",
|
|
"@nuxt/devtools": "^1.4.1",
|
|
"@nuxt/eslint-config": "^0.5.6",
|
|
"@nuxt/ui": "^2.19.2",
|
|
"@nuxtjs/plausible": "^1.0.2",
|
|
"@types/node": "^20.16.5",
|
|
"eslint": "^9.10.0",
|
|
"nuxt": "^3.13.1"
|
|
}
|
|
}
|