forked from mattlewis92/angular-calendar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
146 lines (146 loc) · 5.01 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
{
"name": "angular-calendar",
"version": "0.6.2",
"description": "A calendar component that can display events on a month, week or day view",
"main": "./dist/umd/angular-calendar.js",
"style": "./dist/css/angular-calendar.css",
"module": "./dist/esm/src/index.js",
"typings": "./dist/esm/src/index.d.ts",
"scripts": {
"start": "concurrently --raw \"webpack-dev-server --open\" \"npm run test:watch\"",
"build:demos": "webpack -p",
"build:umd": "webpack --config webpack.config.umd.ts",
"build:ngc": "ngc -p tsconfig-ngc.json",
"build:dist": "npm run build:umd && npm run build:ngc",
"build:clean": "rm -rf dist",
"test": "karma start --single-run",
"test:watch": "karma start --auto-watch",
"commit": "git-cz",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"compodoc": "compodoc -p tsconfig-compodoc.json -d docs -b /angular-calendar/docs/ --disableGraph --disableCoverage",
"gh-pages": "git checkout gh-pages && git merge master --no-edit && npm run build:demos && npm run compodoc && git add . && git commit -m 'chore: build demos and docs' && git push && git checkout master",
"prerelease": "npm test",
"release": "git add package.json && git commit -m 'chore: bump version number' && standard-version --first-release && git push --follow-tags origin master && npm run build:dist && npm publish",
"postrelease": "npm run build:clean && npm run gh-pages",
"commitmsg": "validate-commit-msg",
"codecov": "cat coverage/lcov.info | codecov"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mattlewis92/angular-calendar.git"
},
"keywords": [
"angular2",
"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/common": "^2.3.1",
"@angular/compiler": "^2.3.1",
"@angular/compiler-cli": "^2.3.1",
"@angular/core": "^2.3.1",
"@angular/forms": "^2.3.1",
"@angular/http": "^2.4.1",
"@angular/platform-browser": "^2.3.1",
"@angular/platform-browser-dynamic": "^2.3.1",
"@angular/router": "^3.4.1",
"@ng-bootstrap/ng-bootstrap": "1.0.0-alpha.18",
"@types/chai": "^3.4.30",
"@types/core-js": "^0.9.32",
"@types/extract-text-webpack-plugin": "^2.0.0",
"@types/highlight.js": "^9.1.9",
"@types/jasmine": "^2.5.35",
"@types/node": "^7.0.0",
"@types/rrule": "^2.1.3",
"@types/sinon": "^1.16.27",
"@types/sinon-chai": "^2.7.26",
"@types/webpack": "^2.2.0",
"angular-highlight-js": "^1.0.0",
"angular2-template-loader": "^0.6.0",
"autoprefixer": "^6.5.0",
"awesome-typescript-loader": "^2.2.4",
"bootstrap": "4.0.0-alpha.6",
"chai": "^3.5.0",
"codecov": "^1.0.1",
"codelyzer": "2.0.0-beta.4",
"commitizen": "^2.8.1",
"compodoc": "^0.0.35",
"concurrently": "^3.1.0",
"conventional-changelog": "^1.1.0",
"conventional-changelog-cli": "^1.2.0",
"core-js": "^2.4.1",
"create-plunker": "^1.2.0",
"css-loader": "^0.26.0",
"cz-conventional-changelog": "^1.2.0",
"ejs-compiled-loader": "^1.1.0",
"extract-text-webpack-plugin": "^2.0.0-beta.5",
"file-loader": "^0.9.0",
"font-awesome": "^4.7.0",
"highlight.js": "^9.9.0",
"husky": "^0.12.0",
"imports-loader": "^0.7.0",
"intl": "^1.2.4",
"jasmine-core": "^2.5.0",
"karma": "^1.3.0",
"karma-jasmine": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.0",
"karma-remap-istanbul": "^0.4.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.1",
"moment": "^2.17.0",
"node-sass": "^4.0.0",
"phantomjs-prebuilt": "^2.1.7",
"postcss-flexibility": "^1.1.0",
"postcss-loader": "^1.2.0",
"raw-loader": "^0.5.1",
"rrule": "^2.1.0",
"rxjs": "^5.0.1",
"sass-loader": "^4.0.1",
"sinon": "^1.17.4",
"sinon-chai": "^2.8.0",
"source-map-loader": "^0.1.5",
"sourcemap-istanbul-instrumenter-loader": "^0.2.0",
"standard-version": "^4.0.0",
"style-loader": "^0.13.0",
"stylelint": "^7.6.0",
"stylelint-config-standard": "^15.0.0",
"stylelint-webpack-plugin": "^0.5.1",
"ts-node": "^2.0.0",
"tslint": "^4.0.2",
"tslint-eslint-rules": "^3.2.3",
"tslint-loader": "^3.3.0",
"typescript": "~2.0.10",
"url-loader": "^0.5.7",
"validate-commit-msg": "^2.8.2",
"webpack": "^2.2.0",
"webpack-dev-server": "^2.2.0",
"webpack-fix-default-import-plugin": "^1.0.1",
"zone.js": "^0.7.2"
},
"peerDependencies": {
"@angular/common": "^2.0.0",
"@angular/core": "^2.0.0",
"@angular/platform-browser": "^2.0.0"
},
"files": [
"dist",
"scss"
],
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"angular-draggable-droppable": "^0.5.1",
"angular-resizable-element": "^0.5.4",
"calendar-utils": "0.0.39",
"date-fns": "^1.15.1",
"positioning": "^1.0.4"
}
}