initial layout

This commit is contained in:
Daniil
2026-01-19 23:19:58 +03:00
parent 749fda017c
commit 4688f65c5a
81 changed files with 4343 additions and 16 deletions
+10 -1
View File
@@ -10,27 +10,34 @@
"lint": "concurrently \"bun run lint:es\" \"bun run lint:prettier\"",
"create-component": "npx generate-react-cli component",
"gc": "bun run .scripts/create-fsd-component.ts",
"gicons": "npx @svgr/cli --ext tsx --typescript --no-prettier --icon --ref --no-svgo ./src/shared/assets/raw-icons/ --out-dir ./src/shared/ui/Icons/"
"gicons": "npx @svgr/cli --ext tsx --typescript --no-prettier --icon --ref --no-svgo ./src/shared/assets/raw-icons/ --out-dir ./src/shared/ui/Icons/",
"gen:api-types": "openapi-typescript http://127.0.0.1:8000/api/schema/ --output src/shared/api/__generated__/openapi.types.ts"
},
"dependencies": {
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@tanstack/react-query": "^5.90.14",
"@tanstack/react-query-devtools": "^5.91.2",
"axios": "^1.13.2",
"bootstrap": "^5.3.8",
"classnames": "^2.5.1",
"framer-motion": "^12.23.26",
"js-cookie": "^3.0.5",
"lodash": "^4.17.21",
"lucide-react": "^0.562.0",
"moment": "^2.30.1",
"next": "16.1.1",
"normalize.css": "^8.0.1",
"openapi-fetch": "^0.15.0",
"openapi-react-query": "^0.5.1",
"react": "^19.2.3",
"react-aria-components": "^1.14.0",
"react-bootstrap": "^2.10.10",
"react-dom": "^19.2.3",
"react-dropzone": "^14.3.8",
"react-hook-form": "^7.71.0",
"react-modern-drawer": "^1.4.0",
"react-toastify": "^11.0.5",
"use-mask-input": "^3.6.0",
"usehooks-ts": "^3.1.1",
"xior": "^0.8.2"
},
@@ -38,6 +45,7 @@
"@ianvs/prettier-plugin-sort-imports": "^4.7.0",
"@svgr/cli": "^8.1.0",
"@types/bun": "^1.3.5",
"@types/js-cookie": "^3.0.6",
"@types/node": "^25.0.3",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
@@ -48,6 +56,7 @@
"eslint-plugin-boundaries": "^5.3.1",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.26",
"openapi-typescript": "^7.10.1",
"prettier": "^3.7.4",
"sass": "^1.97.1",
"stylelint": "^16.26.1",