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",
2025-02-20 10:56:31 +01:00
"version": "3.1.0",
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-02-20 10:56:31 +01:00
"@mui/x-data-grid-pro": "^7.27.0",
"@mui/x-license": "^7.26.0",
"next": "15.1.7",
2024-12-13 13:20:37 +01:00
"react": "19.0.0",
"react-dom": "19.0.0"
2024-03-17 12:58:25 +01:00
},
"devDependencies": {
2025-02-20 10:56:31 +01:00
"@types/node": "^22.13.4",
"@types/react": "19.0.10",
2025-01-15 14:15:02 +01:00
"typescript": "^5.7.3"
2024-03-17 12:58:25 +01:00
}
}