{"id":48827083,"url":"https://github.com/ddavid93/importmap-manager","last_synced_at":"2026-04-14T18:35:26.995Z","repository":{"id":276597098,"uuid":"755524187","full_name":"ddavid93/importmap-manager","owner":"ddavid93","description":"A modern UI for managing import-map-overrides with an enhanced user experience.","archived":false,"fork":false,"pushed_at":"2026-01-23T13:51:21.000Z","size":557,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-01-24T02:36:05.715Z","etag":null,"topics":["esm","imports","javascript","microfrontend","typescript","vue"],"latest_commit_sha":null,"homepage":"","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ddavid93.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":"ddavid93","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":"ddavid93","thanks_dev":null,"custom":null}},"created_at":"2024-02-10T13:29:47.000Z","updated_at":"2026-01-23T13:51:25.000Z","dependencies_parsed_at":"2025-02-09T10:24:29.622Z","dependency_job_id":"589e8d64-7dae-41d9-9240-2999df684931","html_url":"https://github.com/ddavid93/importmap-manager","commit_stats":null,"previous_names":["ddavid93/importmap-manager"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/ddavid93/importmap-manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddavid93%2Fimportmap-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddavid93%2Fimportmap-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddavid93%2Fimportmap-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddavid93%2Fimportmap-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ddavid93","download_url":"https://codeload.github.com/ddavid93/importmap-manager/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddavid93%2Fimportmap-manager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31810739,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T18:05:02.291Z","status":"ssl_error","status_checked_at":"2026-04-14T18:05:01.765Z","response_time":153,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["esm","imports","javascript","microfrontend","typescript","vue"],"created_at":"2026-04-14T18:35:24.557Z","updated_at":"2026-04-14T18:35:26.974Z","avatar_url":"https://github.com/ddavid93.png","language":"Vue","funding_links":["https://ko-fi.com/ddavid93","https://buymeacoffee.com/ddavid93"],"categories":[],"sub_categories":[],"readme":"# ImportMap Manager\n\nA modern UI for managing [import-map-overrides](https://github.com/single-spa/import-map-overrides) (original one) with an enhanced user experience. Built with Vue 3, TypeScript, and Shadcn UI components.\n\n## Features\n\n- 🎨 Modern UI built with Shadcn/Vue components\n- 📱 Fully responsive design\n- 🔍 Module search and filtering\n- 🎯 Type-safe with TypeScript\n- 🔄 Real-time import map updates\n- 📊 Clear visualization of module overrides\n- 🌓 Built-in light/dark mode support\n- ⚡ Powered by Vite for fast development\n- 🔗 Reliable DOM synchronization using MutationObserver (no arbitrary timeouts)\n\n\n![dark](https://github.com/user-attachments/assets/cab05361-7c1a-4e87-b07c-0522e91955f2)\n\n\n![light](https://github.com/user-attachments/assets/f8769abb-569b-4604-964a-50773aa1868c)\n\n## Development\n\nTo run this project locally:\n\n```bash\n# Install dependencies\nnpm install\n\n# Start development server\nnpm run dev\n\n# Build for production\nnpm run build\n\n```\n\n## Technical Stack\n\n- Vue 3\n- TypeScript\n- Vite 6\n- Tailwind CSS\n- Shadcn UI Components\n- Radix Vue\n- Lucide Icons\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE.md) file for details.\n\n## Acknowledgments\n\n- [import-map-overrides](https://github.com/single-spa/import-map-overrides) - The original project that inspired this UI\n- [Shadcn/Vue](https://www.shadcn-vue.com/) - For the beautiful UI components\n- [Radix Vue](https://www.radix-vue.com/) - For accessible component primitives\n\n## Related\n\n- [Single-spa](https://single-spa.js.org/)\n- [Import Maps](https://github.com/WICG/import-maps)\n- [SystemJS](https://github.com/systemjs/systemjs)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fddavid93%2Fimportmap-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fddavid93%2Fimportmap-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fddavid93%2Fimportmap-manager/lists"}