-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
143 lines (143 loc) · 4.17 KB
/
package.json
File metadata and controls
143 lines (143 loc) · 4.17 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
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
{
"name": "rbtech",
"version": "1.0.0",
"scripts": {
"ng": "nx",
"build": "ng build",
"nx": "nx",
"affected:apps": "nx affected:apps",
"affected:libs": "nx affected:libs",
"affected:build": "nx affected:build",
"affected:e2e": "nx affected:e2e",
"affected:test": "nx affected:test",
"affected:lint": "nx affected:lint",
"affected:dep-graph": "nx affected:dep-graph",
"affected": "nx affected",
"format": "nx format:write",
"format:write": "nx format:write --verbose",
"format:check": "nx format:check --verbose",
"update": "ng update @nx/workspace",
"update:check": "ng update",
"lint": "nx workspace lint && ng lint",
"dep-graph": "nx dep-graph",
"workspace-schematic": "nx workspace-schematic",
"help": "nx help",
"postinstall": "node ./decorate-angular-cli.js",
"cz": "cz",
"prepare": "husky install"
},
"private": true,
"dependencies": {
"@angular/animations": "18.2.0",
"@angular/cdk": "18.2.14",
"@angular/common": "18.2.0",
"@angular/compiler": "18.2.0",
"@angular/core": "18.2.0",
"@angular/forms": "18.2.0",
"@angular/platform-browser": "18.2.0",
"@angular/platform-browser-dynamic": "18.2.0",
"@angular/router": "18.2.0",
"@fortawesome/angular-fontawesome": "^0.15.0",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-regular-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@ng-bootstrap/ng-bootstrap": "^17.0.0",
"@nx/angular": "20.3.1",
"@popperjs/core": "^2.11.8",
"@swc-node/register": "^1.10.9",
"@swc/core": "^1.7.6",
"bootstrap": "^5.3.3",
"jest-canvas-mock": "^2.5.2",
"rxjs": "7.8.2",
"tslib": "^2.6.3",
"winbox": "^0.2.731",
"zone.js": "0.14.10"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^18",
"@angular-devkit/build-angular": "18.2.20",
"@angular-devkit/core": "18.2.20",
"@angular-devkit/schematics": "18.2.20",
"@angular-eslint/eslint-plugin": "19.8.1",
"@angular-eslint/eslint-plugin-template": "19.8.1",
"@angular-eslint/template-parser": "19.8.1",
"@angular/cli": "^18.1.4",
"@angular/compiler-cli": "18.2.0",
"@angular/language-service": "18.2.0",
"@angular/localize": "18.2.0",
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
"@nrwl/cli": "15.9.3",
"@nx/cypress": "20.3.1",
"@nx/devkit": "20.3.1",
"@nx/eslint-plugin": "20.3.1",
"@nx/jest": "20.3.1",
"@nx/linter": "19.8.4",
"@nx/workspace": "20.3.1",
"@schematics/angular": "18.2.20",
"@types/jest": "^29",
"@types/node": "22.15.33",
"@types/winbox": "^0.2.5",
"@typescript-eslint/eslint-plugin": "8.35.0",
"@typescript-eslint/parser": "8.35.0",
"@typescript-eslint/utils": "^8.0.1",
"babel-jest": "^29",
"babel-preset-env": "^1.7.0",
"commitizen": "^4.3.0",
"cypress": "13.17.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "9.29.0",
"eslint-config-prettier": "^9",
"eslint-plugin-cypress": "4.3.0",
"eslint-plugin-prettier": "^5.0.0",
"html-loader": "^5.0.0",
"html-loader-jest": "^0.2.1",
"husky": "^9.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29",
"jest-environment-jsdom": "^29",
"jest-preset-angular": "14.6.0",
"jest-raw-loader": "^1.0.1",
"lint-staged": "^15.2.8",
"ng-packagr": "18.2.1",
"nx": "20.3.1",
"postcss": "^8.4.41",
"postcss-import": "~16.1.0",
"postcss-preset-env": "^10.0.0",
"postcss-url": "~10.1.3",
"prettier": "^3.3.3",
"ts-jest": "29.4.0",
"ts-node": "10.9.2",
"typescript": "^5"
},
"lint-staged": {
"*.{css,scss}": "prettier --write",
"*.{js,ts,jsx,tsx,html}": [
"eslint --fix",
"prettier --write"
]
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"repository": {
"type": "git",
"url": "https://github.com/RBTech-dev/RBTech-Workspace.git"
},
"engines": {
"node": ">= 14",
"npm": ">= 7"
},
"overrides": {
"ng-packagr": {
"esbuild": "0.21.5"
}
}
}