{ "name": "lazyboy-web", "private": true, "version": "0.1.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc --noEmit && vite build", "preview": "vite preview" }, "dependencies": { "@blobatar/react": "^2.7.0", "@fontsource/huninn": "^5.3.0", "@tanstack/react-virtual": "^3.14.13", "blobatar": "^2.7.0", "react": "^19.3.0", "react-dom": "^19.3.0", "react-markdown": "^10.1.0", "react-useanimations": "^2.10.0", "remark-gfm": "^4.0.1" }, "devDependencies": { "@types/react": "^19.3.0", "@types/react-dom": "^19.3.0", "@vitejs/plugin-react": "^4.3.4", "typescript": "^5.6.3", "vite": "^5.4.11" } }