link-stack/packages/ui/package.json

24 lines
498 B
JSON
Raw Permalink Normal View History

2024-03-17 12:58:25 +01:00
{
2024-06-05 08:52:41 +02:00
"name": "@link-stack/ui",
2024-08-28 10:28:59 +02:00
"version": "2.2.0",
2024-03-17 12:58:25 +01:00
"description": "",
"scripts": {
"build": "tsc -p tsconfig.json"
},
"author": "",
"dependencies": {
"@mui/icons-material": "^5",
"@mui/material": "^5",
2024-08-14 10:51:12 +02:00
"@mui/x-data-grid-pro": "^7.12.1",
"@mui/x-date-pickers-pro": "^7.12.1",
2024-07-18 11:08:01 +02:00
"next": "14.2.5",
2024-05-08 07:32:29 +02:00
"react": "18.3.1",
"react-dom": "18.3.1"
2024-03-17 12:58:25 +01:00
},
"devDependencies": {
2024-08-14 10:51:12 +02:00
"@types/node": "^22.2.0",
2024-06-05 08:52:41 +02:00
"@types/react": "18.3.3",
2024-08-06 08:36:03 +02:00
"typescript": "^5.5.4"
2024-03-17 12:58:25 +01:00
}
}