-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
53 lines (53 loc) · 1.62 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
{
"name": "ngx-mat-timepicker",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --configuration production --base-href /ngx-mat-timepicker/",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"build:lib": "ng build mat-timepicker --configuration production",
"test:lib": "ng test mat-timepicker --code-coverage"
},
"private": true,
"dependencies": {
"@angular/animations": "^19.0.1",
"@angular/cdk": "^19.0.1",
"@angular/common": "^19.0.1",
"@angular/compiler": "^19.0.1",
"@angular/core": "^19.0.1",
"@angular/forms": "^19.0.1",
"@angular/material": "^19.0.1",
"@angular/platform-browser": "^19.0.1",
"@angular/platform-browser-dynamic": "^19.0.1",
"@angular/router": "^19.0.1",
"@ng-doc/app": "^19.0.0",
"@ng-doc/builder": "^19.0.0",
"@ng-doc/core": "^19.0.0",
"@ng-doc/ui-kit": "^19.0.0",
"@ng-web-apis/common": "2.0.1",
"@ngneat/until-destroy": "10.0.0",
"@tinkoff/ng-polymorpheus": "4.3.0",
"di-controls": "2.1.0",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.0.2",
"@angular/cli": "^19.0.2",
"@angular/compiler-cli": "^19.0.1",
"@types/jasmine": "~3.10.0",
"@types/node": "^18.11.9",
"jasmine-core": "~4.0.0",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.1.0",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"ng-packagr": "^19.0.1",
"prettier": "^3.2.5",
"typescript": "5.6.3"
}
}