Files
LicenseAPI/dashboard/package.json
Mathias Wagner e4d745359f Merge pull request #27 from gnmyt/dependabot/npm_and_yarn/dashboard/react-router-dom-6.26.1
Bump react-router-dom from 6.26.0 to 6.26.1 in /dashboard
2024-08-19 11:55:10 +02:00

31 lines
721 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.0",
"@emotion/styled": "^11.13.0",
"@fontsource/inter": "^5.0.20",
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.16.6",
"@mui/x-data-grid": "^7.13.0",
"@mui/x-date-pickers": "^7.12.1",
"dayjs": "^1.11.12",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.26.1"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"vite": "^5.4.1"
}
}