-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 933 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
32
{
"name": "nest",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "rimraf dist && concurrently \"vite build --mode development --watch\" \"node scripts/wait-for-build.mjs && nodemon dist/main.mjs\"",
"preview": "node dist/main.mjs",
"build": "vite build",
"types": "tsc --noEmit"
},
"dependencies": {
"@nestjs/common": "10.4.1",
"@nestjs/core": "10.4.1",
"@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.0",
"rxjs": "7.8.1",
"@nanogiants/nestjs-swagger-api-exception-decorator": "1.6.11"
},
"devDependencies": {
"chokidar": "4.0.1",
"nodemon": "3.1.4",
"rimraf": "6.0.1",
"source-map-support": "0.5.21",
"ts-loader": "9.5.1",
"ts-node": "10.9.2",
"vite": "5.4.8"
}
}