-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
140 lines (140 loc) · 4.1 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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
"name": "nestjs_fastify_upload",
"version": "0.0.1",
"description": "",
"author": "",
"private": true,
"license": "UNLICENSED",
"scripts": {
"prebuild": "rimraf dist",
"build": "nest build",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"start": "nest start",
"start:nodemon:dev": "nodemon",
"build:webpack:dev": "rimraf dist && webpack --config webpack.dev.config.js",
"start:dev": "nest start --watch",
"start:debug": "nest start --debug --watch",
"start:prod": "node dist/main",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
"test": "jest",
"test:watch": "jest --watch",
"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 ./test/jest-e2e.json"
},
"dependencies": {
"@nestjs/common": "^7.0.0",
"@nestjs/core": "^7.0.0",
"@nestjs/platform-express": "^7.0.0",
"@nestjs/platform-fastify": "^7.4.2",
"@nestjs/swagger": "^4.5.12",
"@webundsoehne/nest-fastify-file-upload": "^1.0.0",
"archiver": "^5.0.0",
"atob": "^2.1.2",
"axios": "^0.19.2",
"base64js": "^1.0.1",
"btoa": "^1.2.1",
"busboy": "^0.3.1",
"class-transformer": "^0.3.1",
"class-validator": "^0.12.2",
"cls-rtracer": "^2.3.0",
"csurf": "^1.11.0",
"date-fns": "^2.15.0",
"fast-csv": "^4.3.2",
"fastify": "^3.2.1",
"fastify-auth": "^1.0.1",
"fastify-cookie": "^4.0.2",
"fastify-csrf": "^1.0.4",
"fastify-express": "^0.1.0",
"fastify-helmet": "^5.0.1",
"fastify-multer": "^2.0.2",
"fastify-multipart": "^2.0.3",
"fastify-session": "^5.0.0",
"fastify-swagger": "^3.3.0",
"filesaver.js-npm": "^1.0.1",
"frameguard": "^3.1.0",
"handlebars": "^4.7.6",
"helmet": "^4.1.0",
"helmet-csp": "^3.1.0",
"hide-powered-by": "^1.1.0",
"https-proxy-agent": "^5.0.0",
"jszip": "^3.5.0",
"mongoose": "^5.10.0",
"node-stream-zip": "^1.11.3",
"pg": "^8.3.3",
"pino": "^6.5.1",
"pm2": "^4.4.1",
"pm2-logrotate": "^2.7.0",
"point-of-view": "^4.4.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^6.5.4",
"streamsaver": "^2.0.4",
"tunnel": "0.0.6",
"typeorm": "^0.2.25",
"uuid": "^8.3.0",
"uuid-validate": "0.0.3",
"validator": "^13.1.1",
"x-xss-protection": "^2.0.0"
},
"devDependencies": {
"@nestjs/cli": "^7.0.0",
"@nestjs/schematics": "^7.0.0",
"@nestjs/testing": "^7.0.0",
"@types/atob": "^2.1.2",
"@types/bcryptjs": "^2.4.2",
"@types/busboy": "^0.2.3",
"@types/date-fns": "^2.6.0",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.3",
"@types/fastify-multipart": "^0.7.0",
"@types/helmet": "0.0.47",
"@types/jest": "25.2.3",
"@types/jszip": "^3.4.1",
"@types/mongoose": "^5.7.36",
"@types/node": "^13.9.1",
"@types/pino": "^6.3.0",
"@types/streamsaver": "^2.0.0",
"@types/supertest": "^2.0.8",
"@types/tunnel": "0.0.1",
"@types/uuid": "^8.3.0",
"@types/uuid-validate": "0.0.1",
"@typescript-eslint/eslint-plugin": "3.0.2",
"@typescript-eslint/parser": "3.0.2",
"dotenv": "^8.2.0",
"dotenv-webpack": "^2.0.0",
"eslint": "7.1.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-import": "^2.20.1",
"jest": "26.0.1",
"nodemon": "^2.0.4",
"prettier": "^1.19.1",
"rimraf": "^3.0.2",
"supertest": "^4.0.2",
"terser-webpack-plugin": "^4.1.0",
"ts-jest": "26.1.0",
"ts-loader": "^6.2.1",
"ts-node": "^8.6.2",
"tsconfig-paths": "^3.9.0",
"tsconfig-paths-webpack-plugin": "^3.3.0",
"typescript": "^3.7.4",
"typescript-tslint-plugin": "^0.5.5",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-node-externals": "^2.5.1"
},
"jest": {
"moduleFileExtensions": [
"js",
"json",
"ts"
],
"rootDir": "src",
"testRegex": ".spec.ts$",
"transform": {
"^.+\\.(t|j)s$": "ts-jest"
},
"coverageDirectory": "../coverage",
"testEnvironment": "node"
}
}