-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
113 lines (113 loc) · 4.03 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
103
104
105
106
107
108
109
110
111
112
113
{
"$schema": "./node_modules/ng-packagr/package.schema.json",
"name": "arlas-web-components-demo",
"version": "27.1.0-dev0",
"license": "Apache-2.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build:stats": "ng build --stats-json",
"test": "ng test arlas-web-components",
"lint": "ng lint arlas-web-components",
"build-release": "ng build arlas-web-components --configuration production && cp -r patches dist/arlas-web-components",
"e2e": "ng e2e",
"analyze": "webpack-bundle-analyzer dist/stats-es2015.json",
"i18n:init": "ngx-translate-extract --input ./projects/arlas-components/src/lib --output ./projects/arlas-components/assets/i18n/template.json --key-as-default-value --replace --format json",
"i18n:extract": "ngx-translate-extract --input ./projects/arlas-components/src/lib --output ./projects/arlas-components/assets/i18n/{en,fr,es}.json --format json",
"postinstall": "patch-package",
"license-check": "license-check-and-add check -f license-check-and-add.json"
},
"private": true,
"dependencies": {
"@angular/animations": "^18.2.13",
"@angular/cdk": "^18.2.14",
"@angular/common": "^18.2.13",
"@angular/compiler": "^18.2.13",
"@angular/core": "^18.2.13",
"@angular/forms": "^18.2.13",
"@angular/material": "^18.2.14",
"@angular/platform-browser": "^18.2.13",
"@angular/platform-browser-dynamic": "^18.2.13",
"@angular/router": "^18.2.13",
"@mapbox/mapbox-gl-draw": "^1.4.3",
"@mapbox/mapbox-gl-draw-static-mode": "^1.0.1",
"@ngx-translate/core": "^15.0.0",
"@ngx-translate/http-loader": "^8.0.0",
"@tmcw/togeojson": "~5.5.0",
"@turf/area": "^6.5.0",
"@turf/bbox": "^6.5.0",
"@turf/center": "^6.5.0",
"@turf/centroid": "^6.5.0",
"@turf/circle": "^6.5.0",
"@turf/clean-coords": "^7.0.0",
"@turf/helpers": "^6.5.0",
"@turf/length": "^6.5.0",
"@turf/midpoint": "^6.5.0",
"@turf/rhumb-bearing": "^6.5.0",
"@turf/rhumb-destination": "^6.5.0",
"@turf/transform-rotate": "^6.5.0",
"@turf/transform-translate": "^6.5.0",
"@types/mapbox-gl": "^1.6.3",
"@types/tinycolor2": "^1.4.0",
"arlas-d3": "12.0.0-rc.2",
"core-js": "~3.26.1",
"geojson-polygon-self-intersections": "1.2.1",
"geojson-validation": "0.2.1",
"iv-viewer": "^2.2.1",
"jsts": "2.1.0",
"jszip": "^3.2.1",
"mapbox-gl": "^1.6.1",
"moment": "^2.29.4",
"ng-lazyload-image": "^9.1.3",
"ngeohash": "^0.6.0",
"ngx-loading-reloaded": "^18.0.0",
"numeral": "^2.0.6",
"pmtiles": "^2.11.0",
"rxjs": "^7.4.0",
"shpjs": "^4.0.4",
"stream": "0.0.2",
"tslib": "^2.3.0",
"turf-extent": "1.0.4",
"wellknown": "0.5.0",
"zone.js": "^0.14.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.12",
"@angular-eslint/builder": "~18.4.3",
"@angular-eslint/eslint-plugin": "~18.4.3",
"@angular-eslint/eslint-plugin-template": "~18.4.3",
"@angular-eslint/schematics": "~18.4.3",
"@angular-eslint/template-parser": "~18.4.3",
"@angular/cli": "^18.2.12",
"@angular/compiler-cli": "^18.2.13",
"@colsen1991/ngx-translate-extract-marker": "^3.0.1",
"@types/jasmine": "~3.10.0",
"@types/node": "^18.19.1",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/eslint-plugin-tslint": "^7.0.2",
"@typescript-eslint/parser": "^7.2.0",
"@vendure/ngx-translate-extract": "^9.3.0",
"eslint": "^8.57.0",
"jasmine-core": "~3.10.0",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"license-check-and-add": "^4.0.5",
"minimist": "~1.2.7",
"ng-packagr": "^18.2.1",
"node": "^18.19.1",
"ts-node": "~10.4.0",
"typescript": "~5.5.4",
"webpack-bundle-analyzer": "^4.6.1"
},
"overrides": {
"cross-spawn": "~7.0.5",
"@angular-devkit/build-angular": {
"webpack-dev-middleware": "~5.3.4"
}
}
}