Files
netris-nestri/packages/ui/package.json
Wanjohi 060718d8b0 feat: Update website, API, and infra (#164)
>Adds `maitred` in charge of handling automated game installs, updates,
and even execution.

>Not only that, we have the hosted stuff here
>- [x] AWS Task on ECS GPUs
>- [ ] Add a service to listen for game starts and stops
(docker-compose.yml)
>- [x] Add a queue for requesting a game to start
>- [x] Fix up the play/watch UI 

>TODO:
>- Add a README
>- Add an SST docs

Edit:

- This adds a new landing page, updates the homepage etc etc
>I forgot what the rest of the updated stuff are 😅
2025-02-11 12:26:35 +03:00

62 lines
1.8 KiB
JSON

{
"name": "@nestri/ui",
"version": "0.0.0",
"private": true,
"sideEffects": false,
"files": [
"tailwind.config.js",
"postcss.config.js",
"globals.css"
],
"exports": {
".": "./src/index.ts",
"./react": "./src/react/index.ts",
"./globals.css": "./globals.css",
"./postcss.config": "./postcss.config.js",
"./tailwind.config": "./tailwind.config.js",
"./image": "./src/image/index.ts",
"./design": "./src/design/index.ts"
},
"scripts": {
"lint": "eslint . --max-warnings 0"
},
"devDependencies": {
"@builder.io/qwik": "^1.8.0",
"@builder.io/qwik-city": "^1.8.0",
"@builder.io/qwik-react": "0.5.0",
"@fluejs/noscroll": "^1.0.0",
"@fontsource/bricolage-grotesque": "^5.0.7",
"@fontsource/geist-mono": "^5.1.0",
"@fontsource/geist-sans": "^5.1.0",
"@fontsource/mona-sans": "^5.0.1",
"@modular-forms/qwik": "^0.29.0",
"@nestri/core": "*",
"@qwik-ui/headless": "^0.6.4",
"@types/eslint": "^8.56.5",
"@types/node": "^20.11.24",
"@types/nprogress": "^0.2.3",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"@typescript-eslint/eslint-plugin": "latest",
"@typescript-eslint/parser": "latest",
"autoprefixer": "^10.4.20",
"body-scroll-lock-upgrade": "^1.1.0",
"clsx": "^2.1.1",
"eslint": "^8.57.0",
"eslint-plugin-qwik": "latest",
"focus-trap": "^7.5.4",
"framer-motion": "^11.3.24",
"nprogress": "^0.2.0",
"postcss": "^8.4.41",
"prettier": "latest",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-wrap-balancer": "^1.1.1",
"tailwind-merge": "^2.4.0",
"tailwind-variants": "^0.2.1",
"tailwindcss": "^3.4.9",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.3.3",
"valibot": "^0.42.1"
}
}