-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.49 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 2.49 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
{
"name": "tailormap-planmonitor-wonen",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve app --configuration=nl",
"build": "tm-build-application --skip-localize --language=nl",
"test": "jest --max-workers=4",
"test:ci": "jest --ci --collect-coverage --reporters=default --reporters=jest-junit",
"lint": "ng lint",
"publish-all": "tm-publish-all-libraries",
"extract-locale": "tm-extract-i18n --project=planmonitor-wonen"
},
"private": true,
"dependencies": {
"@angular/animations": "^20.3.19",
"@angular/common": "^20.3.19",
"@angular/core": "^20.3.19",
"@angular/forms": "^20.3.19",
"@angular/platform-browser": "^20.3.19",
"@angular/platform-browser-dynamic": "^20.3.19",
"@angular/router": "^20.3.19",
"@tailormap-admin/admin-api": ">=12.7.0",
"@tailormap-admin/admin-core": ">=12.7.0",
"@tailormap-viewer/api": ">=12.7.0",
"@tailormap-viewer/core": ">=12.7.0",
"@tailormap-viewer/map": ">=12.7.0",
"@tailormap-viewer/shared": ">=12.7.0",
"exceljs": "^4.4.0"
},
"devDependencies": {
"@angular-eslint/builder": "^20.7.0",
"@angular-eslint/eslint-plugin": "^20.7.0",
"@angular-eslint/eslint-plugin-template": "^20.7.0",
"@angular-eslint/schematics": "^20.7.0",
"@angular-eslint/template-parser": "^20.7.0",
"@angular/build": "^20.3.25",
"@angular/cli": "^20.3.25",
"@angular/compiler-cli": "^20.3.19",
"@angular/localize": "^20.3.19",
"@stylistic/eslint-plugin": "^5.2.2",
"@tailormap-viewer/schematics": "^0.0.18",
"@tailormap-viewer/tools": "^0.0.25",
"@testing-library/angular": "^17.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/user-event": "^14.6.1",
"@types/geojson": "^7946.0.16",
"@types/jest": "^29.5.14",
"@types/luxon": "^3.4.2",
"@types/node": "^24.12.2",
"@typescript-eslint/eslint-plugin": "^8.38.0",
"@typescript-eslint/parser": "^8.38.0",
"@typescript-eslint/utils": "^8.38.0",
"eslint": "^9.32.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsdoc": "^52.0.2",
"eslint-plugin-prefer-arrow": "^1.2.3",
"git-describe": "^4.1.1",
"inquirer": "^12.3.2",
"jest": "^29.7.0",
"jest-fail-on-console": "^3.3.1",
"jest-junit": "^17.0.0",
"jest-preset-angular": "^14.5.3",
"ng-extract-i18n-merge": "^3.3.0",
"ng-packagr": "^20.3.2",
"ts-jest": "^29.2.6",
"tsutils-etc": "^1.4.2",
"typescript": "^5.8.3"
},
"engines": {
"node": ">=24"
}
}