-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
131 lines (131 loc) · 5.98 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
{
"name": "ngx-multiple-dates",
"description": "Angular Multiple Dates",
"version": "18.0.0",
"homepage": "https://lekhmanrus.github.io/ngx-multiple-dates/",
"bugs": {
"url": "https://github.com/lekhmanrus/ngx-multiple-dates/issues",
"email": "lekhman112@gmail.com"
},
"author": "Ruslan Lekhman <lekhman112@gmail.com> (https://github.com/lekhmanrus)",
"contributors": [
"Ruslan Lekhman <lekhman112@gmail.com> (https://github.com/lekhmanrus)"
],
"repository": {
"type": "git",
"url": "https://github.com/lekhmanrus/ngx-multiple-dates"
},
"license": "MIT",
"readme": "https://github.com/lekhmanrus/ngx-multiple-dates/blob/master/README.md",
"scripts": {
"prepare": "is-ci || husky install",
"ng": "ng",
"start": "ng serve",
"build": "ng build ngx-multiple-dates",
"postbuild": "run-p copy:docs copy:scss css",
"build:app": "ng build ngx-multiple-dates-app --base-href=/ngx-multiple-dates/",
"postbuild:app": "cpx \"{LICENSE,CHANGELOG.md,README.md}\" \"dist/ngx-multiple-dates-app\"",
"copy:docs": "cpx \"*.md\" \"dist/ngx-multiple-dates\"",
"copy:scss": "cpx \"projects/ngx-multiple-dates/src/lib/**/*.scss\" \"dist/ngx-multiple-dates\"",
"css": "run-s css:compile css:prefix css:minify",
"css:compile": "run-p css:compile:azure-blue css:compile:cyan-orange css:compile:magenta-violet css:compile:rose-red",
"css:compile:azure-blue": "sass -I node_modules ./projects/ngx-multiple-dates/src/prebuilt-themes/azure-blue.scss:./dist/ngx-multiple-dates/prebuilt-themes/azure-blue.css",
"css:compile:cyan-orange": "sass -I node_modules ./projects/ngx-multiple-dates/src/prebuilt-themes/cyan-orange.scss:./dist/ngx-multiple-dates/prebuilt-themes/cyan-orange.css",
"css:compile:magenta-violet": "sass -I node_modules ./projects/ngx-multiple-dates/src/prebuilt-themes/magenta-violet.scss:./dist/ngx-multiple-dates/prebuilt-themes/magenta-violet.css",
"css:compile:rose-red": "sass -I node_modules ./projects/ngx-multiple-dates/src/prebuilt-themes/rose-red.scss:./dist/ngx-multiple-dates/prebuilt-themes/rose-red.css",
"css:minify": "run-p css:minify:azure-blue css:minify:cyan-orange css:minify:magenta-violet css:minify:rose-red",
"css:minify:azure-blue": "cleancss -f breakWith=lf ./dist/ngx-multiple-dates/prebuilt-themes/azure-blue.css -o ./dist/ngx-multiple-dates/prebuilt-themes/azure-blue.css",
"css:minify:cyan-orange": "cleancss -f breakWith=lf ./dist/ngx-multiple-dates/prebuilt-themes/cyan-orange.css -o ./dist/ngx-multiple-dates/prebuilt-themes/cyan-orange.css",
"css:minify:magenta-violet": "cleancss -f breakWith=lf ./dist/ngx-multiple-dates/prebuilt-themes/magenta-violet.css -o ./dist/ngx-multiple-dates/prebuilt-themes/magenta-violet.css",
"css:minify:rose-red": "cleancss -f breakWith=lf ./dist/ngx-multiple-dates/prebuilt-themes/rose-red.css -o ./dist/ngx-multiple-dates/prebuilt-themes/rose-red.css",
"css:prefix": "postcss --replace \"./dist/ngx-multiple-dates/prebuilt-themes/*.css\"",
"test": "ng test",
"test:ci": "ng test --watch=false",
"lint": "ng lint",
"e2e": "ng e2e",
"release": "standard-version",
"commitlint": "commitlint"
},
"private": false,
"keywords": [
"angular",
"material",
"date",
"multiple",
"datepicker"
],
"dependencies": {
"@angular/animations": "^18.2.0-next.4",
"@angular/cdk": "^18.2.0-next.3",
"@angular/common": "^18.2.0-next.4",
"@angular/compiler": "^18.2.0-next.4",
"@angular/core": "^18.2.0-next.4",
"@angular/forms": "^18.2.0-next.4",
"@angular/material": "^18.2.0-next.3",
"@angular/platform-browser": "^18.2.0-next.4",
"@angular/platform-browser-dynamic": "^18.2.0-next.4",
"@angular/router": "^18.2.0-next.4",
"@ng-matero/extensions": "^18.1.2",
"rxjs": "^7.8.1",
"tslib": "^2.6.3",
"zone.js": "~0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.0-next.3",
"@angular-eslint/builder": "^18.2.1-alpha.0",
"@angular-eslint/eslint-plugin": "^18.2.1-alpha.0",
"@angular-eslint/eslint-plugin-template": "^18.2.1-alpha.0",
"@angular-eslint/schematics": "^18.2.1-alpha.0",
"@angular-eslint/template-parser": "^18.2.1-alpha.0",
"@angular/cli": "^18.2.0-next.3",
"@angular/compiler-cli": "^18.2.0-next.4",
"@angular/language-service": "^18.2.0-next.4",
"@angular/material-date-fns-adapter": "^18.2.0-next.3",
"@angular/material-luxon-adapter": "^18.2.0-next.3",
"@angular/material-moment-adapter": "^18.2.0-next.3",
"@commitlint/cli": ">=19.4.0",
"@commitlint/config-conventional": ">=19.2.2",
"@commitlint/format": ">=19.3.0",
"@types/jasmine": ">=5.1.4",
"@types/jasminewd2": ">=2.0.13",
"@types/karma-coverage": ">=2.0.3",
"@types/karma-jasmine-html-reporter": ">=1.7.3",
"@types/node": ">=22.1.0",
"@typescript-eslint/eslint-plugin": "^8.0.2-alpha.3",
"@typescript-eslint/parser": "^8.0.2-alpha.3",
"autoprefixer": "^10.4.20",
"clean-css-cli": "5.6.3",
"codelyzer": "^6.0.2",
"conventional-changelog-angular": ">=8.0.0",
"cpx": "^1.5.0",
"date-fns": "^3.6.0",
"eslint": "^8.54.0",
"eslint-import-resolver-typescript": ">=3.6.1",
"eslint-plugin-import": ">=2.29.1",
"eslint-plugin-jsdoc": ">=50.0.0",
"eslint-plugin-prefer-arrow": ">=1.2.3",
"eslint-plugin-rxjs": ">=5.0.3",
"eslint-plugin-unicorn": ">=55.0.0",
"husky": "^9.1.4",
"is-ci": ">=3.0.1",
"jasmine-core": ">=5.2.0",
"jasmine-spec-reporter": ">=7.0.0",
"karma": ">=6.4.4",
"karma-chrome-launcher": ">=3.2.0",
"karma-coverage": ">=2.2.1",
"karma-jasmine": ">=5.1.0",
"karma-jasmine-html-reporter": ">=2.1.0",
"karma-mocha-reporter": ">=2.2.5",
"luxon": "^3.5.0",
"moment": "^2.30.1",
"ng-packagr": "^18.2.0-next.0",
"npm-run-all": "^4.1.5",
"postcss-cli": "^11.0.0",
"postcss-load-config": "^6.0.1",
"protractor": "^7.0.0",
"sass": "^1.77.8",
"standard-version": ">=9.5.0",
"ts-node": "^11.0.0-beta.1",
"typescript": "~5.5.4"
}
}