-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.28 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 2.28 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
{
"name": "angular-email",
"version": "1.1.4",
"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": "^21.2.5",
"@angular/common": "^21.2.5",
"@angular/compiler": "^21.2.5",
"@angular/core": "^21.2.5",
"@angular/forms": "^21.2.5",
"@angular/platform-browser": "^21.2.5",
"@angular/platform-browser-dynamic": "^21.2.5",
"@angular/platform-server": "^21.2.5",
"@angular/router": "^21.2.5",
"@angular/ssr": "^21.2.3",
"rxjs": "~7.8.2",
"tslib": "^2.8.1",
"zone.js": "~0.16.1"
},
"devDependencies": {
"@angular/build": "^21.2.3",
"@angular/cli": "^21.2.3",
"@angular/compiler-cli": "^21.2.5",
"@jsx-email/doiuse-email": "^1.0.4",
"@tailwindcss/postcss": "^4.2.2",
"@types/html-to-text": "^9.0.4",
"@types/node": "^24.10.1",
"@types/pretty": "^2.0.3",
"angular-eslint": "21.3.1",
"cheerio": "^1.2.0",
"conventional-changelog": "^7.2.0",
"conventional-changelog-angular": "^8.3.0",
"dom-serializer": "^3.0.0",
"domhandler": "^6.0.1",
"domutils": "^4.0.2",
"esbuild": "^0.27.4",
"eslint": "^10.1.0",
"eslint-plugin-prettier": "^5.5.5",
"html-to-text": "^9.0.5",
"htmlparser2": "^12.0.0",
"juice": "^11.1.1",
"ng-packagr": "^21.2.1",
"npm-check-updates": "^19.6.5",
"postcss": "^8.5.8",
"postcss-calc": "^10.1.1",
"postcss-custom-properties": "^15.0.1",
"postcss-logical": "^9.0.0",
"postcss-preset-env": "^11.2.0",
"prettier": "^3.8.1",
"pretty": "^2.0.0",
"tailwindcss": "^4.2.2",
"termost": "^1.9.0",
"tsx": "^4.21.0",
"typescript": "~5.9.3",
"typescript-eslint": "8.57.1"
},
"overrides": {
"esbuild": "$esbuild"
}
}