lazyBoy/apps/web/package.json

31 lines
750 B
JSON
Raw Permalink Normal View History

2026-09-04 05:41:09 +00:00
{
"name": "lazyboy-web",
"private": true,
"version": "0.1.0-alpha",
2026-09-04 05:41:09 +00:00
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0",
"build": "tsc --noEmit && vite build",
"typecheck": "tsc --noEmit --pretty false"
},
"dependencies": {
2026-09-04 09:08:56 +00:00
"@blobatar/react": "^2.7.0",
2026-09-04 05:41:09 +00:00
"@fontsource/huninn": "^5.3.0",
"@novnc/novnc": "1.7.0",
2026-09-04 09:08:56 +00:00
"blobatar": "^2.7.0",
2026-09-04 05:41:09 +00:00
"react": "^19.0.0",
"react-dom": "^19.0.0",
2026-09-05 14:59:07 +00:00
"react-markdown": "^10.1.0",
"react-useanimations": "^2.10.0",
"remark-breaks": "^4.0.0",
"remark-gfm": "^4.0.1"
2026-09-04 05:41:09 +00:00
},
"devDependencies": {
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^4.3.4",
"typescript": "^5.7.2",
"vite": "^6.0.7"
}
}