Add docker

This commit is contained in:
Evgenii Saenko
2025-12-17 11:51:25 +03:00
parent a01b46182e
commit 4f6700e0e2
110 changed files with 8838 additions and 181 deletions

View File

@@ -10,6 +10,15 @@
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@fontsource/roboto": "^5.2.8",
"@mui/icons-material": "^7.3.4",
"@mui/material": "^7.3.4",
"autoprefixer": "^10.4.21",
"mobx": "^6.13.4",
"mobx-react-lite": "^4.0.7",
"postcss-nested": "^7.0.2",
"react": "^19.1.1",
"react-dom": "^19.1.1"
},
@@ -23,8 +32,11 @@
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.22",
"globals": "^16.4.0",
"prettier": "3.6.2",
"react-router-dom": "^7.9.4",
"typescript": "~5.9.3",
"typescript-eslint": "^8.45.0",
"vite": "^7.1.7"
"vite": "^7.1.7",
"zod": "^4.1.12"
}
}