32 lines
842 B
JSON
32 lines
842 B
JSON
{
|
|
"name": "@link-stack/leafcutter-ui",
|
|
"version": "2.3.4",
|
|
"scripts": {
|
|
"build": "tsc -p tsconfig.json"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.13.5",
|
|
"@emotion/styled": "^11.13.5",
|
|
"@link-stack/opensearch-common": "*",
|
|
"@mui/icons-material": "^6",
|
|
"@mui/material": "^6",
|
|
"@mui/x-data-grid-pro": "^7.22.3",
|
|
"@mui/x-date-pickers-pro": "^7.22.3",
|
|
"date-fns": "^4.1.0",
|
|
"next": "15.0.3",
|
|
"next-auth": "^4.24.10",
|
|
"react": "18.3.1",
|
|
"react-cookie": "^7.2.2",
|
|
"react-dom": "18.3.1",
|
|
"react-iframe": "^1.8.5",
|
|
"react-markdown": "^9.0.1",
|
|
"react-polyglot": "^0.7.2"
|
|
},
|
|
"devDependencies": {
|
|
"@link-stack/eslint-config": "*",
|
|
"@link-stack/typescript-config": "*",
|
|
"@types/node": "^22.9.3",
|
|
"@types/react": "18.3.12",
|
|
"typescript": "5.7.2"
|
|
}
|
|
}
|