forked from mattlewis92/angular-calendar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
148 lines (148 loc) · 5.55 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
{
"name": "angular-calendar",
"version": "0.26.4",
"description": "A calendar component for angular 6.0+ that can display events on a month, week or day view",
"scripts": {
"start": "node --max_old_space_size=8192 ./node_modules/.bin/ng serve --open",
"build:demos": "ng build --prod",
"build:lib": "copyfiles package.json projects/angular-calendar && ng build angular-calendar && npm run build:date-adapters && npm run build:styles && npm run copyfiles",
"build:date-adapters": "tsc -p tsconfig-date-adapters.json",
"build:styles": "node-sass projects/angular-calendar/src/angular-calendar.scss | postcss --output dist/angular-calendar/css/angular-calendar.css",
"build:clean": "rm -rf dist",
"copyfiles": "copyfiles CHANGELOG.md README.md LICENSE dist/angular-calendar && cp projects/angular-calendar/util/date-adapter-package.json dist/angular-calendar/date-adapters/date-fns/package.json && cp projects/angular-calendar/util/date-adapter-package.json dist/angular-calendar/date-adapters/moment/package.json && copyfiles -u 3 projects/angular-calendar/src/**/*.scss dist/angular-calendar/scss",
"test": "npm run lint && TZ=UTC ng test angular-calendar --watch=false --code-coverage && npm run build:lib && npm run build:clean",
"test:watch": "TZ=UTC ng test angular-calendar",
"lint": "ng lint && ng lint angular-calendar && stylelint \"{projects,src}/**/*.scss\" --fix",
"commit": "git-cz",
"codecov": "cat coverage/lcov.info | codecov",
"compodoc": "compodoc -p tsconfig-compodoc.json -d dist/demos/docs --disableGraph --disableCoverage --disablePrivate --disableInternal --disableLifeCycleHooks --disableProtected --gaID UA-63367573-2",
"prerelease": "npm test",
"release:git": "git add package.json package-lock.json && git commit -m 'chore: bump version number' && standard-version --first-release && git push --follow-tags origin master",
"release:npm": "npm run build:lib && npm publish dist/angular-calendar",
"release": "npm run release:git && npm run release:npm",
"postrelease": "npm run gh-pages",
"gh-pages": "npm run build:clean && npm run build:demos && npm run compodoc && ngh --dir=dist/demos --no-silent && npm run build:clean"
},
"config": {
"commitizen": {
"path": "@commitlint/prompt"
}
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/mattlewis92/angular-calendar.git"
},
"keywords": [
"angular",
"angular2",
"angular6",
"calendar"
],
"author": "Matt Lewis",
"license": "MIT",
"bugs": {
"url": "https://github.com/mattlewis92/angular-calendar/issues"
},
"homepage": "https://github.com/mattlewis92/angular-calendar#readme",
"devDependencies": {
"@angular-devkit/build-angular": "^0.8.6",
"@angular-devkit/build-ng-packagr": "^0.8.6",
"@angular/animations": "^6.1.10",
"@angular/cdk": "^6.4.7",
"@angular/cli": "^6.2.6",
"@angular/common": "^6.1.10",
"@angular/compiler": "^6.1.10",
"@angular/compiler-cli": "^6.1.10",
"@angular/core": "^6.1.10",
"@angular/forms": "^6.1.10",
"@angular/http": "^6.1.10",
"@angular/language-service": "^6.1.10",
"@angular/platform-browser": "^6.1.10",
"@angular/platform-browser-dynamic": "^6.1.10",
"@angular/router": "^6.1.10",
"@commitlint/cli": "^7.2.1",
"@commitlint/config-conventional": "^7.1.2",
"@commitlint/prompt": "^7.2.1",
"@compodoc/compodoc": "^1.1.6",
"@ng-bootstrap/ng-bootstrap": "^3.3.1",
"@stackblitz/sdk": "^1.2.0",
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.5",
"@types/moment-timezone": "^0.5.9",
"@types/node": "^10.12.2",
"@types/sinon": "^5.0.5",
"@types/sinon-chai": "^3.2.0",
"angular-cli-ghpages": "^0.5.3",
"angularx-flatpickr": "^6.1.0",
"autoprefixer": "^9.3.1",
"bootstrap-css-only": "^4.1.1",
"chai": "^4.2.0",
"codecov": "^3.1.0",
"codelyzer": "^4.5.0",
"commitizen": "^3.0.4",
"copyfiles": "^2.1.0",
"core-js": "^2.5.4",
"css-loader": "^1.0.1",
"date-fns": "^1.29.0",
"flatpickr": "^4.5.2",
"font-awesome": "^4.7.0",
"hammerjs": "^2.0.8",
"highlightjs-loader": "^0.2.3",
"husky": "^1.1.3",
"karma": "^3.1.1",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage-istanbul-reporter": "^2.0.4",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"mocha": "^5.2.0",
"moment": "^2.22.2",
"moment-timezone": "^0.5.23",
"ng-packagr": "^4.4.0",
"ngx-contextmenu": "^5.1.1",
"node-sass": "^4.10.0",
"postcss-cli": "^6.0.1",
"postcss-flexibility": "^2.0.0",
"prettier": "^1.14.3",
"pretty-quick": "^1.8.0",
"rrule": "^2.5.6",
"rxjs": "^6.3.3",
"sinon": "^6.3.5",
"sinon-chai": "^3.2.0",
"standard-version": "^4.4.0",
"stylelint": "^9.7.1",
"stylelint-config-standard": "^18.2.0",
"ts-node": "^7.0.1",
"tsickle": "^0.32.1",
"tslib": "^1.9.0",
"tslint": "^5.11.0",
"tslint-config-mwl": "^0.5.2",
"typescript": "~2.9.2",
"zone.js": "^0.8.26"
},
"peerDependencies": {
"@angular/animations": ">=6.0.0 <8.0.0",
"@angular/common": ">=6.0.0 <8.0.0",
"@angular/core": ">=6.0.0 <8.0.0"
},
"dependencies": {
"angular-draggable-droppable": "^4.0.2",
"angular-resizable-element": "^3.2.2",
"calendar-utils": "^0.2.2",
"positioning": "^1.4.0"
},
"sideEffects": [
"*.css",
"*.scss"
],
"husky": {
"hooks": {
"commit-msg": "commitlint -e",
"pre-commit": "pretty-quick --staged"
}
}
}