-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
104 lines (104 loc) · 3.24 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
{
"name": "attendance-checker",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start": "nx run-many --target=serve --all",
"build": "nx build",
"typeorm": "ts-node --project tsconfig.base.json -r tsconfig-paths/register ./node_modules/typeorm/cli.js -d apps/api/src/config/ormconfig.ts",
"test": "nx test",
"load-test": "artillery run ./load-test/default.yml"
},
"private": true,
"devDependencies": {
"@angular-devkit/build-angular": "~15.0.0",
"@angular-eslint/eslint-plugin": "~14.0.4",
"@angular-eslint/eslint-plugin-template": "~14.0.4",
"@angular-eslint/template-parser": "~14.0.4",
"@angular/cli": "~15.0.0",
"@angular/compiler-cli": "~15.0.0",
"@angular/language-service": "~15.0.0",
"@faker-js/faker": "^9.2.0",
"@ionic/angular": "^7.0.3",
"@ionic/angular-toolkit": "^9.0.0",
"@nestjs/schematics": "^9.0.0",
"@nestjs/testing": "^9.0.0",
"@nrwl/angular": "^15.2.1",
"@nrwl/cli": "15.2.1",
"@nrwl/eslint-plugin-nx": "15.2.1",
"@nrwl/jest": "15.2.1",
"@nrwl/linter": "15.2.1",
"@nrwl/nest": "15.2.1",
"@nrwl/node": "15.2.1",
"@nrwl/nx-cloud": "latest",
"@nrwl/webpack": "15.2.1",
"@nrwl/workspace": "15.2.1",
"@types/bcrypt": "^5.0.0",
"@types/dotenv": "^8.2.3",
"@types/faker": "^6.6.11",
"@types/ip": "^1.1.3",
"@types/jest": "28.1.1",
"@types/lodash": "^4.14.191",
"@types/node": "16.11.7",
"@types/passport-jwt": "^3.0.8",
"@types/passport-local": "^1.0.34",
"@types/pg": "^8.11.10",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"autoprefixer": "^10.4.0",
"eslint": "~8.15.0",
"eslint-config-prettier": "8.1.0",
"jest": "28.1.1",
"jest-environment-jsdom": "28.1.1",
"nx": "15.2.1",
"postcss": "^8.4.5",
"prettier": "^2.6.2",
"tailwindcss": "^3.0.2",
"ts-jest": "28.0.5",
"ts-node": "10.9.1",
"typescript": "~4.8.2"
},
"dependencies": {
"@angular/animations": "~15.0.0",
"@angular/cdk": "^15.0.3",
"@angular/common": "~15.0.0",
"@angular/compiler": "~15.0.0",
"@angular/core": "~15.0.0",
"@angular/forms": "~15.0.0",
"@angular/material": "^15.0.3",
"@angular/platform-browser": "~15.0.0",
"@angular/platform-browser-dynamic": "~15.0.0",
"@angular/router": "~15.0.0",
"@nestjs/common": "^9.0.0",
"@nestjs/core": "^9.0.0",
"@nestjs/jwt": "^9.0.0",
"@nestjs/mapped-types": "*",
"@nestjs/passport": "^9.0.0",
"@nestjs/platform-express": "^9.0.0",
"@nestjs/platform-socket.io": "^9.2.0",
"@nestjs/typeorm": "^9.0.1",
"@nestjs/websockets": "^9.2.0",
"angularx-qrcode": "^15.0.0",
"bcrypt": "^5.1.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"ionicons": "^7.4.0",
"ioredis": "^5.3.1",
"ip": "^2.0.1",
"lodash": "^4.17.21",
"ngx-scanner-qrcode": "^1.6.9",
"ngx-socket-io": "^4.4.0",
"passport": "^0.6.0",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"pg": "^8.8.0",
"pg-error-enum": "^0.6.0",
"reflect-metadata": "^0.1.13",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"typeorm": "^0.3.11",
"uuid": "^9.0.0",
"zone.js": "~0.11.4"
}
}