npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

plus-mfe-product

v1.0.8

Published

Trabalho 2 de ES2, Grupo 7

Readme

Trabalho 2 de ES2, Grupo 7

Integrantes: Jasmine Vanzella, Julia Fernandes, Luiza Rosito, Murilo Souza e Rafael Madeira

plus-mfe-product

Microfrontend de Produto do sistema Plus Gestão — gestão de estoque para loja de roupas plus size.

Interface administrativa para cadastro, edição e visualização de produtos, variantes de cor e grade de tamanhos.

Tecnologias

| Tecnologia | Uso | |---|---| | React 18 | UI | | TypeScript | Tipagem | | MUI 9 (Material UI) | Design system | | Vite 5 | Build tool | | Module Federation | Microfrontend |

Module Federation

Este microfrontend atua como remote, consumido pelo plus-shell:

| Propriedade | Valor | |---|---| | Nome | mfe_product | | Entry point | http://localhost:4002/assets/remoteEntry.js | | Porta | 4002 |

Páginas expostas

| Export | Componente | Descrição | |---|---|---| | ./ProductListPage | ProductList | Catálogo público com filtros e busca | | ./ProductDetailPage | ProductDetail | Página de detalhe do produto (PDP) | | ./ProductListAdminPage | ProductCreate | Listagem admin com criação | | ./ProductEditAdminPage | ProdutEdit | Listagem admin com CRUD completo |

Dependências compartilhadas

react, react-dom, @mui/material, @emotion/react, @emotion/styled

Variáveis de ambiente

| Variável | Descrição | Default | |---|---|---| | VITE_PRODUCT_API_URL | URL do MS Product | http://localhost:3002 |

Componentes

| Componente | Descrição | |---|---| | Button | Botão customizado (primary, secondary, outline, ghost, icon) | | UnderlineField | Campo de input com estilo underline | | ProductCard | Card de exibição de produto | | ProductGrid | Grid responsivo com skeleton loading | | AddProductCard | Card para adicionar novo produto | | ColorSwitcher | Seletor de variação de cor | | SizeSwitcher | Seletor de grade de tamanho | | CreateProductModal | Modal de criação de produto | | EditProductModal | Modal de edição com variantes de cor e grade |

Scripts

| Comando | Descrição | |---|---| | npm run dev | Inicia em modo desenvolvimento (porta 4002) | | npm run build | Gera o bundle em dist/ | | npm run preview | Serve o build (porta 4002) |

Execução local (sem Docker)

npm install
npm run dev

Acesse: http://localhost:4002

Execução integrada (Docker)

Este serviço é orquestrado pelo plus-infra. Consulte o README do plus-infra.

CI/CD

Pipeline GitHub Actions (.github/workflows/ci.yml):

  • build: instala dependências e builda a cada push/PR na main
  • publish: publica no NPM (somente na main)

Design System

Consulte o Manual de UI para diretrizes visuais, paleta de cores, tipografia e padrões de componentes MUI.