50 lines
1.7 KiB
JSON
50 lines
1.7 KiB
JSON
{
|
|
"name": "@link-stack/leafcutter",
|
|
"version": "3.2.0b5",
|
|
"scripts": {
|
|
"dev": "next dev -p 3001",
|
|
"login": "aws sso login --sso-session cdr",
|
|
"kubeconfig": "aws eks update-kubeconfig --name cdr-leafcutter-dashboard-cluster --profile cdr-leafcutter-dashboard-production",
|
|
"fwd:opensearch": "kubectl port-forward opensearch-cluster-master-0 9200:9200 --namespace leafcutter",
|
|
"fwd:dashboards": "kubectl port-forward opensearch-dashboards-1-59854cdb9b-mx4qq 5602:5601 --namespace leafcutter",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"export": "next export",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/cache": "^11.14.0",
|
|
"@emotion/react": "^11.14.0",
|
|
"@emotion/server": "^11.11.0",
|
|
"@emotion/styled": "^11.14.1",
|
|
"@link-stack/leafcutter-ui": "*",
|
|
"@link-stack/logger": "*",
|
|
"@link-stack/opensearch-common": "*",
|
|
"@mui/icons-material": "^6",
|
|
"@mui/material": "^6",
|
|
"@mui/material-nextjs": "^6",
|
|
"@mui/x-date-pickers-pro": "^7",
|
|
"@opensearch-project/opensearch": "^3.5.1",
|
|
"date-fns": "^4.1.0",
|
|
"http-proxy-middleware": "^3.0.5",
|
|
"material-ui-popup-state": "^5.3.6",
|
|
"next": "15.5.9",
|
|
"next-auth": "^4.24.11",
|
|
"react": "19.2.0",
|
|
"react-cookie": "^8.0.1",
|
|
"react-cookie-consent": "^9.0.0",
|
|
"react-dom": "19.2.0",
|
|
"react-iframe": "^1.8.5",
|
|
"react-polyglot": "^0.7.2",
|
|
"sharp": "^0.34.4",
|
|
"uuid": "^13.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^24.7.0",
|
|
"@types/react": "19.2.2",
|
|
"@types/uuid": "^11.0.0",
|
|
"@link-stack/eslint-config": "*",
|
|
"@link-stack/typescript-config": "*",
|
|
"typescript": "5.9.3"
|
|
}
|
|
}
|