-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
88 lines (88 loc) · 2.82 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "@ngx-iban/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"prepare": "husky",
"demo-app:start": "nx run demo-app:serve --ssl",
"demo-app:e2e": "nx run demo-app-e2e:e2e --ui"
},
"private": true,
"dependencies": {
"@angular/animations": "18.2.9",
"@angular/common": "18.2.9",
"@angular/compiler": "18.2.9",
"@angular/core": "18.2.9",
"@angular/forms": "18.2.9",
"@angular/platform-browser": "18.2.9",
"@angular/platform-browser-dynamic": "18.2.9",
"@angular/platform-server": "~18.2.9",
"@angular/router": "18.2.9",
"@angular/ssr": "18.2.10",
"@fortawesome/angular-fontawesome": "0.15.0",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@nx/angular": "20.0.6",
"bootstrap": "^5.3.3",
"express": "~4.21.1",
"highlight.js": "^11.10.0",
"i18n-iso-countries": "^7.12.0",
"ibantools": "^4.5.1",
"rxjs": "~7.8.1",
"tslib": "^2.8.0",
"zone.js": "0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "18.2.10",
"@angular-devkit/core": "18.2.10",
"@angular-devkit/schematics": "18.2.10",
"@angular-eslint/eslint-plugin": "18.4.0",
"@angular-eslint/eslint-plugin-template": "18.4.0",
"@angular-eslint/template-parser": "18.4.0",
"@angular/cli": "~18.2.10",
"@angular/compiler-cli": "18.2.9",
"@angular/language-service": "18.2.9",
"@nx/devkit": "20.0.6",
"@nx/eslint": "20.0.6",
"@nx/eslint-plugin": "20.0.6",
"@nx/jest": "20.0.6",
"@nx/js": "20.0.6",
"@nx/playwright": "20.0.6",
"@nx/workspace": "20.0.6",
"@playwright/test": "^1.48.2",
"@schematics/angular": "18.2.10",
"@swc-node/register": "1.9.2",
"@swc/core": "1.5.7",
"@types/express": "4.17.21",
"@types/jest": "29.5.14",
"@types/node": "^22.8.4",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@typescript-eslint/utils": "^7.18.0",
"autoprefixer": "^10.4.20",
"eslint": "8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-playwright": "^0.15.3",
"husky": "^9.1.6",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-preset-angular": "14.1.1",
"jsonc-eslint-parser": "^2.4.0",
"lint-staged": "^15.2.10",
"ng-packagr": "18.2.1",
"nx": "20.0.6",
"postcss": "^8.4.47",
"postcss-import": "~14.1.0",
"postcss-preset-env": "~7.5.0",
"postcss-url": "~10.1.3",
"prettier": "^2.8.8",
"ts-jest": "^29.2.5",
"ts-node": "10.9.2",
"typescript": "5.5.4"
},
"engines": {
"node": "^18.19.1 || ^20.11.1 || ^22.0.0",
"pnpm": "^9.0.0"
},
"packageManager": "[email protected]+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
}