-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
149 lines (149 loc) · 4.93 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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
{
"name": "ngx-barebone-app",
"version": "1.0.0",
"homepage": "https://github.com/BhavinPatel04/ngx-barebone-app#readme",
"bugs": "https://github.com/BhavinPatel04/ngx-barebone-app/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/BhavinPatel04/ngx-barebone-app"
},
"author": "Bhavin Patel",
"keywords": [
"angular",
"angular2",
"angular4",
"angular5",
"angular6",
"angular7",
"angular8",
"angular9",
"angular10",
"ng2",
"ng4",
"ng5",
"ng7",
"ng8",
"ng9",
"ng10",
"ngx",
"boilerplate",
"barebone",
"datetime-range-picker",
"datetime-range",
"datetime",
"date-time-range-picker",
"date-time-range",
"date-time",
"date-range-picker",
"date-range",
"date",
"time-range-picker",
"time-range",
"time",
"ngx-datetime-range-picker",
"ngx-datetime-range",
"ngx-datetime",
"ngx-date-time-range-picker",
"ngx-date-time-range",
"ngx-date-time",
"ngx-date-range-picker",
"ngx-date-range",
"ngx-date",
"ngx-time-range-picker",
"ngx-time-range",
"ngx-time"
],
"scripts": {
"setup": "yarn install && gulp init",
"ng": "ng",
"start": "ng serve",
"dev": "lite-server --baseDir=dist",
"build": "ng build",
"build-dev": "ng build --configuration dev --output-hashing=all && gulp build",
"build-prod": "node --max-old-space-size=4076 node_modules/@angular/cli/bin/ng build --configuration production && gulp build",
"package-lib:prod": "ng build ngx-datetime-range-picker --configuration production && yarn build-lib-css",
"package-lib": "ng-packagr -p ./projects/ngx-datetime-range-picker/ng-package.json && yarn build-lib-css",
"build-lib-css": "sass --load-path=./node_modules ./projects/ngx-datetime-range-picker/dist/ngx-datetime-range-picker.component.scss ./projects/ngx-datetime-range-picker/dist/ngx-datetime-range-picker.component.css",
"test": "ng test",
"lint": "ng lint --fix",
"e2e": "ng e2e",
"gh-pages": "ng build --configuration production --base-href=\"/ngx-datetime-range-picker/\" && ngh --dir dist",
"format": "prettier \"**/*.{ts,js,html,css,scss,json,md}\" --write",
"check-format": "prettier \"**/*.{ts,js,html,css,scss,json,md}\" --write -l",
"current-branch": "$(git branch | grep \\* | cut -d ' ' -f2)",
"pretty-quick-current-branch": "pretty-quick --staged --branch yarn current-branch",
"stylelint-current-branch": "stylelint yarn current-branch --fix",
"test-ci": "yarn lint && yarn check-format && yarn test-generate-coverage",
"test-generate-coverage": "ng test ngx-datetime-range-picker -- --no-watch --no-progress --browsers=ChromeHeadlessCI --code-coverage",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"codecov": "nyc report --reporter=text-lcov > coverage.lcov && codecov"
},
"private": false,
"dependencies": {
"@angular/animations": "~17.2.1",
"@angular/cdk": "^17.2.0",
"@angular/common": "~17.2.1",
"@angular/compiler": "~17.2.1",
"@angular/core": "~17.2.1",
"@angular/forms": "~17.2.1",
"@angular/material": "^17.2.0",
"@angular/platform-browser": "~17.2.1",
"@angular/platform-browser-dynamic": "~17.2.1",
"core-js": "^2.5.4",
"eslint": "^8.56.0",
"global": "^4.4.0",
"gulp": "^4.0.0",
"gulp-rename": "^1.4.0",
"node-gyp": "^5.0.3",
"rxjs": "~6.6.3",
"tar": "^4.4.10",
"tslib": "^2.0.0",
"typescript-eslint": "^7.0.1",
"zone.js": "~0.14.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.2.0",
"@angular-devkit/build-ng-packagr": "~0.1002.0",
"@angular-eslint/eslint-plugin": "^17.2.1",
"@angular/cli": "^17.2.0",
"@angular/compiler-cli": "^17.2.1",
"@angular/language-service": "~17.2.1",
"@types/jasmine": "~2.8.8",
"@types/jasminewd2": "~2.0.3",
"@types/moment": "^2.13.0",
"@types/node": "^12.11.1",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/eslint-plugin-tslint": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"bootstrap": "^5.3.2",
"codelyzer": "^5.1.2",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^48.1.0",
"husky": "^1.3.1",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~5.0.0",
"jssha": "^2.3.1",
"karma": "~5.0.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"lint-staged": "^15.2.2",
"lite-server": "^2.6.1",
"moment": "^2.23.0",
"ng-packagr": "^17.2.0",
"ngx-datetime-range-picker": "^4.0.0",
"node-sass": "^9.0.0",
"prettier": "^1.15.3",
"pretty-quick": "^1.8.0",
"protractor": "~7.0.0",
"stylelint": "^9.9.0",
"ts-node": "~7.0.0",
"typescript": "^5.3.3"
},
"resolutions": {
"json5": "^2.2.3",
"qs": "^6.11.2"
}
}