Create dashboard package.json & yarn.lock

This commit is contained in:
Mathias Wagner
2024-07-20 12:56:56 +02:00
parent 111a9bf6c1
commit 3a20317028
2 changed files with 1210 additions and 0 deletions

28
dashboard/package.json Normal file
View File

@ -0,0 +1,28 @@
{
"name": "dashboard",
"version": "1.0.0",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/inter": "^5.0.5",
"@mui/icons-material": "^5.14.1",
"@mui/material": "^5.13.7",
"@mui/x-data-grid": "^6.10.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.14.2"
},
"devDependencies": {
"@types/react": "^18.0.33",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^3.1.0",
"vite": "^4.2.1"
}
}

1182
dashboard/yarn.lock Normal file

File diff suppressed because it is too large Load Diff