-
Notifications
You must be signed in to change notification settings - Fork 56
/
package.json
42 lines (42 loc) · 1.1 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
{
"name": "ng-connection-service-workspace-v9",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build-lib": "ng build ng-connection-service --configuration production",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "^16.2.12",
"@angular/common": "^16.2.12",
"@angular/compiler": "^16.2.12",
"@angular/core": "^16.2.12",
"@angular/forms": "^16.2.12",
"@angular/platform-browser": "^16.2.12",
"@angular/platform-browser-dynamic": "^16.2.12",
"@angular/router": "^16.2.12",
"rxjs": "^7.2.0",
"snyk": "^1.1087.0",
"tslib": "^2.3.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.2.14",
"@angular/cli": "~16.0.0",
"@angular/compiler-cli": "~16.2.12",
"@types/node": "^12.11.1",
"ng-packagr": "^16.2.3",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
"typescript": "^4.8.2"
},
"peerDependencies": {
"@angular/common": ">=16",
"@angular/core": ">=16",
"typescript": ">=4.8.2"
}
}