-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
108 lines (108 loc) · 3.28 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
{
"name": "the-circle",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"f-start": "nx serve angular-frontend",
"b-start": "nx serve express-backend",
"start": "nx serve",
"build": "nx build",
"test": "nx test",
"postinstall": "ngcc --properties es2020 browser module main"
},
"private": true,
"dependencies": {
"@angular/animations": "~13.3.0",
"@angular/common": "~13.3.0",
"@angular/compiler": "~13.3.0",
"@angular/core": "~13.3.0",
"@angular/forms": "~13.3.0",
"@angular/platform-browser": "~13.3.0",
"@angular/platform-browser-dynamic": "~13.3.0",
"@angular/router": "~13.3.0",
"@dicebear/adventurer-neutral": "^4.10.2",
"@dicebear/avatars": "^4.10.2",
"@fortawesome/angular-fontawesome": "^0.10.2",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@ng-bootstrap/ng-bootstrap": "^12.1.2",
"@types/crypto-js": "^4.1.1",
"@types/node-rsa": "^1.1.1",
"@types/object-hash": "^2.2.1",
"assert": "^2.0.0",
"body-parser": "^1.20.0",
"bootstrap": "^5.1.3",
"browserify": "^17.0.0",
"buffer": "^6.0.3",
"cors": "^2.8.5",
"crypto-js": "^4.1.1",
"express": "4.17.2",
"fluent-ffmpeg": "^2.1.2",
"hls-server": "^1.5.0",
"hls.js": "^1.1.5-0.canary.8437",
"https-browserify": "^1.0.0",
"jsencrypt": "^3.2.1",
"mongoose": "^6.3.8",
"mongoose-autopopulate": "^0.16.1",
"ngx-webcam": "^0.4.1",
"node-media-server": "^2.3.12",
"node-rsa": "^1.1.1",
"object-hash": "^3.0.0",
"os-browserify": "^0.3.0",
"patch-package": "^6.4.7",
"process": "^0.11.10",
"rxjs": "~7.4.0",
"sha1": "^1.1.1",
"stream": "^0.0.2",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"tracer": "^1.1.5",
"tslib": "^2.3.0",
"util": "^0.12.4",
"uuid": "^8.3.2",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~13.3.0",
"@angular-eslint/eslint-plugin": "~13.2.1",
"@angular-eslint/eslint-plugin-template": "~13.2.1",
"@angular-eslint/template-parser": "~13.2.1",
"@angular/cli": "^13.3.0",
"@angular/compiler-cli": "~13.3.0",
"@angular/language-service": "~13.3.0",
"@nrwl/angular": "~13.3.0",
"@nrwl/cli": "14.1.9",
"@nrwl/cypress": "14.2.1",
"@nrwl/eslint-plugin-nx": "14.1.9",
"@nrwl/express": "14.1.9",
"@nrwl/jest": "14.1.9",
"@nrwl/linter": "14.1.9",
"@nrwl/node": "14.1.9",
"@nrwl/workspace": "14.1.9",
"@types/express": "4.17.13",
"@types/jasmine": "~4.0.0",
"@types/jest": "27.4.1",
"@types/node": "^16.11.7",
"@typescript-eslint/eslint-plugin": "~5.18.0",
"@typescript-eslint/parser": "~5.18.0",
"crypto-browserify": "^3.12.0",
"cypress": "^9.1.0",
"eslint": "~8.12.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"jasmine-core": "~4.1.0",
"jasmine-spec-reporter": "~7.0.0",
"jest": "27.5.1",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"nx": "14.1.9",
"prettier": "^2.5.1",
"ts-jest": "27.1.4",
"ts-node": "9.1.1",
"typedoc": "^0.22.17",
"typescript": "~4.4.0"
}
}