-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
102 lines (102 loc) · 3.5 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
99
100
101
102
{
"name": "tailormap-starter",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve app",
"start-nl": "ng serve app --configuration=nl",
"build": "ng build app",
"build-localized": "ng build app --localize",
"postbuild-localized": "node bin/post-build-localized.js && node bin/post-build-compress.js",
"watch": "ng build --watch --configuration development app",
"test": "jest --max-workers=4",
"test:ci": "jest --ci --collect-coverage --reporters=default --reporters=jest-junit",
"lint": "ng lint",
"extract-locale-[specify-project]": "node bin/extract-i18n.js --project=[specify-project]"
},
"private": true,
"dependencies": {
"@angular/animations": "^18.1.3",
"@angular/cdk": "^18.1.3",
"@angular/common": "^18.1.3",
"@angular/compiler": "^18.1.3",
"@angular/core": "^18.1.3",
"@angular/forms": "^18.1.3",
"@angular/material": "^18.1.3",
"@angular/material-luxon-adapter": "^18.1.3",
"@angular/platform-browser": "^18.1.3",
"@angular/platform-browser-dynamic": "^18.1.3",
"@angular/router": "^18.1.3",
"@bufbuild/protobuf": "^1.9.0",
"@ctrl/tinycolor": "^3.6.1",
"@ngrx/effects": "^18.0.2",
"@ngrx/store": "^18.0.2",
"@ngrx/store-devtools": "^18.0.2",
"@sentry/angular": "^8.24.0",
"@sentry/browser": "^8.24.0",
"@stardazed/zlib": "^1.0.1",
"@tailormap-admin/admin-api": "^11.4.0",
"@tailormap-admin/admin-core": "^11.4.0",
"@tailormap-viewer/api": "^11.4.0",
"@tailormap-viewer/core": "^11.4.0",
"@tailormap-viewer/map": "^11.4.0",
"@tailormap-viewer/shared": "^11.4.0",
"@tinyhttp/content-disposition": "^2.2.1",
"html2canvas": "^1.4.1",
"jspdf": "^2.5.1",
"jsts": "^2.11.3",
"luxon": "^3.5.0",
"marked": "^14.1.2",
"nanoid": "^5.0.7",
"ol": "^10.1.0",
"proj4": "^2.12.0",
"rxjs": "^7.8.1",
"svg2pdf.js": "^2.2.4",
"tslib": "^2.6.2",
"zone.js": "^0.14.6"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.1.3",
"@angular-eslint/builder": "^18.2.0",
"@angular-eslint/eslint-plugin": "^18.2.0",
"@angular-eslint/eslint-plugin-template": "^18.2.0",
"@angular-eslint/schematics": "^18.2.0",
"@angular-eslint/template-parser": "^18.2.0",
"@angular/cli": "^18.1.3",
"@angular/compiler-cli": "^18.1.3",
"@angular/localize": "^18.1.3",
"@bufbuild/buf": "^1.32.1",
"@bufbuild/protoc-gen-es": "^1.9.0",
"@stylistic/eslint-plugin-ts": "^2.6.1",
"@tailormap-viewer/schematics": "^0.0.17",
"@testing-library/angular": "^17.3.0",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/user-event": "^14.5.2",
"@types/geojson": "^7946.0.14",
"@types/jest": "^29.5.12",
"@types/luxon": "^3.4.2",
"@types/node": "^20.12.12",
"@types/proj4": "^2.5.5",
"@typescript-eslint/eslint-plugin": "^8.0.1",
"@typescript-eslint/parser": "^8.0.1",
"@typescript-eslint/utils": "^8.0.1",
"all-contributors-cli": "^6.26.1",
"eslint": "^8.57.0",
"eslint-etc": "^5.2.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^48.2.5",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-rxjs": "^5.0.3",
"git-describe": "^4.1.1",
"inquirer": "^11.0.2",
"jest": "^29.7.0",
"jest-fail-on-console": "^3.3.0",
"jest-junit": "^16.0.0",
"jest-preset-angular": "^14.2.2",
"ng-extract-i18n-merge": "^2.12.0",
"ng-packagr": "^18.1.0",
"ts-jest": "^29.1.3",
"tsutils-etc": "^1.4.2",
"typescript": "^5.4.5"
}
}