-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
134 lines (134 loc) · 3.9 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
{
"name": "toppy-app",
"version": "2.3.4",
"description": "Overlay library for Angular 7+",
"keywords": [
"angular",
"dropdown",
"modal",
"overlay",
"popover",
"popup",
"sidebar",
"tooltip"
],
"homepage": "https://github.com/lokesh-coder/toppy",
"bugs": {
"url": "https://github.com/lokesh-coder/toppy/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/lokesh-coder/toppy"
},
"license": "MIT",
"author": {
"name": "Lokesh Rajendran",
"email": "[email protected]",
"url": "https://github.com/lokesh-coder"
},
"scripts": {
"archive:app": "node ./scripts/archive.js",
"build:app": "ng build --prod --baseHref=/toppy/",
"build:lib": "ng build toppy",
"e2e": "ng e2e",
"lint": "ng lint",
"ng": "ng",
"postpublish": "node ./scripts/gh-pages.js",
"release": "semantic-release",
"start": "ng serve",
"test": "npm run test:lib",
"test:app": "ng test --project toppy-app",
"test:lib": "ng test --project toppy",
"travis-deploy-once": "travis-deploy-once"
},
"dependencies": {
"@angular/animations": "~7.1.0",
"@angular/common": "~7.1.0",
"@angular/compiler": "~7.1.0",
"@angular/core": "~7.1.0",
"@angular/forms": "~7.1.0",
"@angular/http": "~7.1.0",
"@angular/platform-browser": "~7.1.0",
"@angular/platform-browser-dynamic": "~7.1.0",
"@angular/router": "~7.1.0",
"@ngx-prism/core": "^2.0.1",
"@types/prismjs": "^1.9.0",
"bootstrap": "^4.1.3",
"core-js": "^2.5.7",
"date-fns": "^1.29.0",
"listr": "^0.14.3",
"lodash-es": "^4.17.11",
"npm-registry-client": "^8.6.0",
"pretty-checkbox": "^3.0.3",
"prismjs": "^1.15.0",
"remark-bracketed-spans": "^3.0.0",
"remark-custom-blocks": "^2.3.1",
"rxjs": "~6.3.3",
"zone.js": "~0.8.26"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.11.0",
"@angular-devkit/build-ng-packagr": "~0.11.0",
"@angular/cli": "~7.1.0",
"@angular/compiler-cli": "~7.1.0",
"@angular/language-service": "~7.1.0",
"@commitlint/cli": "7.2.1",
"@commitlint/config-conventional": "7.1.2",
"@commitlint/travis-cli": "7.2.1",
"@semantic-release/changelog": "3.0.1",
"@semantic-release/exec": "3.3.0",
"@semantic-release/git": "7.0.5",
"@semantic-release/github": "^5.2.5",
"@semantic-release/release-notes-generator": "^7.1.4",
"@types/jasmine": "~3.3.0",
"@types/jasminewd2": "~2.0.6",
"@types/node": "~10.12.10",
"angular-cli-ghpages": "^0.5.3",
"codelyzer": "~4.5.0",
"conventional-changelog": "3.0.5",
"fs-extra": "^7.0.1",
"gh-pages": "^2.0.1",
"github-release-notes": "0.17.0",
"husky": "^1.2.0",
"jasmine-core": "~3.3.0",
"jasmine-spec-reporter": "~4.2.1",
"json": "^9.0.6",
"karma": "~3.1.1",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.0.4",
"karma-helpful-reporter": "^0.3.4",
"karma-jasmine": "~2.0.1",
"karma-jasmine-html-reporter": "^1.4.0",
"karma-viewport": "^1.0.2",
"ng-packagr": "^4.4.0",
"nodemon": "^1.18.7",
"protractor": "~5.4.1",
"rehype-format": "^2.3.1",
"rehype-highlight": "^2.2.1",
"rehype-raw": "^4.0.0",
"rehype-stringify": "^5.0.0",
"remark-attr": "^0.8.0",
"remark-autolink-headings": "^5.1.0",
"remark-highlight.js": "^5.0.0",
"remark-html": "^9.0.0",
"remark-rehype": "^4.0.0",
"remark-slug": "^5.1.1",
"replace-in-file": "^3.4.2",
"sane": "^4.0.2",
"semantic-release": "^15.12.2",
"stylelint": "^9.9.0",
"stylelint-config-recommended-scss": "^3.2.0",
"stylelint-scss": "^3.4.0",
"travis-deploy-once": "5.0.9",
"ts-node": "~7.0.1",
"tsickle": "0.34.0",
"tslib": "^1.9.3",
"tslint": "~5.11.0",
"typescript": "~3.1.6"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
}
}