-
- Downloads
added maps to the menues
Showing
- .env.example 4 additions, 0 deletions.env.example
- components/NetworkMap/NetworkMap.tsx 381 additions, 0 deletionscomponents/NetworkMap/NetworkMap.tsx
- package-lock.json 179 additions, 127 deletionspackage-lock.json
- package.json 9 additions, 4 deletionspackage.json
- pages/_app.tsx 25 additions, 0 deletionspages/_app.tsx
- pages/maps/index.tsx 43 additions, 0 deletionspages/maps/index.tsx
- public/images/juniper_icon.png 0 additions, 0 deletionspublic/images/juniper_icon.png
- public/images/nokia_icon.png 0 additions, 0 deletionspublic/images/nokia_icon.png
components/NetworkMap/NetworkMap.tsx
0 → 100644
... | ... | @@ -21,6 +21,9 @@ |
"@open-policy-agent/opa-wasm": "^1.8.1", | ||
"@orchestrator-ui/orchestrator-ui-components": "1.20.0", | ||
"@reduxjs/toolkit": "^2.0.1", | ||
"axios": "^1.7.2", | ||
"cytoscape": "^3.29.2", | ||
"cytoscape-fcose": "^2.2.0", | ||
"moment": "^2.29.4", | ||
"next": "^14.0.4", | ||
"next-auth": "^4.24.5", | ||
... | ... | @@ -40,16 +43,18 @@ |
"@orchestrator-ui/jest-config": "*", | ||
"@orchestrator-ui/tsconfig": "*", | ||
"@testing-library/jest-dom": "^6.2.0", | ||
"@types/cytoscape": "^3.21.2", | ||
"@types/cytoscape-fcose": "^2.2.4", | ||
"@types/node": "^20.10.5", | ||
"@types/react": "^18.2.45", | ||
"@types/react": "^18.3.3", | ||
"@types/react-dom": "^18.2.18", | ||
"@types/react-no-ssr": "^1.1.7", | ||
"esbuild-jest": "^0.5.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-prettier": "^3.4.0", | ||
"husky": "^9.0.11", | ||
"typescript": "^5.3.2", | ||
"prettier": "^2.3.2", | ||
"eslint-plugin-prettier": "^3.4.0", | ||
"eslint-config-prettier": "^8.3.0" | ||
"typescript": "^5.3.2" | ||
}, | ||
"overrides": { | ||
"@elastic/eui": { | ||
... | ... |
pages/maps/index.tsx
0 → 100644
public/images/juniper_icon.png
0 → 100644
16.1 KiB
public/images/nokia_icon.png
0 → 100644
5.76 KiB