|
6 | 6 | "private": true, |
7 | 7 | "license": "DWTFYW License.", |
8 | 8 | "scripts": { |
| 9 | + "dev": "pnpm start:dev", |
9 | 10 | "build": "nest build", |
10 | 11 | "docker-build": "docker-compose down api && docker-compose up -d --build api", |
11 | 12 | "format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"", |
|
21 | 22 | "test:e2e": "jest --config ./test/jest-e2e.json" |
22 | 23 | }, |
23 | 24 | "dependencies": { |
24 | | - "@apollo/server": "^5.2.0", |
25 | 25 | "@metinseylan/nestjs-opentelemetry": "^3.0.0", |
26 | | - "@nestjs/apollo": "^13.2.3", |
27 | 26 | "@nestjs/common": "^11.1.12", |
28 | 27 | "@nestjs/config": "^4.0.2", |
29 | 28 | "@nestjs/core": "^11.1.12", |
30 | | - "@nestjs/graphql": "^13.2.3", |
31 | 29 | "@nestjs/jwt": "^11.0.2", |
32 | 30 | "@nestjs/passport": "^11.0.5", |
33 | 31 | "@nestjs/platform-express": "^11.1.12", |
|
55 | 53 | "dotenv": "^17.2.3", |
56 | 54 | "firebase-admin": "^13.6.0", |
57 | 55 | "google-auth-library": "^10.5.0", |
58 | | - "graphql": "^16.12.0", |
59 | | - "graphql-scalars": "^1.25.0", |
60 | | - "graphql-subscriptions": "^3.0.0", |
61 | 56 | "helmet": "^8.1.0", |
62 | 57 | "ioredis": "^5.9.2", |
63 | 58 | "joi": "^18.0.2", |
|
69 | 64 | "pino": "^10.2.0", |
70 | 65 | "pino-pretty": "^13.1.3", |
71 | 66 | "prisma-dbml-generator": "^0.12.0", |
72 | | - "prisma-graphql-type-decimal": "^3.0.1", |
73 | 67 | "reflect-metadata": "^0.2.2", |
74 | 68 | "rxjs": "^7.8.2", |
75 | 69 | "semver": "^7.7.3", |
|
0 commit comments