forked from lokesh-coder/toppy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
129 lines (129 loc) · 3.77 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
{
"name": "toppy-app-ivy",
"version": "1.0.3",
"description": "Overlay library for Angular 7+ compatible with Ivy",
"keywords": [
"angular",
"dropdown",
"modal",
"overlay",
"popover",
"popup",
"sidebar",
"tooltip"
],
"homepage": "https://github.com/MouradHM/toppy-ivy",
"bugs": {
"url": "https://github.com/MouradHM/toppy-ivy/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/MouradHM/toppy-ivy"
},
"license": "MIT",
"author": {
"name": "Mourad Hamou-Mamar",
"email": "[email protected]"
},
"scripts": {
"archive:app": "node ./scripts/archive.js",
"build:app": "ng build --base-href=/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": "~17.3.9",
"@angular/common": "~17.3.9",
"@angular/compiler": "~17.3.9",
"@angular/core": "~17.3.9",
"@angular/forms": "~17.3.9",
"@angular/platform-browser": "~17.3.9",
"@angular/platform-browser-dynamic": "~17.3.9",
"@angular/router": "~17.3.9",
"@ngx-prism/core": "^2.0.1",
"@types/prismjs": "^1.26.4",
"bootstrap": "^5.3.3",
"core-js": "^3.37.1",
"date-fns": "^3.6.0",
"listr": "^0.14.3",
"lodash-es": "^4.17.21",
"npm-registry-client": "^8.6.0",
"pretty-checkbox": "^3.0.3",
"prismjs": "^1.29.0",
"remark-bracketed-spans": "^3.0.0",
"remark-custom-blocks": "^2.6.1",
"rxjs": "~7.8.1",
"zone.js": "~0.14.5"
},
"devDependencies": {
"@angular-devkit/build-angular": "~17.3.7",
"@angular/cli": "~17.3.7",
"@angular/compiler-cli": "~17.3.9",
"@angular/language-service": "~17.3.9",
"@commitlint/cli": "19.3.0",
"@commitlint/config-conventional": "19.2.2",
"@commitlint/travis-cli": "19.3.0",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "^10.0.4",
"@semantic-release/release-notes-generator": "^13.0.0",
"@types/jasmine": "~5.1.4",
"@types/jasminewd2": "~2.0.13",
"@types/node": "~20.12.12",
"angular-cli-ghpages": "^1.0.7",
"codelyzer": "~6.0.2",
"conventional-changelog": "6.0.0",
"fs-extra": "^11.2.0",
"gh-pages": "^6.1.1",
"github-release-notes": "0.17.3",
"husky": "^9.0.11",
"jasmine-core": "~5.1.2",
"jasmine-spec-reporter": "~7.0.0",
"json": "^11.0.0",
"karma": "~6.4.3",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-helpful-reporter": "^0.3.4",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"karma-viewport": "^1.0.9",
"ng-packagr": "^17.3.0",
"nodemon": "^3.1.0",
"rehype-format": "^5.0.0",
"rehype-highlight": "^7.0.0",
"rehype-raw": "^7.0.0",
"rehype-stringify": "^10.0.0",
"remark-attr": "^0.11.1",
"remark-autolink-headings": "^7.0.1",
"remark-highlight.js": "^7.0.1",
"remark-html": "^16.0.1",
"remark-rehype": "^11.1.0",
"remark-slug": "^7.0.1",
"replace-in-file": "^7.1.0",
"sane": "^5.0.1",
"semantic-release": "^23.1.1",
"stylelint": "^16.5.0",
"stylelint-config-recommended-scss": "^14.0.0",
"stylelint-scss": "^6.3.0",
"travis-deploy-once": "5.0.9",
"ts-node": "~10.9.2",
"tslib": "^2.6.2",
"tslint": "~5.20.1",
"typescript": "~5.4.5"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
}
}