forked from encoredev/examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 871 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": "nestjs-encore-example",
"private": true,
"version": "0.0.1",
"description": "NestJS + Encore Example",
"license": "MPL-2.0",
"type": "module",
"dependencies": {
"@nestjs/common": "^10.0.0",
"@nestjs/core": "^10.0.0",
"@nestjs/platform-express": "^10.0.0",
"knex": "^3.1.0",
"pg": "^8.12.0",
"reflect-metadata": "^0.2.0",
"rimraf": "5.0.5",
"rxjs": "^7.8.1"
},
"devDependencies": {
"@nestjs/cli": "^10.0.0",
"@nestjs/schematics": "^10.0.0",
"@types/express": "^4.17.17",
"@types/node": "^20.3.1",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"encore.dev": "^1.39.0",
"eslint": "^8.42.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-prettier": "^5.0.0",
"typescript": "^5.1.3"
}
}