-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
95 lines (95 loc) · 2.84 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
{
"name": "infiltro",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start:frontend": "nx serve frontend",
"start:backend": "nx serve backend",
"deploy": "nx run scripts:deploy",
"postinstall": "ngcc --properties es2020 browser module main"
},
"private": true,
"devDependencies": {
"@angular-devkit/build-angular": "~14.1.0",
"@angular-eslint/eslint-plugin": "~14.0.2",
"@angular-eslint/eslint-plugin-template": "~14.0.2",
"@angular-eslint/template-parser": "~14.0.2",
"@angular/cli": "~14.1.0",
"@angular/compiler-cli": "~14.1.0",
"@angular/language-service": "~14.1.0",
"@nrwl/angular": "^14.5.2",
"@nrwl/cli": "14.5.2",
"@nrwl/cypress": "14.5.2",
"@nrwl/eslint-plugin-nx": "14.5.2",
"@nrwl/express": "^14.5.2",
"@nrwl/jest": "14.5.2",
"@nrwl/js": "14.5.2",
"@nrwl/linter": "14.5.2",
"@nrwl/node": "14.5.2",
"@nrwl/nx-cloud": "latest",
"@nrwl/workspace": "14.5.2",
"@types/bcrypt": "^5.0.0",
"@types/compression": "^1.7.2",
"@types/cookie-parser": "^1.4.3",
"@types/cors": "^2.8.12",
"@types/dompurify": "^2.3.3",
"@types/express": "4.17.13",
"@types/fs-extra": "^9.0.13",
"@types/jest": "28.1.6",
"@types/jsonwebtoken": "^8.5.8",
"@types/multer": "^1.4.7",
"@types/node": "18.6.3",
"@types/node-schedule": "^2.1.0",
"@types/nodemailer": "^6.4.4",
"@typescript-eslint/eslint-plugin": "^5.32.0",
"@typescript-eslint/parser": "^5.32.0",
"autoprefixer": "^10.4.8",
"cypress": "^10.4.0",
"eslint": "~8.21.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-cypress": "^2.12.1",
"jest": "28.1.3",
"jest-preset-angular": "~12.2.0",
"node-ssh": "^13.0.0",
"nx": "14.5.2",
"postcss": "^8.4.14",
"prettier": "^2.7.1",
"ts-jest": "28.0.7",
"ts-node": "~10.9.1",
"typescript": "~4.7.4"
},
"dependencies": {
"@angular/animations": "~14.1.0",
"@angular/common": "~14.1.0",
"@angular/compiler": "~14.1.0",
"@angular/core": "~14.1.0",
"@angular/forms": "~14.1.0",
"@angular/google-maps": "^14.1.0",
"@angular/platform-browser": "~14.1.0",
"@angular/platform-browser-dynamic": "~14.1.0",
"@angular/router": "~14.1.0",
"@ngneat/spectator": "^11.1.3",
"@ngneat/until-destroy": "^9.2.1",
"axios": "^0.27.2",
"bcrypt": "^5.0.1",
"compression": "^1.7.4",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dompurify": "^2.3.10",
"dotenv": "^16.0.1",
"express": "4.18.1",
"fs-extra": "^10.1.0",
"googleapis": "^105.0.0",
"jsonwebtoken": "^8.5.1",
"jwt-decode": "^3.1.2",
"moment": "^2.29.4",
"mongoose": "^6.5.0",
"multer": "1.4.5-lts.1",
"ngx-toastr": "^15.0.0",
"node-schedule": "^2.1.0",
"nodemailer": "^6.7.7",
"rxjs": "~7.5.6",
"tslib": "^2.4.0",
"zone.js": "~0.11.7"
}
}