|
23 | 23 | "@aws-sdk/client-s3": "^3.741.0", |
24 | 24 | "@hey-api/openapi-ts": "^0.64.1", |
25 | 25 | "@sparticuz/chromium": "^132.0.0", |
| 26 | + "@tsoa/cli": "^4.1.3", |
26 | 27 | "@types/aws-lambda": "^8.10.147", |
27 | 28 | "@types/cookie-parser": "^1.4.3", |
28 | 29 | "@types/cors": "^2.8.17", |
|
42 | 43 | "@types/source-map-support": "^0.5.6", |
43 | 44 | "@typescript-eslint/eslint-plugin": "^5.61.0", |
44 | 45 | "@typescript-eslint/parser": "^5.61.1", |
| 46 | + "copy-webpack-plugin": "^13.0.1", |
45 | 47 | "eslint": "^8.52.0", |
46 | 48 | "eslint-config-jboolean": "^0.1.0", |
47 | 49 | "eslint-config-prettier": "^8.5.0", |
|
53 | 55 | "serverless-lambda-edge-pre-existing-cloudfront": "^1.2.0", |
54 | 56 | "serverless-offline": "^13.8.3", |
55 | 57 | "serverless-plugin-select": "^2.0.0-rc.1", |
56 | | - "serverless-plugin-typescript": "^2.1.5", |
57 | | - "typescript": "^5.2.2" |
| 58 | + "serverless-webpack": "^5.15.2", |
| 59 | + "ts-loader": "^9.5.4", |
| 60 | + "typescript": "^5.2.2", |
| 61 | + "webpack": "^5.101.3", |
| 62 | + "webpack-node-externals": "^3.0.0" |
58 | 63 | }, |
59 | 64 | "dependencies": { |
60 | 65 | "@hey-api/client-axios": "^0.6.1", |
61 | 66 | "@sentry/integrations": "^7.36.0", |
62 | 67 | "@sentry/node": "^7.36.0", |
63 | 68 | "@sentry/tracing": "^7.36.0", |
| 69 | + "@tsoa/runtime": "^4.1.3", |
64 | 70 | "@types/multer": "^1.4.11", |
65 | 71 | "axios": "^1.7.4", |
66 | 72 | "cookie-parser": "^1.4.6", |
|
85 | 91 | "sharp": "^0.31.3", |
86 | 92 | "source-map-support": "^0.5.21", |
87 | 93 | "stripe": "^17.7.0", |
88 | | - "tsoa": "^4.1.3", |
89 | 94 | "typeorm": "^0.3.17", |
90 | 95 | "typeorm-naming-strategies": "^4.1.0" |
91 | 96 | }, |
|
0 commit comments