-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.71 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
{
"name": "nest-graphql-vite",
"version": "0.0.1",
"description": "",
"author": "",
"private": true,
"license": "UNLICENSED",
"scripts": {
"prebuild": "rimraf dist",
"build": "vite build",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"dev": "vite",
"start": "node dist/main"
},
"devDependencies": {
"@nrwl/nx-cloud": "latest",
"@nrwl/vite": "15.6.3",
"@nrwl/workspace": "15.6.3",
"nx": "15.6.3",
"prettier": "2.8.3 ",
"typescript": "4.9.5",
"vite": "4.1.1",
"vite-tsconfig-paths": "4.0.5",
"@nestjs/cli": "8.2.8",
"@nestjs/schematics": "8.0.11",
"@types/express": "4.17.13",
"@types/node": "16.0.0",
"source-map-support": "0.5.21",
"ts-node": "10.9.1",
"tsconfig-paths": "3.10.1",
"vite-plugin-node": "3.0.2",
"@swc/core": "1.3.32",
"wait-on": "6.0.1",
"@types/jsonwebtoken": "9.0.1"
},
"dependencies": {
"redis": "4.6.4",
"@redis/graph": "1.1.0",
"@sendgrid/mail": "7.7.0",
"jsonwebtoken": "9.0.0",
"express": "4.18.2",
"@nestjs/common": "9.3.2",
"@nestjs/core": "9.3.2",
"@nestjs/platform-express": "9.3.2",
"@nestjs/graphql": "10.1.7",
"@nestjs/apollo": "10.1.7 ",
"graphql": "16.6.0",
"apollo-server-express": "3.11.1",
"reflect-metadata": "0.1.13",
"rimraf": "4.1.2",
"rxjs": "7.8.0",
"@apollo/gateway": "2.1.2",
"@apollo/subgraph": "2.1.2",
"argon2": "0.28.7",
"chalk": "4.1.2",
"class-transformer": "0.5.1",
"class-validator": "0.14.0",
"date-fns": "2.29.3",
"ioredis": "5.2.3",
"@liaoliaots/nestjs-redis": "9.0.5",
"runtypes": "6.6.0",
"tslib": "2.4.0",
"@google-cloud/logging": "10.4.0"
}
}