2024-03-17 12:58:25 +01:00
|
|
|
{
|
2024-06-05 08:52:41 +02:00
|
|
|
"name": "@link-stack/ui",
|
2025-12-06 12:56:54 +01:00
|
|
|
"version": "3.2.0b4",
|
2024-03-17 12:58:25 +01:00
|
|
|
"description": "",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"build": "tsc -p tsconfig.json"
|
|
|
|
|
},
|
|
|
|
|
"author": "",
|
|
|
|
|
"dependencies": {
|
2024-11-25 09:31:25 +01:00
|
|
|
"@mui/icons-material": "^6",
|
|
|
|
|
"@mui/material": "^6",
|
2025-10-07 11:24:00 +02:00
|
|
|
"@mui/x-data-grid-pro": "^7",
|
|
|
|
|
"@mui/x-license": "^7",
|
2025-12-06 12:56:54 +01:00
|
|
|
"next": "^15.5.7",
|
2025-10-07 11:24:00 +02:00
|
|
|
"react": "19.2.0",
|
|
|
|
|
"react-dom": "19.2.0"
|
2024-03-17 12:58:25 +01:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-10-07 11:24:00 +02:00
|
|
|
"@types/node": "^24.7.0",
|
|
|
|
|
"@types/react": "19.2.2",
|
|
|
|
|
"@types/react-dom": "^19.2.1",
|
|
|
|
|
"typescript": "^5.9.3"
|
2024-03-17 12:58:25 +01:00
|
|
|
}
|
|
|
|
|
}
|