-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
161 lines (161 loc) · 5.29 KB
/
package.json
File metadata and controls
161 lines (161 loc) · 5.29 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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
{
"name": "workspace",
"version": "18.0.0",
"scripts": {
"preinstall": "npm run clean",
"postinstall": "npm run build:all",
"ng": "ng",
"start": "nx serve",
"build": "nx build --configuration production",
"build:all": "nx run-many --target=build --parallel",
"lint": "npm run lint:check",
"lint:fix:all": "npx nx run-many --all --target=lint --fix",
"lint:fix": "npx nx affected --target=lint --fix --base=origin/master --parallel",
"lint:check:all": "npx nx run-many --all --target=lint",
"lint:check": "npx nx affected --target=lint:check --base=origin/master --parallel",
"lint-lib": "npx nx lint --project=$npm_config_lib --fix",
"format:fix:all": "npx nx format:write --all",
"format:fix": "npx nx format:write --base=origin/master --parallel",
"format:check:all": "npx nx format:check -all --verbose",
"format:check": "npx nx format:check --base=origin/master --parallel",
"test:all": "npx nx run-many --all --target=test --parallel",
"test": "npx nx affected --target=test --base=origin/master --parallel",
"docs:add-page": "npx nx g @ng-doc/builder:page '$name' --path apps/docs/src/app/pages",
"docs:add-category": "npx nx g @ng-doc/builder:category '$name' --path apps/docs/src/app/categories",
"clean": "npm run clean:docs && npm run clean:libs && npm run clean:build",
"clean:docs": "rm -rf ./ng-doc",
"clean:libs": "rm -rf ./tmp && rm -rf ./dist",
"clean:build": "rm -rf ./.nx && rm -rf ./.angular"
},
"private": true,
"dependencies": {
"@angular/animations": "21.0.8",
"@angular/cdk": "21.0.6",
"@angular/common": "21.0.8",
"@angular/compiler": "21.0.8",
"@angular/core": "21.0.8",
"@angular/forms": "21.0.8",
"@angular/platform-browser": "21.0.8",
"@angular/platform-browser-dynamic": "21.0.8",
"@angular/platform-server": "21.0.8",
"@angular/router": "21.0.8",
"@angular/ssr": "21.0.5",
"@govflanders/vl-widget-global-footer-types": "1.0.23",
"@govflanders/vl-widget-global-header-types": "2.0.14",
"@ng-doc/app": "21.0.0",
"@ng-doc/builder": "21.0.0",
"@ng-doc/core": "21.0.0",
"@ng-doc/ui-kit": "21.0.0",
"@ngrx/effects": "21.0.1",
"@ngrx/entity": "21.0.1",
"@ngrx/store": "21.0.1",
"@ngrx/store-devtools": "21.0.1",
"@ngx-translate/core": "15.0.0",
"@nx/eslint-plugin": "22.3.3",
"@studiohyperdrive/env": "1.0.4",
"@studiohyperdrive/ngx-core": "^21.0.0",
"@studiohyperdrive/types-auth": "^2.0.0",
"@studiohyperdrive/utils": "2.0.3",
"@types/lodash": "4.17.12",
"date-fns": "3.6.0",
"deepmerge-ts": "7.1.3",
"dot-prop": "9.0.0",
"env-var": "7.5.0",
"express": "4.18.3",
"http-status-codes": "2.3.0",
"lodash": "4.17.21",
"markerjs-live": "1.2.1",
"markerjs2": "2.32.3",
"obj-clean": "3.0.1",
"prettier-plugin-organize-attributes": "1.0.0",
"ramda": "0.30.1",
"rxjs": "7.8.1",
"swagger-express-ts": "1.1.0",
"tsconfig-paths": "4.2.0",
"tslib": "^2.8.0",
"uuid": "11.1.0",
"vanilla-cookieconsent": "3.0.1",
"zone.js": "0.16.0"
},
"devDependencies": {
"@analogjs/vite-plugin-angular": "2.2.1",
"@angular-devkit/build-angular": "21.0.5",
"@angular-devkit/core": "21.0.5",
"@angular-devkit/schematics": "21.0.5",
"@angular-eslint/eslint-plugin": "21.1.0",
"@angular-eslint/eslint-plugin-template": "21.1.0",
"@angular-eslint/template-parser": "21.1.0",
"@angular/cli": "21.0.5",
"@angular/compiler-cli": "21.0.8",
"@hirez_io/observer-spy": "2.2.0",
"@nx/angular": "22.3.3",
"@nx/esbuild": "22.3.3",
"@nx/eslint": "22.3.3",
"@nx/jest": "22.3.3",
"@nx/js": "22.3.3",
"@nx/vite": "22.3.3",
"@nx/vitest": "22.3.3",
"@nx/web": "22.3.3",
"@nx/workspace": "22.3.3",
"@schematics/angular": "21.0.5",
"@swc-node/register": "1.10.9",
"@swc/core": "1.7.39",
"@swc/helpers": "0.5.11",
"@types/express": "4.17.14",
"@types/jasmine": "3.6.0",
"@types/jest": "30.0.0",
"@types/node": "22.13.1",
"@types/ramda": "0.30.2",
"@types/supertest": "6.0.2",
"@typescript-eslint/eslint-plugin": "^8.44.1",
"@typescript-eslint/parser": "^8.44.1",
"@typescript-eslint/utils": "^8.44.1",
"@vitest/ui": "4.0.9",
"autoprefixer": "^10.4.20",
"browser-sync": "^3.0.0",
"esbuild": "^0.19.2",
"eslint": "9.36.0",
"eslint-config-prettier": "10.1.8",
"eslint-import-resolver-typescript": "4.4.4",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-jsdoc": "latest",
"eslint-plugin-prefer-arrow": "latest",
"eslint-plugin-prettier": "5.5.4",
"eslint-plugin-unused-imports": "4.2.0",
"husky": "8.0.3",
"jasmine-core": "4.2.0",
"jasmine-spec-reporter": "7.0.0",
"jest": "30.2.0",
"jest-environment-jsdom": "30.2.0",
"jest-preset-angular": "16.0.0",
"jest-util": "30.2.0",
"jiti": "2.4.2",
"jsonc-eslint-parser": "^2.4.0",
"karma": "6.4.4",
"karma-chrome-launcher": "3.2.0",
"karma-coverage": "2.2.1",
"karma-jasmine": "5.1.0",
"karma-jasmine-html-reporter": "2.1.0",
"ng-packagr": "21.0.1",
"nx": "22.3.3",
"nx-stylelint": "18.0.0",
"postcss": "^8.4.47",
"postcss-url": "~10.1.3",
"prettier": "3.4.2",
"protractor": "~7.0.0",
"stylelint": "16.12.0",
"stylelint-config-standard": "36.0.1",
"supertest": "7.0.0",
"ts-jest": "29.4.4",
"ts-node": "10.9.2",
"typescript": "5.9.2",
"verdaccio": "6.1.6",
"vite": "7.1.7",
"vite-plugin-dts": "4.5.4",
"vite-plugin-static-copy": "3.1.2",
"vitest": "4.0.9"
},
"nx": {
"includedScripts": []
}
}