link-stack/apps/leafcutter/package.json

50 lines
1.6 KiB
JSON
Raw Normal View History

2023-02-13 13:46:56 +00:00
{
2024-06-05 08:52:41 +02:00
"name": "@link-stack/leafcutter",
2024-08-28 10:28:59 +02:00
"version": "2.2.0",
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-08-06 08:36:03 +02:00
"@emotion/cache": "^11.13.1",
2024-09-27 11:22:45 +02:00
"@emotion/react": "^11.13.3",
2023-05-24 20:27:57 +00:00
"@emotion/server": "^11.11.0",
2024-08-06 08:36:03 +02:00
"@emotion/styled": "^11.13.0",
2024-08-07 12:02:33 +02:00
"@link-stack/leafcutter-ui": "*",
"@link-stack/opensearch-common": "*",
2023-02-13 13:46:56 +00:00
"@mui/icons-material": "^5",
"@mui/material": "^5",
2024-09-27 11:22:45 +02:00
"@mui/material-nextjs": "^5",
"@mui/x-date-pickers-pro": "^7.18.0",
"@opensearch-project/opensearch": "^2.12.0",
"date-fns": "^4.1.0",
"http-proxy-middleware": "^3.0.2",
"material-ui-popup-state": "^5.3.1",
2025-03-24 12:28:55 +01:00
"next": "^14.2.25",
2024-09-27 11:22:45 +02:00
"next-auth": "^4.24.8",
2024-05-08 07:32:29 +02:00
"react": "18.3.1",
2024-08-06 08:36:03 +02:00
"react-cookie": "^7.2.0",
"react-cookie-consent": "^9.0.0",
2024-05-08 07:32:29 +02:00
"react-dom": "18.3.1",
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",
2024-09-04 07:52:30 +02:00
"sharp": "^0.33.5",
2024-06-12 08:27:30 +02:00
"uuid": "^10.0.0"
2023-02-13 13:46:56 +00:00
},
"devDependencies": {
2024-09-27 11:22:45 +02:00
"@types/node": "^22.7.3",
2025-03-24 12:28:55 +01:00
"@types/react": "^18",
2024-06-25 08:14:03 +02:00
"@types/uuid": "^10.0.0",
2024-09-27 13:11:31 +02:00
"@link-stack/eslint-config": "*",
"@link-stack/typescript-config": "*",
2024-09-27 11:22:45 +02:00
"typescript": "5.6.2"
2023-02-13 13:46:56 +00:00
}
}