-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.12 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.12 KB
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
{
"name": "ivdb",
"version": "3.1.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "~14.1.2",
"@angular/cdk": "^14.1.2",
"@angular/common": "~14.1.2",
"@angular/compiler": "~14.1.2",
"@angular/core": "~14.1.2",
"@angular/fire": "^7.4.1",
"@angular/forms": "~14.1.2",
"@angular/material": "^14.1.2",
"@angular/platform-browser": "~14.1.2",
"@angular/platform-browser-dynamic": "~14.1.2",
"@angular/router": "~14.1.2",
"@ngrx/effects": "^14.1.0",
"@ngrx/entity": "^14.1.0",
"@ngrx/router-store": "^14.1.0",
"@ngrx/store": "^14.1.0",
"@ngrx/store-devtools": "^14.1.0",
"@rxjs/rx": "^4.1.0",
"bootstrap": "^5.2.0",
"firebase": "^9.9.2",
"glob-parent": "^6.0.2",
"json-ptr": "3.1.1",
"ng2-validation": "^4.2.0",
"node-forge": ">=1.3.0",
"npm-check-updates": "^16.0.5",
"pac-resolver": "5.0.1",
"postcss-sass": "^0.5.0",
"rxjs": "^7.5.6",
"rxjs-compat": "^6.6.7",
"set-value": "4.1.0",
"tar": "6.1.11",
"uuid": "^8.3.2",
"vm2": "3.9.10",
"zone.js": "~0.11.8"
},
"devDependencies": {
"@angular-devkit/architect": "^0.1401",
"@angular-devkit/build-angular": "^14.1.2",
"@angular/cli": "~14.1.2",
"@angular/compiler-cli": "~14.1.2",
"@angular/language-service": "~14.1.2",
"@types/jasmine": "~4.0.3",
"@types/jasminewd2": "~2.0.10",
"@types/node": "^18.7.3",
"codelyzer": "^6.0.2",
"firebase-tools": "^11.6.0",
"fuzzy": "^0.1.3",
"jasmine-core": "~4.3.0",
"jasmine-spec-reporter": "~7.0.0",
"jsonc-parser": "^3.1.0",
"karma": "^6.4.0",
"karma-chrome-launcher": "~3.1.1",
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^2.0.0",
"node-forge": ">=1.3.0",
"open": "^8.4.0",
"protractor": "~7.0.0",
"ts-node": "~10.9.1",
"tslib": "^2.4.0",
"tslint": "~6.1.3",
"typescript": "~4.7.4",
"webpack": "^5.74.0"
}
}