-
Notifications
You must be signed in to change notification settings - Fork 100
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.85 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.85 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
{
"name": "ngx-sweetalert2-repository",
"version": "0.0.0-development",
"repository": {
"type": "git",
"url": "https://github.com/sweetalert2/ngx-sweetalert2.git"
},
"scripts": {
"ng": "ng",
"dev": "bun run serve",
"serve": "ng serve ngx-sweetalert2-demo",
"build": "run-s build:*",
"build:lib": "ng build ngx-sweetalert2",
"build:demo": "ng build ngx-sweetalert2-demo",
"build:copy-files": "cp README.md dist/ngx-sweetalert2 && cp LICENSE.txt dist/ngx-sweetalert2",
"test": "run-p test:*",
"test:lib": "ng test ngx-sweetalert2 --include=projects/ngx-sweetalert2/src/lib/swal.component.spec.ts",
"test:demo": "ng test ngx-sweetalert2-demo --include=projects/ngx-sweetalert2-demo/src/app/app.component.spec.ts",
"format": "oxfmt",
"lint": "oxlint",
"semantic-release": "semantic-release"
},
"private": true,
"dependencies": {
"@angular/animations": "~21.2.0",
"@angular/common": "~21.2.0",
"@angular/compiler": "~21.2.0",
"@angular/core": "~21.2.0",
"@angular/forms": "~21.2.0",
"@angular/platform-browser": "~21.2.0",
"@angular/platform-browser-dynamic": "~21.2.0",
"@angular/router": "~21.2.0",
"rxjs": "~7.8.2",
"sweetalert2": "^11.22.4",
"tslib": "^2.4.0",
"zone.js": "~0.16.0"
},
"devDependencies": {
"@angular/build": "^21.1.0",
"@angular/cli": "~21.2.0",
"@angular/compiler-cli": "~21.2.0",
"@types/jasmine": "^6.0.0",
"@types/node": "^25.0.0",
"jasmine-core": "^6.0.0",
"karma": "^6.4.1",
"karma-chrome-launcher": "^3.0.0",
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.0.0",
"ng-packagr": "^21.1.0",
"npm-run-all2": "^8.0.0",
"oxfmt": "^0.43.0",
"oxlint": "^1.51.0",
"semantic-release": "^25.0.0",
"typescript": "~5.9.3"
}
}