2023-08-25 07:11:33 +00:00
|
|
|
{
|
2024-06-05 08:52:41 +02:00
|
|
|
"name": "@link-stack/leafcutter-ui",
|
2025-01-15 14:15:02 +01:00
|
|
|
"version": "2.4.0b1",
|
2023-08-25 07:11:33 +00:00
|
|
|
"scripts": {
|
|
|
|
|
"build": "tsc -p tsconfig.json"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2024-12-13 13:20:37 +01:00
|
|
|
"@emotion/react": "^11.14.0",
|
|
|
|
|
"@emotion/styled": "^11.14.0",
|
2024-09-27 13:11:31 +02:00
|
|
|
"@link-stack/opensearch-common": "*",
|
2024-11-25 09:31:25 +01:00
|
|
|
"@mui/icons-material": "^6",
|
|
|
|
|
"@mui/material": "^6",
|
2025-01-26 12:24:57 +01:00
|
|
|
"@mui/x-data-grid-pro": "^7.24.1",
|
|
|
|
|
"@mui/x-date-pickers-pro": "^7.24.1",
|
2024-09-27 11:22:45 +02:00
|
|
|
"date-fns": "^4.1.0",
|
2025-01-26 12:24:57 +01:00
|
|
|
"next": "15.1.6",
|
2024-12-13 13:20:37 +01:00
|
|
|
"next-auth": "^4.24.11",
|
|
|
|
|
"react": "19.0.0",
|
2024-11-25 09:31:25 +01:00
|
|
|
"react-cookie": "^7.2.2",
|
2024-12-13 13:20:37 +01:00
|
|
|
"react-dom": "19.0.0",
|
2023-08-25 07:11:33 +00:00
|
|
|
"react-iframe": "^1.8.5",
|
2025-01-15 14:15:02 +01:00
|
|
|
"react-markdown": "^9.0.3",
|
2024-09-27 13:11:31 +02:00
|
|
|
"react-polyglot": "^0.7.2"
|
2023-08-25 07:11:33 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2024-09-27 13:11:31 +02:00
|
|
|
"@link-stack/eslint-config": "*",
|
|
|
|
|
"@link-stack/typescript-config": "*",
|
2025-01-26 12:24:57 +01:00
|
|
|
"@types/node": "^22.10.10",
|
|
|
|
|
"@types/react": "19.0.8",
|
2025-01-15 14:15:02 +01:00
|
|
|
"typescript": "5.7.3"
|
2023-08-25 07:11:33 +00:00
|
|
|
}
|
|
|
|
|
}
|