-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
95 lines (95 loc) · 2.77 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
{
"name": "ngx-mat-timepicker-repo",
"version": "18.0.0",
"build": 0,
"license": "MIT",
"private": true,
"description": "ngx-mat-timepicker is an Angular material 9+ extension to add time pickers!",
"homepage": "https://tonysamperi.github.io/ngx-mat-timepicker",
"repository": {
"type": "git",
"url": "https://github.com/tonysamperi/ngx-mat-timepicker"
},
"bugs": {
"url": "https://github.com/tonysamperi/ngx-mat-timepicker/issues"
},
"author": {
"name": "Tony Samperi",
"email": "[email protected]"
},
"keywords": [
"Angular 18",
"Material timepicker",
"Timepicker",
"Android timepicker",
"Mobile timepicker",
"Time picker",
"Angular 9+"
],
"scripts": {
"ng": "ng",
"start": "ng serve",
"test": "ng test",
"build++": "gulp build++",
"build": "ng build ngx-mat-timepicker --configuration=production && gulp postBuild",
"build:demo": "ng build ngx-mat-timepicker-repo --configuration=production --base-href=",
"bump:patch": "gulp bump:patch",
"bump:minor": "gulp bump:minor",
"bump:major": "gulp bump:major",
"bump:beta": "gulp bump:beta",
"release": "npm publish ./dist/ngx-mat-timepicker",
"release:beta": "npm publish ./dist/ngx-mat-timepicker --tag beta",
"lint": "ng lint",
"e2e": "ng e2e"
},
"dependencies": {
"@angular/animations": "^18.0.0",
"@angular/cdk": "^18.0.0",
"@angular/common": "^18.0.0",
"@angular/compiler": "^18.0.0",
"@angular/core": "^18.0.0",
"@angular/forms": "^18.0.0",
"@angular/material": "^18.0.0",
"@angular/platform-browser": "^18.0.0",
"@angular/platform-browser-dynamic": "^18.0.0",
"@angular/ssr": "^18.0.0",
"rxjs": "^7.4.0",
"t-writer.js": "^1.0.4",
"ts-luxon": "^4.3.2",
"tslib": "^2.5.2",
"typewriter-effect": "^2.19.0",
"zone.js": "^0.14.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.0.0",
"@angular/cli": "^18.0.0",
"@angular/compiler-cli": "^18.0.0",
"@angular/language-service": "^18.0.0",
"@types/jasmine": "~4.0.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^14.18.3",
"@types/prismjs": "^1.26.0",
"codelyzer": "^6.0.2",
"gulp": "^4.0.2",
"jasmine-core": "~4.1.0",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.3.20",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"ng-packagr": "^18.0.0",
"plugin-log": "^0.1.0",
"prismjs": "^1.29.0",
"semver": "^7.3.8",
"through2": "^4.0.2",
"ts-node": "~10.9.1",
"tslint": "^6.1.3",
"tslint-consistent-codestyle": "^1.16.0",
"typescript": "~5.4.5"
},
"engines": {
"node": ">=14.20.0"
},
"packageManager": "[email protected]"
}