-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.92 KB
/
package.json
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
{
"name": "angular-email",
"version": "0.0.1-rc.10",
"type": "module",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build angular-email && tsc -p projects/angular-email/bin/tsconfig.json",
"watch": "ng build angular-email --watch",
"render:test": "keycloakify-angular-email build -p projects/showcase/emails -o dist/emails",
"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": "^19.1.5",
"@angular/common": "^19.1.5",
"@angular/compiler": "^19.1.5",
"@angular/core": "^19.1.5",
"@angular/forms": "^19.1.5",
"@angular/platform-browser": "^19.1.5",
"@angular/platform-browser-dynamic": "^19.1.5",
"@angular/platform-server": "^19.1.5",
"@angular/router": "^19.1.5",
"rxjs": "~7.8.1",
"tslib": "^2.8.1",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.1.6",
"@angular/build": "^19.1.6",
"@angular/cli": "^19.1.6",
"@angular/compiler-cli": "^19.1.5",
"@maizzle/framework": "^5.0.0",
"@types/html-to-text": "^9.0.4",
"@types/node": "^22.13.1",
"@types/pretty": "^2.0.3",
"angular-eslint": "19.0.2",
"cheerio": "^1.0.0",
"conventional-changelog-cli": "^5.0.0",
"cz-conventional-changelog": "^3.3.0",
"dom-serializer": "^2.0.0",
"domhandler": "^5.0.3",
"domutils": "^3.2.2",
"eslint": "^9.20.0",
"eslint-plugin-prettier": "^5.2.3",
"html-to-text": "^9.0.5",
"htmlparser2": "^10.0.0",
"ng-packagr": "^19.1.2",
"npm-check-updates": "^17.1.14",
"prettier": "^3.4.2",
"tailwindcss-preset-email": "^1.4.0",
"termost": "^1.4.0",
"tsx": "^4.19.2",
"typescript": "~5.7.3",
"typescript-eslint": "8.23.0"
}
}