Files
LicenseAPI/dashboard/package.json
Mathias Wagner 831a2f3ff5 Merge pull request #57 from gnmyt/dependabot/npm_and_yarn/dashboard/vite-5.4.5
Bump vite from 5.4.3 to 5.4.5 in /dashboard
2024-09-16 16:25:55 +02:00

31 lines
720 B
JSON

{
"name": "dashboard",
"version": "1.0.0",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@fontsource/inter": "^5.1.0",
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.16.7",
"@mui/x-data-grid": "^7.14.0",
"@mui/x-date-pickers": "^7.14.0",
"dayjs": "^1.11.13",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.26.2"
},
"devDependencies": {
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"vite": "^5.4.5"
}
}