link-stack/packages/leafcutter-ui/package.json
2025-12-06 12:56:54 +01:00

32 lines
835 B
JSON

{
"name": "@link-stack/leafcutter-ui",
"version": "3.2.0b4",
"scripts": {
"build": "tsc -p tsconfig.json"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@link-stack/opensearch-common": "*",
"@mui/icons-material": "^6",
"@mui/material": "^6",
"@mui/x-data-grid-pro": "^7",
"@mui/x-date-pickers-pro": "^7",
"date-fns": "^4.1.0",
"next": "^15.5.7",
"next-auth": "^4.24.11",
"react": "19.2.0",
"react-cookie": "^8.0.1",
"react-dom": "19.2.0",
"react-iframe": "^1.8.5",
"react-markdown": "^10.1.0",
"react-polyglot": "^0.7.2"
},
"devDependencies": {
"@link-stack/eslint-config": "*",
"@link-stack/typescript-config": "*",
"@types/node": "^24.7.0",
"@types/react": "19.2.2",
"typescript": "5.9.3"
}
}