-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.26 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
{
"name": "sc-clr-autocomplete",
"version": "0.0.18",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "~16.2.9",
"@angular/common": "~16.2.9",
"@angular/compiler": "~16.2.9",
"@angular/core": "~16.2.9",
"@angular/forms": "~16.2.9",
"@angular/platform-browser": "~16.2.9",
"@angular/platform-browser-dynamic": "~16.2.9",
"@angular/router": "~16.2.9",
"@cds/core": "6.4.3",
"@clr/angular": "15.5.1",
"@clr/icons": "13.0.2",
"@clr/ui": "15.5.1",
"@webcomponents/custom-elements": "1.6.0",
"angular-cli-ghpages": "1.0.6",
"lodash-es": "4.17.21",
"ngx-highlightjs": "9.0.0",
"rxjs": "7.8.1",
"tslib": "2.5.3",
"zone.js": "0.13.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.2.6",
"@angular/cli": "16.2.6",
"@angular/compiler-cli": "16.2.9",
"@angular/language-service": "16.2.9",
"@types/node": "20.3.1",
"codelyzer": "^0.0.28",
"jasmine-core": "5.0.1",
"jasmine-spec-reporter": "7.0.0",
"ng-packagr": "^16.1.0",
"ts-node": "10.9.1",
"tslint": "~6.1.0",
"typescript": "5.1.3"
}
}