Init
Some checks failed
CI / main (push) Has been cancelled

This commit is contained in:
Igor Rybakov
2026-03-06 21:47:37 +02:00
parent fb94cbc557
commit acd7ea0792
73 changed files with 26010 additions and 44 deletions

View File

@@ -4,18 +4,72 @@
"license": "MIT",
"scripts": {},
"private": true,
"dependencies": {},
"devDependencies": {
"@eslint/js": "^9.8.0",
"@nestjs/schematics": "^11.0.0",
"@nestjs/testing": "^11.0.0",
"@next/eslint-plugin-next": "^16.0.1",
"@nx/cypress": "22.5.4",
"@nx/eslint": "22.5.4",
"@nx/eslint-plugin": "22.5.4",
"@nx/jest": "22.5.4",
"@nx/js": "22.5.4",
"@nx/nest": "^22.5.4",
"@nx/next": "^22.5.4",
"@nx/node": "22.5.4",
"@nx/react": "^22.5.4",
"@nx/web": "22.5.4",
"@nx/webpack": "22.5.4",
"@swc-node/register": "~1.11.1",
"@swc/cli": "~0.8.0",
"@swc/core": "~1.15.5",
"@swc/helpers": "~0.5.18",
"@swc/jest": "~0.2.38",
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.3.0",
"@types/jest": "^30.0.0",
"@types/node": "20.19.9",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"babel-jest": "^30.0.2",
"cypress": "^15.8.0",
"eslint": "^9.8.0",
"eslint-config-next": "^16.0.1",
"eslint-config-prettier": "^10.0.0",
"eslint-plugin-cypress": "^3.5.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.1",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react-hooks": "5.0.0",
"jest": "^30.0.2",
"jest-environment-jsdom": "^30.0.2",
"jest-environment-node": "^30.0.2",
"jest-util": "^30.0.2",
"jsonc-eslint-parser": "^2.1.0",
"nx": "22.5.4",
"prettier": "~3.6.2",
"sass": "1.62.1",
"ts-jest": "^29.4.0",
"ts-node": "10.9.1",
"tslib": "^2.3.0",
"typescript": "~5.9.2"
"typescript": "~5.9.2",
"typescript-eslint": "^8.40.0",
"webpack-cli": "^5.1.4"
},
"workspaces": [
"packages/*"
]
"packages/*",
"apps/*",
"libs/*"
],
"dependencies": {
"@nestjs/common": "^11.0.0",
"@nestjs/core": "^11.0.0",
"@nestjs/platform-express": "^11.0.0",
"axios": "^1.6.0",
"next": "~16.0.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.0"
}
}