2023-02-13 13:46:56 +00:00
|
|
|
{
|
2024-06-05 08:52:41 +02:00
|
|
|
"name": "@link-stack/leafcutter",
|
2025-10-07 11:24:00 +02:00
|
|
|
"version": "3.2.0b3",
|
2023-02-13 13:46:56 +00:00
|
|
|
"scripts": {
|
2023-05-25 12:37:14 +00:00
|
|
|
"dev": "next dev -p 3001",
|
2023-06-28 09:09:45 +00:00
|
|
|
"login": "aws sso login --sso-session cdr",
|
2023-03-31 10:28:24 +02:00
|
|
|
"kubeconfig": "aws eks update-kubeconfig --name cdr-leafcutter-dashboard-cluster --profile cdr-leafcutter-dashboard-production",
|
2023-02-13 13:46:56 +00:00
|
|
|
"fwd:opensearch": "kubectl port-forward opensearch-cluster-master-0 9200:9200 --namespace leafcutter",
|
2023-08-25 07:11:33 +00:00
|
|
|
"fwd:dashboards": "kubectl port-forward opensearch-dashboards-1-59854cdb9b-mx4qq 5602:5601 --namespace leafcutter",
|
2023-02-13 13:46:56 +00:00
|
|
|
"build": "next build",
|
|
|
|
|
"start": "next start",
|
|
|
|
|
"export": "next export",
|
|
|
|
|
"lint": "next lint"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2024-12-13 13:20:37 +01:00
|
|
|
"@emotion/cache": "^11.14.0",
|
|
|
|
|
"@emotion/react": "^11.14.0",
|
2023-05-24 20:27:57 +00:00
|
|
|
"@emotion/server": "^11.11.0",
|
2025-10-07 11:24:00 +02:00
|
|
|
"@emotion/styled": "^11.14.1",
|
2024-08-07 12:02:33 +02:00
|
|
|
"@link-stack/leafcutter-ui": "*",
|
2025-08-20 11:37:39 +02:00
|
|
|
"@link-stack/logger": "*",
|
2024-08-07 12:02:33 +02:00
|
|
|
"@link-stack/opensearch-common": "*",
|
2024-11-25 09:31:25 +01:00
|
|
|
"@mui/icons-material": "^6",
|
|
|
|
|
"@mui/material": "^6",
|
|
|
|
|
"@mui/material-nextjs": "^6",
|
2025-10-07 11:24:00 +02:00
|
|
|
"@mui/x-date-pickers-pro": "^7",
|
|
|
|
|
"@opensearch-project/opensearch": "^3.5.1",
|
2024-09-27 11:22:45 +02:00
|
|
|
"date-fns": "^4.1.0",
|
2025-10-07 11:24:00 +02:00
|
|
|
"http-proxy-middleware": "^3.0.5",
|
|
|
|
|
"material-ui-popup-state": "^5.3.6",
|
|
|
|
|
"next": "15.5.4",
|
2024-12-13 13:20:37 +01:00
|
|
|
"next-auth": "^4.24.11",
|
2025-10-07 11:24:00 +02:00
|
|
|
"react": "19.2.0",
|
2025-03-24 11:52:38 +01:00
|
|
|
"react-cookie": "^8.0.1",
|
2023-10-23 13:27:42 +02:00
|
|
|
"react-cookie-consent": "^9.0.0",
|
2025-10-07 11:24:00 +02:00
|
|
|
"react-dom": "19.2.0",
|
2023-05-24 20:27:57 +00:00
|
|
|
"react-iframe": "^1.8.5",
|
2023-02-13 13:46:56 +00:00
|
|
|
"react-polyglot": "^0.7.2",
|
2025-10-07 11:24:00 +02:00
|
|
|
"sharp": "^0.34.4",
|
|
|
|
|
"uuid": "^13.0.0"
|
2023-02-13 13:46:56 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-10-07 11:24:00 +02:00
|
|
|
"@types/node": "^24.7.0",
|
|
|
|
|
"@types/react": "19.2.2",
|
|
|
|
|
"@types/uuid": "^11.0.0",
|
2024-09-27 13:11:31 +02:00
|
|
|
"@link-stack/eslint-config": "*",
|
|
|
|
|
"@link-stack/typescript-config": "*",
|
2025-10-07 11:24:00 +02:00
|
|
|
"typescript": "5.9.3"
|
2023-02-13 13:46:56 +00:00
|
|
|
}
|
|
|
|
|
}
|