-
Notifications
You must be signed in to change notification settings - Fork 408
/
package.json
110 lines (110 loc) · 3.69 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
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "angular-bootstrap-datetimepicker",
"version": "0.0.0-semantic-release",
"engines": {
"node": ">=14"
},
"license": "MIT",
"author": "https://github.com/dalelotts/angular-bootstrap-datetimepicker/graphs/contributors",
"bugs": {
"url": "https://github.com/dalelotts/angular-bootstrap-datetimepicker/issues"
},
"homepage": "https://dalelotts.github.io/angular-bootstrap-datetimepicker",
"repository": {
"type": "git",
"url": "https://github.com/dalelotts/angular-bootstrap-datetimepicker.git"
},
"keywords": [
"angular",
"calendar",
"component",
"date picker",
"date time picker",
"date",
"directive",
"moment",
"time picker",
"time"
],
"scripts": {
"build": "ng build",
"build:lib": "ng-packagr -p ng-package.json -c src/lib/tsconfig.lib.json && npm run build:styles",
"build:styles": "scss-bundle --config scss-bundle.config.json",
"coverage:upload": "cat build/coverage/lcov.info | coveralls",
"document": "compodoc --disableInternal --disablePrivate --disableLifeCycleHooks --assetsFolder screenshots -p src/tsconfig.doc.json --gaID UA-325325-19 -n \"Angular Bootstrap Date/Time Picker\"",
"lint": "ng lint",
"ng": "ng",
"start": "ng serve",
"test": "ng lint && ng test --watch=false --code-coverage && npm run e2e && ng build && npm run build:lib",
"test:tdd": "ng test",
"e2e": "ng run angular-bootstrap-datetimepicker:cypress-run",
"e2e:debug": "ng run angular-bootstrap-datetimepicker:cypress-open",
"semantic-release": "semantic-release",
"travis-deploy-once": "travis-deploy-once",
"cypress:open": "cypress open"
},
"peerDependencies": {
"@angular/animations": ">=13.0.0",
"@angular/common": ">=13.0.0",
"@angular/compiler": ">=13.0.0",
"@angular/core": ">=13.0.0",
"@angular/forms": ">=13.0.0",
"@angular/platform-browser": ">=13.0.0",
"@angular/platform-browser-dynamic": ">=13.0.0",
"@angular/router": ">=13.0.0",
"moment": ">=2.0.0",
"rxjs": ">=7.0.0",
"zone.js": ">=0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^13.2.5",
"@angular-eslint/builder": "13.1.0",
"@angular-eslint/eslint-plugin": "13.1.0",
"@angular-eslint/eslint-plugin-template": "13.1.0",
"@angular-eslint/schematics": "13.1.0",
"@angular-eslint/template-parser": "13.1.0",
"@angular/animations": "^13.2.0",
"@angular/cli": "^13.2.5",
"@angular/common": "^13.2.0",
"@angular/compiler": "^13.2.0",
"@angular/compiler-cli": "^13.2.0",
"@angular/core": "^13.2.0",
"@angular/forms": "^13.2.0",
"@angular/language-service": "^13.2.0",
"@angular/platform-browser": "^13.2.0",
"@angular/platform-browser-dynamic": "^13.2.0",
"@angular/router": "^13.2.0",
"@compodoc/compodoc": "^1.1.11",
"@cypress/schematic": "^2.4.0",
"@types/jasmine": "~3.8.0",
"@types/node": "^14.18.63",
"@types/sass": "1.43.1",
"@typescript-eslint/eslint-plugin": "5.11.0",
"@typescript-eslint/parser": "5.11.0",
"bootstrap": "^4.4.1",
"core-js": "^2.6.12",
"cypress": "^13.6.3",
"eslint": "^8.2.0",
"jasmine-core": "~3.8.0",
"jasmine-spec-reporter": "^4.2.1",
"jquery": "^3.4.1",
"karma": "^6.3.12",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "~2.1.0",
"karma-jasmine": "^2.0.1",
"karma-jasmine-html-reporter": "^1.5.2",
"moment": "^2.24.0",
"ng-packagr": "^13.3.1",
"open-iconic": "^1.1.1",
"popper.js": "^1.16.1",
"rxjs": "^7.5.0",
"scss-bundle": "^3.0.2",
"semantic-release": "^23.0.8",
"travis-deploy-once": "^5.0.11",
"typescript": "~4.5.2",
"zone.js": "~0.11.3"
},
"release": {
"pkgRoot": "dist"
}
}