-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
123 lines (123 loc) · 4.25 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
{
"name": "angular-slack",
"version": "1.0.0",
"scripts": {
"ng": "nx",
"start": "node dist/apps/api/main",
"dev": "concurrently -p=\"{name}\" -n=\"Angular,NestJS\" -c=\"green,blue\" \"ng serve angular-slack --port 4201\" \"ng serve api\"",
"build": "ng build --configuration production",
"deploy": "firebase login && ng build --configuration production && firebase deploy",
"test": "ng test",
"test:prod": "npm run test api && npm run test angular-slack -- --no-watch --browsers=ChromeHeadlessCI",
"lint": "ng lint && ng lint api",
"lint:fix": "ng lint --fix && ng lint api --fix",
"nx": "nx",
"affected:apps": "nx affected:apps",
"affected:libs": "nx affected:libs",
"affected:build": "nx affected:build",
"affected:test": "nx affected:test --no-watch --no-progress --browsers=ChromeHeadlessCI --base=origin/master",
"affected:lint": "nx affected:lint --base=origin/master",
"affected:dep-graph": "nx affected:dep-graph",
"affected": "nx affected",
"format": "nx format:write",
"format:write": "nx format:write",
"format:check": "nx format:check",
"update": "ng update @nrwl/workspace",
"update:check": "ng update",
"dep-graph": "nx dep-graph",
"workspace-schematic": "nx workspace-schematic",
"help": "nx help",
"postinstall": "node ./decorate-angular-cli.js",
"heroku-postbuild": "ng build api --configuration production"
},
"engines": {
"node": "14.17.1",
"npm": "6.14.13"
},
"private": true,
"dependencies": {
"@angular/animations": "~12.1.3",
"@angular/cdk": "~12.1.3",
"@angular/common": "~12.1.3",
"@angular/compiler": "~12.1.3",
"@angular/core": "~12.1.3",
"@angular/fire": "^6.1.4",
"@angular/forms": "~12.1.3",
"@angular/material": "~12.1.3",
"@angular/platform-browser": "~12.1.3",
"@angular/platform-browser-dynamic": "~12.1.3",
"@angular/router": "~12.1.3",
"@ctrl/ngx-emoji-mart": "^6.0.0",
"@fortawesome/angular-fontawesome": "^0.9.0",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-regular-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@nestjs/common": "^8.2.6",
"@nestjs/core": "^8.2.6",
"@nestjs/event-emitter": "1.0.0",
"@nestjs/platform-express": "^8.2.6",
"@nestjs/platform-socket.io": "^8.2.6",
"@nestjs/websockets": "^8.2.6",
"@ngrx/effects": "12.3.0",
"@ngrx/entity": "^12.3.0",
"@ngrx/router-store": "12.3.0",
"@ngrx/store": "12.3.0",
"@nrwl/angular": "12.10.1",
"@nrwl/workspace": "^12.3.6",
"agora-token": "^2.0.3",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"firebase": "^8.7.1",
"firebase-admin": "^9.11.0",
"font-awesome": "^4.7.0",
"md5": "^2.3.0",
"ngx-color": "^7.2.0",
"ngx-socket-io": "^4.1.0",
"ngx-webrtc-lib": "v3-lts",
"reflect-metadata": "^0.1.13",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~12.1.3",
"@angular/cli": "~12.1.3",
"@angular/compiler-cli": "~12.1.3",
"@angular/language-service": "~12.1.3",
"@nestjs/schematics": "^8.0.5",
"@nestjs/testing": "^8.0.5",
"@ngrx/store-devtools": "^12.3.0",
"@nrwl/cli": "12.10.1",
"@nrwl/eslint-plugin-nx": "12.10.1",
"@nrwl/jest": "12.10.1",
"@nrwl/linter": "12.10.1",
"@nrwl/nest": "12.10.1",
"@nrwl/node": "12.10.1",
"@nrwl/tao": "12.10.1",
"@nrwl/workspace": "12.10.1",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
"@types/jest": "27.0.2",
"@types/node": "14.14.33",
"@typescript-eslint/eslint-plugin": "~4.31.1",
"@typescript-eslint/parser": "~4.31.1",
"codelyzer": "^6.0.0",
"concurrently": "^6.2.0",
"eslint": "7.22.0",
"eslint-config-prettier": "8.1.0",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"jest": "27.2.3",
"karma": "^6.3.20",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"prettier": "^2.3.1",
"ts-jest": "27.0.5",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
"typescript": "~4.3.5"
}
}