-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.13 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2.13 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
{
"name": "docker-traefik-errors",
"description": "",
"version": "1.3.0",
"license": "MIT",
"author": {
"name": "Pascal Iske",
"email": "[email protected]",
"url": "https://pascaliske.dev"
},
"repository": {
"url": "https://github.com/pascaliske/docker-traefik-errors.git",
"type": "git"
},
"bugs": {
"url": "https://github.com/pascaliske/docker-traefik-errors/issues"
},
"private": true,
"scripts": {
"prepare": "husky",
"start": "ng serve",
"build": "ng build",
"lint": "ng lint --fix",
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,scss,html,md,mdx,json}\"",
"version": "bump --yes package.json",
"changelog": "standard-changelog"
},
"prettier": "@pascaliske/prettier-config",
"packageManager": "[email protected]",
"dependencies": {
"@angular/animations": "^21.2.4",
"@angular/common": "^21.2.4",
"@angular/compiler": "^21.2.4",
"@angular/core": "^21.2.4",
"@angular/forms": "^21.2.4",
"@angular/platform-browser": "^21.2.4",
"@angular/platform-browser-dynamic": "^21.2.4",
"@angular/router": "^21.2.4",
"http-status-codes": "^2.3.0",
"ngx-progressbar": "^14.0.0",
"rxjs": "~7.8.2",
"tslib": "^2.8.1"
},
"devDependencies": {
"@angular-eslint/builder": "^21.3.0",
"@angular-eslint/eslint-plugin": "^21.3.0",
"@angular-eslint/eslint-plugin-template": "^21.3.0",
"@angular-eslint/schematics": "^21.3.0",
"@angular-eslint/template-parser": "^21.3.0",
"@angular/build": "^21.2.2",
"@angular/cli": "^21.2.2",
"@angular/compiler-cli": "^21.2.4",
"@commitlint/cli": "^20.4.4",
"@commitlint/config-conventional": "^20.4.4",
"@pascaliske/eslint-config": "^3.0.1",
"@pascaliske/prettier-config": "^1.3.0",
"@rstacruz/bump-cli": "^2.0.1",
"@tailwindcss/postcss": "^4.2.1",
"@types/node": "^25.5.0",
"@typescript-eslint/eslint-plugin": "^8.57.0",
"@typescript-eslint/parser": "^8.57.0",
"eslint": "^10.0.3",
"husky": "^9.1.7",
"postcss": "^8.5.8",
"prettier": "^3.8.1",
"standard-changelog": "^7.0.1",
"tailwindcss": "^4.2.1",
"typescript": "~5.9.3"
}
}