mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 02:35:14 +00:00
54 lines
1.4 KiB
JSON
54 lines
1.4 KiB
JSON
{
|
|
"name": "vite",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --host",
|
|
"build": "vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.14.0",
|
|
"@emotion/styled": "^11.14.0",
|
|
"@mantine/core": "^7.17.0",
|
|
"@mantine/dates": "^7.17.0",
|
|
"@mantine/hooks": "^7.17.0",
|
|
"@mantine/notifications": "^7.17.1",
|
|
"@mui/icons-material": "^6.4.7",
|
|
"@mui/material": "^6.4.7",
|
|
"@mui/x-date-pickers": "^7.27.3",
|
|
"@tabler/icons-react": "^3.31.0",
|
|
"allotment": "^1.20.3",
|
|
"axios": "^1.8.2",
|
|
"clsx": "^2.1.1",
|
|
"dayjs": "^1.11.13",
|
|
"formik": "^2.4.6",
|
|
"hls.js": "^1.5.20",
|
|
"lucide-react": "^0.479.0",
|
|
"mantine-react-table": "^2.0.0-beta.9",
|
|
"material-react-table": "^3.2.1",
|
|
"mpegts.js": "^1.8.0",
|
|
"prettier": "^3.5.3",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-draggable": "^4.4.6",
|
|
"react-pro-sidebar": "^1.1.0",
|
|
"react-router-dom": "^7.3.0",
|
|
"video.js": "^8.21.0",
|
|
"yup": "^1.6.1",
|
|
"zustand": "^5.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.21.0",
|
|
"@types/react": "^19.0.10",
|
|
"@types/react-dom": "^19.0.4",
|
|
"@vitejs/plugin-react-swc": "^3.8.0",
|
|
"eslint": "^9.21.0",
|
|
"eslint-plugin-react-hooks": "^5.1.0",
|
|
"eslint-plugin-react-refresh": "^0.4.19",
|
|
"globals": "^15.15.0",
|
|
"vite": "^6.2.0"
|
|
}
|
|
}
|