-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
98 lines (98 loc) · 3.06 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
89
90
91
92
93
94
95
96
97
98
{
"name": "garuda-ng",
"description": "Component library for webpages of Garuda Linux for Angular based on PrimeNG",
"keywords": [
"garuda",
"angular"
],
"homepage": "https://github.com/FilipTLW/garuda-ng#readme",
"bugs": {
"url": "https://github.com/FilipTLW/garuda-ng/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FilipTLW/garuda-ng.git"
},
"license": "GPL-3.0-or-later",
"author": "Filip Myslinski",
"scripts": {
"build": "nx run-many --target=build --all",
"commit": "cz",
"format": "prettier -w .",
"lint": "nx run-many --target=lint --all --fix",
"release": "git tag $(git cliff --bumped-version) -m $(git cliff --bumped-version)",
"serve docs": "nx run docs:serve",
"test": "nx run-many --target=test --all"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"@angular/animations": "~19.0.5",
"@angular/common": "~19.0.5",
"@angular/compiler": "~19.0.5",
"@angular/core": "~19.0.5",
"@angular/forms": "~19.0.5",
"@angular/platform-browser": "~19.0.5",
"@angular/platform-browser-dynamic": "~19.0.5",
"@angular/router": "~19.0.5",
"@primeng/themes": "^19.0.2",
"highlight.js": "^11.11.1",
"ngx-highlightjs": "^13.0.0",
"primeicons": "^7.0.0",
"primeng": "^19.0.2",
"rxjs": "~7.8.1",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "~19.0.6",
"@angular-devkit/core": "~19.0.6",
"@angular-devkit/schematics": "~19.0.6",
"@angular/cli": "~19.0.6",
"@angular/compiler-cli": "~19.0.5",
"@angular/language-service": "~19.0.5",
"@eslint/js": "^9.17.0",
"@nx/angular": "^20.3.0",
"@nx/devkit": "20.3.0",
"@nx/eslint": "20.3.0",
"@nx/eslint-plugin": "20.3.0",
"@nx/jest": "20.3.0",
"@nx/js": "20.3.0",
"@nx/playwright": "20.3.0",
"@nx/web": "20.3.0",
"@playwright/test": "^1.49.1",
"@schematics/angular": "~19.0.6",
"@swc-node/register": "~1.10.9",
"@swc/core": "~1.10.2",
"@swc/helpers": "~0.5.15",
"@types/jest": "^29.5.14",
"@types/node": "22.10.2",
"@typescript-eslint/utils": "^8.18.2",
"angular-eslint": "^19.0.2",
"autoprefixer": "^10.4.20",
"commitizen": "^4.3.1",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-playwright": "^1.8.3",
"git-cliff": "^2.7.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-preset-angular": "~14.4.2",
"jsonc-eslint-parser": "^2.4.0",
"ng-packagr": "~19.0.1",
"nx": "20.3.0",
"postcss": "^8.4.49",
"postcss-url": "~10.1.3",
"prettier": "^3.4.2",
"ts-jest": "^29.2.5",
"ts-node": "10.9.2",
"tslib": "^2.8.1",
"typescript": "~5.6.3",
"typescript-eslint": "^8.18.2",
"wrangler": "^3.99.0"
},
"packageManager": "[email protected]+sha512.b8fef5494bd3fe4cbd4edabd0745df2ee5be3e4b0b8b08fa643aa3e4c6702ccc0f00d68fa8a8c9858a735a0032485a44990ed2810526c875e416f001b17df12b"
}