This repository was archived by the owner on Mar 16, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 364
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.76 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.76 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
{
"name": "ngx-toastr-site",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"demo:build": "ng build --configuration production --no-progress",
"build": "ng-packagr -p projects/ngx-toastr/ng-package.json",
"postbuild": "cpy README.md LICENSE dist/ngx-toastr",
"test": "ng test --watch=false",
"test:watch": "ng test --watch",
"test:ci": "ng test --watch=false --no-progress --browsers=ChromeHeadlessCustom",
"lint": "ng lint",
"lint:fix": "ng lint --fix"
},
"private": true,
"packageManager": "npm@11.7.0",
"repository": {
"type": "git",
"url": "https://github.com/scttcper/ngx-toastr"
},
"license": "MIT",
"dependencies": {
"@angular/common": "^21.1.0",
"@angular/compiler": "^21.1.0",
"@angular/core": "^21.1.0",
"@angular/forms": "^21.1.0",
"@angular/platform-browser": "^21.1.0",
"@angular/router": "^21.1.0",
"@ctrl/ngx-github-buttons": "^9.0.0",
"bootstrap": "^5.3.8",
"karma-coverage-istanbul-reporter": "^3.0.3",
"lodash-es": "^4.17.22",
"rxjs": "~7.8.2",
"tslib": "^2.8.1"
},
"devDependencies": {
"@angular/build": "^21.1.0",
"@angular/cli": "^21.1.0",
"@angular/compiler-cli": "^21.1.0",
"@types/jasmine": "~5.1.15",
"@types/lodash-es": "^4.17.12",
"angular-eslint": "21.1.0",
"cpy-cli": "^6.0.0",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.5",
"jasmine-core": "~5.12.0",
"karma": "~6.4.4",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"ng-packagr": "^21.1.0",
"prettier": "^3.8.0",
"typescript": "~5.9.3",
"typescript-eslint": "8.53.0"
}
}