2023-02-13 13:46:56 +00:00
|
|
|
{
|
2023-03-10 09:00:43 +00:00
|
|
|
"name": "leafcutter",
|
2023-03-31 08:34:35 +02:00
|
|
|
"version": "0.1.53",
|
2023-02-13 13:46:56 +00:00
|
|
|
"scripts": {
|
|
|
|
|
"dev": "next dev",
|
|
|
|
|
"login": "aws sso login --profile cdr-leafcutter-dashboard-prod-sso",
|
|
|
|
|
"kubeconfig": "aws eks update-kubeconfig --name cdr-leafcutter-dashboard-cluster --profile cdr-leafcutter-dashboard-prod-sso",
|
|
|
|
|
"fwd:opensearch": "kubectl port-forward opensearch-cluster-master-0 9200:9200 --namespace leafcutter",
|
|
|
|
|
"fwd:dashboards": "kubectl port-forward opensearch-dashboards-1-59854cdb9b-vgmtf 5602:5601 --namespace leafcutter",
|
|
|
|
|
"build": "next build",
|
|
|
|
|
"start": "next start",
|
|
|
|
|
"export": "next export",
|
|
|
|
|
"lint": "next lint"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@emotion/cache": "^11.10.3",
|
|
|
|
|
"@emotion/react": "^11.10.4",
|
|
|
|
|
"@emotion/server": "^11.10.0",
|
|
|
|
|
"@emotion/styled": "^11.10.4",
|
|
|
|
|
"@fontsource/playfair-display": "^4.5.12",
|
|
|
|
|
"@fontsource/poppins": "^4.5.10",
|
|
|
|
|
"@fontsource/roboto": "^4.5.8",
|
|
|
|
|
"@mui/icons-material": "^5",
|
|
|
|
|
"@mui/lab": "^5.0.0-alpha.102",
|
|
|
|
|
"@mui/material": "^5",
|
|
|
|
|
"@mui/styles": "^5",
|
|
|
|
|
"@mui/x-data-grid-pro": "^5.17.5",
|
|
|
|
|
"@mui/x-date-pickers-pro": "^5.0.3",
|
|
|
|
|
"@opensearch-project/opensearch": "^2.0.0",
|
|
|
|
|
"date-fns": "^2.29.3",
|
|
|
|
|
"http-proxy-middleware": "^2.0.6",
|
|
|
|
|
"material-ui-popup-state": "^4.1.0",
|
|
|
|
|
"next": "^12.3",
|
|
|
|
|
"next-auth": "^4.12.2",
|
|
|
|
|
"next-http-proxy-middleware": "^1.2.4",
|
|
|
|
|
"nodemailer": "^6.8.0",
|
|
|
|
|
"react": "^17",
|
|
|
|
|
"react-cookie": "^4.1.1",
|
|
|
|
|
"react-cookie-consent": "^8.0.1",
|
|
|
|
|
"react-dom": "^17",
|
|
|
|
|
"react-iframe": "^1.8.4",
|
|
|
|
|
"react-markdown": "^8.0.3",
|
|
|
|
|
"react-polyglot": "^0.7.2",
|
2023-03-31 08:34:35 +02:00
|
|
|
"sharp": "^0.31.3",
|
2023-02-13 13:46:56 +00:00
|
|
|
"swr": "^1.3.0",
|
|
|
|
|
"uuid": "^9.0.0"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@babel/core": "^7.19.3",
|
|
|
|
|
"@types/react": "^17",
|
|
|
|
|
"@types/uuid": "^8.3.4",
|
|
|
|
|
"babel-loader": "^8.2.5",
|
|
|
|
|
"eslint": "^8.24.0",
|
|
|
|
|
"eslint-config-airbnb": "^19.0.4",
|
|
|
|
|
"eslint-config-next": "^12.3.1",
|
|
|
|
|
"eslint-config-prettier": "^8.5.0",
|
|
|
|
|
"eslint-plugin-import": "^2.26.0",
|
|
|
|
|
"eslint-plugin-jsx-a11y": "^6.6.1",
|
|
|
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
|
|
|
"eslint-plugin-react": "^7.31.8",
|
2023-03-13 12:11:25 +00:00
|
|
|
"typescript": "^4.9.5"
|
2023-02-13 13:46:56 +00:00
|
|
|
}
|
|
|
|
|
}
|