link-stack/packages/ui/package.json

24 lines
491 B
JSON
Raw 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-09-27 11:22:45 +02:00
"@mui/x-data-grid-pro": "^7.18.0",
2024-09-27 13:11:31 +02:00
"@mui/x-license": "^7.18.0",
"next": "^14.2.23",
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-09-27 11:22:45 +02:00
"@types/node": "^22.7.3",
"@types/react": "18.3.9",
"typescript": "^5.6.2"
2024-03-17 12:58:25 +01:00
}
}