Files
stupid-simple-network-inven…/frontend/package.json
T
olivier f622351983 fix: use word-boundary regex for BRANDS detection; add Apache2 and HAProxy icons
- Switch BRANDS pass from text.includes(kw) to pre-compiled word-boundary
  regex (same (?<![a-z0-9])...(?![a-z0-9]) pattern as AUTO_SI) — fixes
  false positive where "php" matched the "hp" keyword
- Add Apache to BRANDS with aliases apache, apache2, httpd (AUTO_SI regex
  excluded apache2 because the trailing digit broke the boundary)
- Add custom ICON_HAPROXY (H-shaped path, #1489C8) — HAProxy is absent
  from simple-icons

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-23 08:15:26 +02:00

20 lines
366 B
JSON

{
"name": "network-topology",
"version": "1.1.2",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.3.8",
"axios": "^1.6.2",
"lucide-vue-next": "^0.460.0",
"simple-icons": "^13.0.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.5.0",
"vite": "^5.0.0"
}
}