This commit is contained in:
2024-07-21 10:58:51 +03:00
parent 54c9ca8908
commit af05b51d1c
188 changed files with 1155 additions and 555 deletions

View File

@@ -28,9 +28,11 @@
"axios": "^1.7.2",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"cyrillic-to-translit-js": "^3.2.1",
"dayjs": "^1.11.12",
"dot-object": "^2.1.5",
"framer-motion": "^11.3.8",
"globals": "^15.8.0",
"lodash": "^4.17.21",
"mantine-form-zod-resolver": "^1.1.0",
"mantine-react-table": "^2.0.0-beta.5",
@@ -45,7 +47,9 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@eslint/js": "^9.7.0",
"@types/dot-object": "^2.1.6",
"@types/eslint__js": "^8.42.3",
"@types/lodash": "^4.17.7",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
@@ -61,6 +65,7 @@
"postcss-simple-vars": "^7.0.1",
"sass": "^1.77.8",
"typescript": "^5.5.3",
"typescript-eslint": "^7.16.1",
"vite": "^5.3.4",
"yarn-upgrade-all": "^0.7.2"
},