forked from Patryk-S-W/ngx-material-timepicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
98 lines (98 loc) · 2.86 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
96
97
98
{
"name": "ngx-material-timepicker",
"description": "Handy material design timepicker for angular",
"version": "14.0.0",
"license": "MIT",
"author": "Vitalii Boiko <[email protected]>",
"keywords": [
"angular",
"angular 2",
"angular 4",
"angular 5",
"angular 6",
"angular 7",
"angular 8",
"angular 9",
"angular 10",
"angular 11",
"angular 12",
"angular 13",
"angular 14",
"angular 15",
"angular 16",
"material design",
"timepicker",
"material timepicker",
"ngx timepicker",
"angular timepicker",
"ng timepicker"
],
"repository": {
"type": "git",
"url": "https://github.com/Patryk-S-W/ngx-material-timepicker.git"
},
"bugs": {
"url": "https://github.com/Patryk-S-W/ngx-material-timepicker/issues"
},
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --configuration production",
"lint": "ng lint",
"test": "ng test --watch=false --code-coverage --browsers ChromeHeadlessNoSandbox",
"test:watch": "ng test --watch=true --browsers ChromeHeadlessNoSandbox --code-coverage",
"codecov": "codecov --disable=gcov",
"packagr": "ng-packagr -p ng-package.json -c ./src/tsconfig.lib.json",
"publish": "run-s packagr && cd dist && npm publish",
"gh-publish": "ng build --configuration production --base-href ngx-material-timepicker && gh-pages -d dist"
},
"types": ".src/app/material-timepicker/index.d.ts",
"private": false,
"dependencies": {
"tslib": "^2.0.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.0.10",
"@angular/animations": "^17.1.0",
"@angular/cli": "^17.1.0",
"@angular/common": "^17.1.0",
"@angular/compiler": "^17.1.0",
"@angular/compiler-cli": "^17.1.0",
"@angular/core": "^17.1.0",
"@angular/forms": "^17.1.0",
"@angular/language-service": "^17.1.0",
"@angular/platform-browser": "^17.1.0",
"@angular/platform-browser-dynamic": "^17.1.0",
"@angular/router": "^17.1.0",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.2",
"@types/luxon": "^1.11.1",
"@types/node": "^12.11.1",
"axios": "^1.6.5",
"browserslist": "^4.11.0",
"caniuse-lite": "^1.0.30001038",
"codecov": "^3.1.0",
"codelyzer": "^0.0.28",
"core-js": "^2.4.1",
"cryptiles": "^4.1.3",
"hoek": "^6.1.3",
"jasmine-core": "~5.1.1",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.4.1",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.7.0",
"luxon": "^1.24.0",
"ng-packagr": "^17.1.1",
"npm-run-all": "^4.1.3",
"protractor": "^7.0.0",
"rxjs": "^6.5.2",
"sass": "1.55.0",
"travis-deploy-once": "^3.0.0",
"ts-node": "~4.1.0",
"tslint": "~6.1.3",
"typescript": "5.3.3",
"zone.js": "~0.14.3"
}
}