vchikalkin ecc7b44d6d
Some checks failed
Build & Deploy Web & Bot / Build and Push to Docker Hub (push) Has been cancelled
Build & Deploy Web & Bot / Deploy to VPS (push) Has been cancelled
fix build web with docker compose
2025-07-02 17:46:33 +03:00

33 lines
923 B
JSON

{
"name": "@repo/graphql",
"version": "0.0.0",
"license": "MIT",
"type": "module",
"scripts": {
"graphql:codegen": "graphql-codegen --config graphql.config.cjs",
"test:unit": "vitest"
},
"dependencies": {
"@apollo/client": "catalog:",
"@graphql-typed-document-node/core": "^3.2.0",
"@repo/typescript-config": "workspace:*",
"@repo/utils": "workspace:",
"@types/jsonwebtoken": "^9.0.7",
"dayjs": "catalog:",
"jsonwebtoken": "catalog:",
"radashi": "catalog:",
"telegraf": "catalog:",
"vite-tsconfig-paths": "catalog:",
"vitest": "catalog:",
"zod": "catalog:"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.3",
"@graphql-codegen/typed-document-node": "^5.0.12",
"@graphql-codegen/typescript": "^4.1.2",
"@graphql-codegen/typescript-operations": "^4.4.0",
"@repo/eslint-config": "workspace:*",
"graphql": "catalog:"
}
}