forked from wgd3/nx-nestjs-angular-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
125 lines (125 loc) · 3.99 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
{
"name": "@nx-nestjs-angular-boilerplate/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"copy:templates": "cp -r libs/server/util-mailer/src/templates apps/server/src/assets/",
"prepare": "husky install",
"seed-database": "TS_NODE_PROJECT=libs/server/data-access/tsconfig.lib.json npx ts-node -r tsconfig-paths/register libs/server/data-access/src/lib/database/seeds/seed-database.ts",
"docs:dev": "NODE_OPTIONS=--openssl-legacy-provider vuepress dev",
"docs:build": "NODE_OPTIONS=--openssl-legacy-provider vuepress build"
},
"private": true,
"dependencies": {
"@angular/animations": "16.2.11",
"@angular/common": "16.2.11",
"@angular/compiler": "16.2.11",
"@angular/core": "16.2.11",
"@angular/forms": "16.2.11",
"@angular/platform-browser": "16.2.11",
"@angular/platform-browser-dynamic": "16.2.11",
"@angular/router": "16.2.11",
"@nestjs/common": "10.3.0",
"@nestjs/config": "3.2.0",
"@nestjs/core": "10.3.0",
"@nestjs/jwt": "10.2.0",
"@nestjs/passport": "10.0.3",
"@nestjs/platform-express": "10.3.0",
"@nestjs/swagger": "7.3.0",
"@nestjs/terminus": "10.2.0",
"@nestjs/typeorm": "10.0.2",
"@ngneat/dialog": "4.2.0",
"@ngneat/error-tailor": "4.1.2",
"@ngneat/hot-toast": "6.1.0",
"@ngneat/loadoff": "2.1.0",
"@ngneat/overview": "5.1.1",
"@ntegral/nestjs-sentry": "4.0.1",
"@nx/angular": "17.3.2",
"@nx/nest": "17.3.2",
"@sentry/node": "7.107.0",
"@tailwindcss/forms": "0.5.7",
"@types/uuid": "^9.0.6",
"axios": "1.6.8",
"bcrypt": "5.1.1",
"class-transformer": "0.5.1",
"class-validator": "0.14.1",
"crypto-js": "4.2.0",
"google-auth-library": "9.7.0",
"handlebars": "4.7.8",
"joi": "17.12.2",
"jwt-decode": "3.1.2",
"nodemailer": "6.9.13",
"passport": "0.7.0",
"passport-jwt": "4.0.1",
"pg": "8.11.3",
"reflect-metadata": "0.2.1",
"rxjs": "7.8.1",
"sqlite3": "5.1.7",
"tslib": "2.6.2",
"typeorm": "0.3.20",
"uuid": "^9.0.1",
"zone.js": "~0.14.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "16.2.11",
"@angular-devkit/core": "16.2.11",
"@angular-devkit/schematics": "16.2.11",
"@angular-eslint/eslint-plugin": "16.3.1",
"@angular-eslint/eslint-plugin-template": "16.3.1",
"@angular-eslint/template-parser": "16.3.1",
"@angular/cli": "16.2.11",
"@angular/compiler-cli": "16.2.11",
"@angular/language-service": "16.2.11",
"@commitlint/config-conventional": "^18.1.0",
"@commitlint/config-nx-scopes": "^18.3.0",
"@commitlint/cz-commitlint": "^18.2.0",
"@nestjs/schematics": "^10.0.2",
"@nestjs/testing": "^10.2.7",
"@ngneat/falso": "^7.1.1",
"@nx/cypress": "17.3.2",
"@nx/eslint": "17.3.2",
"@nx/eslint-plugin": "17.3.2",
"@nx/jest": "17.3.2",
"@nx/js": "17.3.2",
"@nx/node": "17.3.2",
"@nx/web": "17.3.2",
"@nx/webpack": "17.3.2",
"@nx/workspace": "17.3.2",
"@schematics/angular": "~16.2.8",
"@types/bcrypt": "^5.0.1",
"@types/crypto-js": "^4.1.3",
"@types/jest": "^29.5.6",
"@types/node": "~20.11.0",
"@types/nodemailer": "^6.4.13",
"@types/passport-jwt": "^3.0.11",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"autoprefixer": "^10.4.16",
"commitizen": "^4.3.0",
"commitlint": "^18.2.0",
"cypress": "^13.3.3",
"eslint": "~8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "^2.15.1",
"husky": "^8.0.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-environment-node": "^29.7.0",
"jest-preset-angular": "~13.1.2",
"lint-staged": "^15.0.2",
"nx": "17.3.2",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"supertest": "^6.3.3",
"tailwindcss": "^3.3.5",
"ts-jest": "^29.1.1",
"ts-node": "10.9.2",
"typescript": "<5.2.0",
"vuepress": "2.0.0-rc.9"
},
"config": {
"commitizen": {
"path": "@commitlint/cz-commitlint"
}
}
}