16 packages
fix-react-refresh-plugin
This Vite plugin helps overcome a problem of not reloading some React components after saving changes.
@giapspzoo/create-sx-style-sheet
A simple util that allows you to create stylesheets of `sx` Material UI objects with TypeScript support.
@giapspzoo/deep-merge
A tool for deep merging of two objects.
@giapspzoo/event-emitter
A simple isomorphic, strongly typed event emitter for TypeScript and JavaScript. It allows you to declare your event map once and get full IntelliSense and type-safety for all listeners and emitted events.
@giapspzoo/get-random-id
A utility for generating a random numeric ID.
@giapspzoo/gugik-api-client
A set of utility functions for interacting with GUGiK's REST API.
@giapspzoo/is-object
Check if a value is a JS object.
@giapspzoo/mui-theme
GIAP's Material UI starter theme
@giapspzoo/next-tick
A minimal utility that defers a function to the next event loop tick using `setTimeout(fn)`. Useful for scheduling asynchronous execution without relying on Node.js-specific `process.nextTick()` or Promise-based microtasks. Works in both Node.js and brows
@giapspzoo/ol
OpenLayers mapping library