-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.73 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.73 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
{
"name": "geoshop-front",
"version": "1.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"prebuild": "echo export const version=\\\"${VERSION:-master}\\\"\\; > src/environments/version.ts",
"build": "ng build",
"test": "vitest",
"stylelint": "stylelint '**/*.scss'",
"lint": "ng lint",
"e2e": "ng e2e"
},
"pre-commit": [
"test",
"lint"
],
"private": true,
"overrides": {
"stylus": "0.0.1-security"
},
"dependencies": {
"@angular/animations": "^19.2.6",
"@angular/cdk": "~19.2.4",
"@angular/forms": "^19.2.6",
"@angular/material": "~19.2.4",
"@angular/router": "^19.2.6",
"@ngrx/effects": "^19.1.0",
"@ngrx/store": "^19.1.0",
"@schematics/angular": "^19.2.7",
"angular-auth-oidc-client": "^19.0.0",
"angular-split": "^19.0.0",
"eslint-plugin-import": "^2.31.0",
"lodash-es": "^4.17.21",
"ngrx-store-freeze": "^0.2.4",
"ol": "^10.5.0",
"ol-ext": "^4.0.30",
"ol-geocoder": "^4.3.3",
"proj4": "^2.15.0"
},
"devDependencies": {
"@analogjs/platform": "^1.15.1",
"@analogjs/vitest-angular": "^1.15.1",
"@angular-devkit/build-angular": "^19.2.7",
"@angular/localize": "^19.2.6",
"@angular/platform-browser-dynamic": "^19.2.6",
"@types/lodash-es": "^4.17.12",
"@types/proj4": "^2.5.6",
"angular-eslint": "19.3.0",
"eslint": "^9.23.0",
"eslint-import-resolver-typescript": "^4.3.2",
"jsdom": "^26.1.0",
"ng-extract-i18n-merge": "^2.15.1",
"pre-commit": "^1.2.2",
"stylelint": "^16.18.0",
"stylelint-config-standard": "^38.0.0",
"stylelint-config-standard-scss": "^14.0.0",
"typescript-eslint": "8.27.0",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.1.1"
}
}