-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
125 lines (125 loc) · 3.83 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"name": "@pnstack/nestjs-storage-service",
"version": "1.0.0",
"description": "Nestjs Storage Service",
"author": "npv2k1",
"license": "MIT",
"keywords": [
"nestjs",
"typescript",
"passport",
"graphql"
],
"scripts": {
"build": "nest build",
"clean": "rm -rf ./node_modules",
"compodoc": "npx @compodoc/compodoc -p tsconfig.json -s",
"dev": "nest start --watch",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
"prebuild": "rimraf dist",
"start": "nest start",
"start:debug": "nest start --debug --watch",
"start:prod": "node dist/main",
"test": "jest",
"test:cov": "jest --coverage",
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
"test:e2e": "jest --config ./e2e/jest-e2e.json",
"test:watch": "jest --watch"
},
"dependencies": {
"@apollo/server": "^4.9.3",
"@aws-sdk/client-s3": "^3.257.0",
"@aws-sdk/s3-presigned-post": "^3.258.0",
"@aws-sdk/s3-request-presigner": "^3.258.0",
"@nestjs/apollo": "^12.0.7",
"@nestjs/bull": "^0.6.3",
"@nestjs/cache-manager": "^1.0.0",
"@nestjs/common": "9.4.2",
"@nestjs/config": "2.3.2",
"@nestjs/core": "9.4.2",
"@nestjs/graphql": "11.0.6",
"@nestjs/jwt": "10.0.3",
"@nestjs/mapped-types": "*",
"@nestjs/microservices": "9.4.2",
"@nestjs/passport": "9.0.3",
"@nestjs/platform-express": "10.4.2",
"@nestjs/platform-socket.io": "^9.4.2",
"@nestjs/schedule": "^2.2.2",
"@nestjs/serve-static": "^3.0.1",
"@nestjs/swagger": "6.3.0",
"@nestjs/websockets": "^9.4.2",
"@socket.io/redis-adapter": "^8.0.1",
"@types/graphql-fields": "^1.3.4",
"bcrypt": "^5.0.1",
"bull": "^4.10.2",
"cache-manager": "^5.2.0",
"cache-manager-redis-store": "^3.0.1",
"class-transformer": "0.5.1",
"class-validator": "0.14.0",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"fs-extra": "^11.1.0",
"graphql": "^16.5.0",
"graphql-fields": "^2.0.3",
"graphql-redis-subscriptions": "^2.6.0",
"graphql-scalars": "1.17.0",
"graphql-subscriptions": "2.0.0",
"graphql-type-json": "^0.3.2",
"handlebars": "^4.7.7",
"ioredis": "^5.3.1",
"lodash": "^4.17.20",
"map-series-async": "^0.0.1",
"mime-types": "^2.1.35",
"moment": "^2.29.4",
"mqtt": "^4.3.7",
"multer": "1.4.5-lts.1",
"passport": "0.6.0",
"passport-google-oauth20": "^2.0.0",
"passport-jwt": "4.0.0",
"pluralize": "^8.0.0",
"redis": "^4.5.1",
"reflect-metadata": "0.1.13",
"rimraf": "^3.0.2",
"rxjs": "^7.5.5",
"socket.io": "^4.5.4",
"ts-mixer": "^6.0.2",
"tslib": "^2.4.1",
"typeorm": "^0.3.11"
},
"devDependencies": {
"@compodoc/compodoc": "^1.1.19",
"@nestjs/cli": "^9.5.0",
"@nestjs/schematics": "^9.2.0",
"@nestjs/testing": "^9.4.2",
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@types/bcrypt": "5.0.0",
"@types/chance": "1.1.3",
"@types/express": "4.17.13",
"@types/fs-extra": "^9.0.13",
"@types/jest": "28.1.6",
"@types/lodash": "^4.14.165",
"@types/mime-types": "^2.1.1",
"@types/multer": "^1.4.7",
"@types/node": "^18.0.3",
"@types/nodemailer": "^6.4.7",
"@types/passport-google-oauth20": "^2.0.11",
"@types/pluralize": "^0.0.29",
"@types/supertest": "2.0.12",
"@typescript-eslint/eslint-plugin": "5.30.7",
"@typescript-eslint/parser": "5.30.7",
"chance": "1.1.8",
"eslint": "8.20.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"jest": "28.1.3",
"prettier": "2.7.1",
"supertest": "6.2.4",
"ts-jest": "28.0.7",
"ts-loader": "9.3.1",
"ts-morph": "^15.1.0",
"ts-node": "10.9.1",
"tsconfig-paths": "4.0.0",
"typescript": "^4.7.4"
}
}