dlinux-dashboard/frontend/package.json

36 lines
973 B
JSON
Raw Normal View History

{
"name": "notifier-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@fontsource/roboto": "^5.1.0",
"@mui/icons-material": "^6.1.8",
"@mui/lab": "^6.0.0-beta.23",
"@mui/material": "^6.1.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router": "^7.0.1"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/dockerode": "^3.3.34",
"@types/node": "^22.9.3",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "^5.2.2",
"vite": "^5.2.0"
}
}