-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.38 KB
/
Copy pathpackage.json
File metadata and controls
76 lines (76 loc) · 2.38 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "angular-email",
"version": "1.5.0",
"type": "module",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "sh scripts/build.sh",
"watch": "ng build angular-email --watch",
"render:test": "keycloakify-angular-email build -p projects/showcase/emails -o dist/emails -e tailwindcss,@tailwindcss/postcss,postcss,postcss-calc,postcss-custom-properties,postcss-preset-env,postcss-logical",
"release": "sh scripts/release.sh",
"changelog": "npx conventional-changelog -t -p angular -i CHANGELOG.md -s -r 0",
"_format": "prettier '**/*.{ts,html,json,md}'",
"format": "yarn _format --write",
"lint": "ng lint --fix"
},
"dependencies": {
"@angular/animations": "^22.1.3",
"@angular/common": "^22.1.3",
"@angular/compiler": "^22.1.3",
"@angular/core": "^22.1.3",
"@angular/forms": "^22.1.3",
"@angular/platform-browser": "^22.1.3",
"@angular/platform-browser-dynamic": "^22.1.3",
"@angular/platform-server": "^22.1.3",
"@angular/router": "^22.1.3",
"@angular/ssr": "^22.1.5",
"@keycloakify/angular-email": "file:dist/angular-email",
"rxjs": "~7.8.2",
"tslib": "^2.8.1",
"zone.js": "~0.16.2"
},
"devDependencies": {
"@angular/build": "^22.1.5",
"@angular/cli": "^22.1.5",
"@angular/compiler-cli": "^22.1.3",
"@jsx-email/doiuse-email": "^1.0.4",
"@tailwindcss/postcss": "^4.3.3",
"@types/html-to-text": "^9.0.4",
"@types/node": "^24.13.3",
"@types/pretty": "^2.0.3",
"angular-eslint": "22.1.0",
"cheerio": "^1.2.0",
"conventional-changelog": "^8.1.3",
"conventional-changelog-angular": "^9.4.0",
"dom-serializer": "^3.1.1",
"domhandler": "^6.0.1",
"domutils": "^4.0.2",
"esbuild": "^0.28.2",
"eslint": "^10.9.0",
"eslint-plugin-prettier": "^5.5.6",
"html-to-text": "^10.0.1",
"htmlparser2": "^12.0.0",
"juice": "^12.1.2",
"ng-packagr": "^22.1.1",
"npm-check-updates": "^23.1.0",
"postcss": "^8.5.26",
"postcss-calc": "^11.0.0",
"postcss-custom-properties": "^15.0.1",
"postcss-logical": "^9.0.0",
"postcss-preset-env": "^11.4.0",
"prettier": "^3.9.6",
"pretty": "^2.0.0",
"tailwindcss": "^4.3.3",
"termost": "^1.9.2",
"tsx": "^4.23.12",
"typescript": "~6.0.3",
"typescript-eslint": "8.67.0"
},
"overrides": {
"esbuild": "$esbuild"
},
"engines": {
"node": ">=22.12.0"
}
}