feat: simple impl

This commit is contained in:
2025-08-04 07:50:13 +03:00
parent a92c43ab1b
commit a812e650ce
21 changed files with 1800 additions and 58 deletions

View File

@ -17,7 +17,8 @@
"prettier:write": "prettier --write \"**/*.{ts,tsx}\"",
"test": "npm run prettier:check && npm run lint && npm run typecheck && npm run jest",
"storybook": "storybook dev -p 6006",
"storybook:build": "storybook build"
"storybook:build": "storybook build",
"openapi-ts": "openapi-ts"
},
"dependencies": {
"@mantine/core": "8.1.2",
@ -38,11 +39,13 @@
"react-imask": "^7.6.1",
"react-redux": "^9.2.0",
"redux-persist": "^6.0.0",
"sharp": "^0.34.3"
"sharp": "^0.34.3",
"zod": "^4.0.10"
},
"devDependencies": {
"@babel/core": "^7.27.4",
"@eslint/js": "^9.29.0",
"@hey-api/openapi-ts": "0.80.1",
"@ianvs/prettier-plugin-sort-imports": "^4.4.2",
"@storybook/nextjs": "^8.6.8",
"@storybook/react": "^8.6.8",