-
Notifications
You must be signed in to change notification settings - Fork 57
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.72 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.72 KB
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
{
"name": "ngx-countdown",
"version": "21.0.0",
"description": "Simple, easy and performance countdown for angular",
"keywords": [
"ngx-countdown",
"ng-countdown",
"angular-countdown",
"angular countdown",
"countdown",
"count down",
"angular standalone library"
],
"author": "cipchk <cipchk@qq.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/cipchk/ngx-countdown"
},
"bugs": {
"url": "https://github.com/cipchk/ngx-countdown/issues"
},
"homepage": "https://cipchk.github.io/ngx-countdown/",
"scripts": {
"lint": "ng lint",
"test": "ng t --coverage --watch false",
"build": "node scripts/build.js",
"release": "npm run build && cd publish && npm publish --access public",
"release:next": "npm run build && cd publish && npm publish --access public --tag next"
},
"dependencies": {
"@angular/common": "^21.0.0",
"@angular/compiler": "^21.0.0",
"@angular/core": "^21.0.0",
"@angular/forms": "^21.0.0",
"@angular/platform-browser": "^21.0.0",
"@angular/router": "^21.0.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"bootstrap": "^5.3.8",
"date-fns": "^4.1.0",
"ngx-highlight-js": "^21.0.0"
},
"devDependencies": {
"@angular-eslint/builder": "21.0.1",
"@angular/build": "^21.0.0",
"@angular/cli": "^21.0.0",
"@angular/compiler-cli": "^21.0.0",
"@eslint/js": "^9.39.1",
"angular-eslint": "^21.0.1",
"eslint": "^9.39.1",
"jsdom": "^27.1.0",
"typescript": "~5.9.2",
"typescript-eslint": "^8.48.0",
"vitest": "^4.0.13",
"@vitest/coverage-v8": "^4.0.13",
"ng-packagr": "^21.0.0",
"fs-extra": "^11.3.2"
},
"packageManager": "pnpm@10.23.0"
}