dlinux-dashboard/package.json

39 lines
1.1 KiB
JSON
Raw Normal View History

2025-01-06 14:45:23 +01:00
{
2025-01-16 12:46:25 +01:00
"name": "notifier-frontend",
"private": true,
"version": "0.0.0",
2025-01-06 14:45:23 +01:00
"type": "module",
"scripts": {
2025-01-16 12:46:25 +01:00
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
2025-01-06 14:45:23 +01:00
},
"dependencies": {
2025-01-16 12:46:25 +01:00
"@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",
"@xterm/addon-attach": "^0.11.0",
2025-01-16 06:10:37 -05:00
"@xterm/addon-fit": "^0.10.0",
2025-01-16 12:46:25 +01:00
"@xterm/xterm": "^5.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router": "^7.0.1"
2025-01-06 14:45:23 +01:00
},
"devDependencies": {
2025-01-16 12:46:25 +01:00
"@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"
2025-01-06 14:45:23 +01:00
}
}