-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 855 Bytes
/
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
{
"name": "nest",
"version": "0.0.0",
"private": true,
"type": "commonjs",
"scripts": {
"dev": "nest start --watch",
"debug": "nest start --watch --debug",
"preview": "node dist/main.mjs",
"build": "vite build",
"types": "tsc --noEmit"
},
"dependencies": {
"@nestjs/common": "10.4.6",
"@nestjs/core": "10.4.6",
"@nestjs/platform-express": "10.4.4",
"@nestjs/swagger": "7.4.2",
"@spuxx/nest-utils": "workspace:@spuxx/nest-utils@*",
"class-transformer": "0.5.1",
"class-validator": "0.14.1",
"reflect-metadata": "0.2.2",
"rxjs": "7.8.1",
"@nanogiants/nestjs-swagger-api-exception-decorator": "1.6.11"
},
"devDependencies": {
"@spuxx/nest-testing": "workspace:@spuxx/nest-testing@*",
"source-map-support": "0.5.21",
"ts-loader": "9.5.1",
"ts-node": "10.9.2"
}
}