-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
116 lines (116 loc) · 4.4 KB
/
package.json
File metadata and controls
116 lines (116 loc) · 4.4 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
{
"name": "climate-action-navigator",
"version": "3.1.0",
"scripts": {
"ng": "ng",
"start": "ng serve --no-hmr --host=127.0.0.1",
"dev": "ng serve --proxy-config proxy.conf.json",
"build:prod": "ng build --configuration production --base-href /",
"build:dev": "ng build --configuration development --base-href /",
"build:stats": "ng build --stats-json",
"analyze": "pnpm dlx esbuild-visualizer --metadata ./dist/browser/stats.json",
"watch": "ng build --watch --configuration development",
"test": "jest --setupFiles=./jest.mocks.ts",
"test:watch": "jest --watch --onlyChanged --setupFiles=./jest.mocks.ts",
"test:coverage": "jest --coverage --setupFiles=./jest.mocks.ts",
"test-chromium-headless": "jest --setupFiles=./jest.mocks.ts",
"cy:open": "cypress open",
"cy:run": "cypress run --headless --browser chrome",
"test:all": "pnpm run test && pnpm run cy:run",
"lint": "ng lint --max-warnings 0",
"lint:fix": "ng lint --fix"
},
"private": true,
"dependencies": {
"@angular/animations": "^20.3.15",
"@angular/cdk": "^20.2.14",
"@angular/common": "^20.3.15",
"@angular/compiler": "^20.3.15",
"@angular/core": "^20.3.15",
"@angular/forms": "^20.3.15",
"@angular/material": "^20.2.14",
"@angular/material-date-fns-adapter": "^20.2.0",
"@angular/platform-browser": "^20.3.15",
"@angular/platform-browser-dynamic": "^20.3.15",
"@angular/router": "^20.3.15",
"@geomatico/maplibre-cog-protocol": "^0.8.0",
"@jsverse/transloco": "8.2.1",
"@jsverse/transloco-messageformat": "^8.0.2",
"@mapbox/mapbox-gl-rtl-text": "^0.3.0",
"@ngneat/helipopper": "^12.0.0",
"@ngx-formly/core": "^7.0.0",
"@ngx-formly/material": "^7.0.0",
"@turf/area": "^7.2.0",
"@turf/mask": "^7.3.1",
"@versatiles/style": "^5.9.4",
"@watergis/maplibre-gl-terradraw": "^1.4.0",
"appwrite": "^22.0.0",
"chart.js": "4.5.0",
"date-fns": "^4.1.0",
"dayjs": "^1.11.9",
"driver.js": "^1.3.5",
"geotiff": "^3.0.0",
"jspdf": "^4.0.0",
"lodash": "^4.17.21",
"lucide-angular": "^0.575.0",
"maplibre-gl": "^5.6.1",
"maplibre-ui-translations": "^0.4.0",
"material-icons-font": "^2.1.0",
"ng2-charts": "^5.0.4",
"ngx-markdown": "20.1.0",
"ngx-papaparse": "^8.0.0",
"ngx-scrollbar": "^19.0.0",
"ngx-toastr": "^20.0.0",
"ol": "^10.0.0",
"plotly.js-locales": "3.4.0",
"plotly.js-strict-dist": "^3.0.1",
"pmtiles": "^4.3.0",
"polyclip-ts": "^0.16.8",
"remarkable": "^2.0.1",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.16.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.12",
"@angular/cli": "~20.3.12",
"@angular/compiler-cli": "^20.3.15",
"@jest/globals": "^30.0.5",
"@ngx-formly/schematics": "^7.0.0",
"@stylistic/eslint-plugin": "^5.0.0",
"@stylistic/eslint-plugin-ts": "^4.4.1",
"@types/geojson": "^7946.0.16",
"@types/jest": "^30.0.0",
"@types/json-schema": "^7.0.15",
"@types/jspdf": "^2.0.0",
"@types/node": "^24.1.0",
"@types/remarkable": "^2.0.8",
"@typescript-eslint/eslint-plugin": "^8.33.1",
"@typescript-eslint/parser": "^8.33.1",
"cypress": "^15.0.0",
"cypress-real-events": "^1.14.0",
"cypress-visual-regression": "^5.3.0",
"eslint": "^9.28.0",
"eslint-config-prettier": "^10.0.0",
"html2canvas": "^1.4.1",
"jest": "^30.0.0",
"jest-environment-jsdom": "^30.2.0",
"jest-preset-angular": "^16.0.0",
"json-schema": "^0.4.0",
"lmdb": "^3.4.1",
"prettier": "^3.4.2",
"prettier-plugin-css-order": "^2.1.2",
"sass": "^1.83.4",
"tippy.js": "^6.3.7",
"typescript": "5.9.3",
"wait-on": "^9.0.0"
},
"overrides": {
"rollup": "npm:@rollup/wasm-node"
}
}