link-stack/packages/ui/package.json

26 lines
553 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-03-17 12:58:25 +01:00
"version": "1.0.0",
"description": "",
"scripts": {
"build": "tsc -p tsconfig.json"
},
"author": "",
"license": "ISC",
"dependencies": {
"@mui/icons-material": "^5",
2024-04-09 11:05:40 +02:00
"@mui/lab": "^5.0.0-alpha.170",
2024-03-17 12:58:25 +01:00
"@mui/material": "^5",
2024-06-12 08:27:30 +02:00
"@mui/x-data-grid-pro": "^7.6.2",
"@mui/x-date-pickers-pro": "^7.6.2",
"next": "14.2.4",
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-06-12 08:27:30 +02:00
"@types/node": "^20.14.2",
2024-06-05 08:52:41 +02:00
"@types/react": "18.3.3",
2024-04-21 09:44:30 +02:00
"typescript": "^5.4.5"
2024-03-17 12:58:25 +01:00
}
}