-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
95 lines (95 loc) · 3.2 KB
/
package.json
File metadata and controls
95 lines (95 loc) · 3.2 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
{
"name": "@mel-dataplatform/source",
"version": "1.2.0-dev",
"license": "GPL-3.0",
"scripts": {
"start": "nx serve mel-datahub",
"home": "nx serve home --port 4201",
"format": "nx format:write",
"format:check": "nx format:check",
"lint:all": "nx run-many --target=lint",
"e2e:all": "nx run-many --target=e2e",
"e2e:datahub": "nx e2e mel-datahub-e2e",
"e2e:datahub-dev": "nx e2e mel-datahub-e2e --watch",
"e2e:home": "nx e2e home-e2e",
"e2e:home-dev": "nx e2e home-e2e --watch",
"i18n:extract": "ngx-translate-extract -s --fi ' ' --input ./apps ./libs --output ./resources/translations/{en_MEL,fr_MEL}.json --clean --format json && npm run format"
},
"private": true,
"dependencies": {
"@angular/animations": "18.2.13",
"@angular/cdk": "18.2.13",
"@angular/common": "18.2.13",
"@angular/compiler": "18.2.13",
"@angular/core": "18.2.13",
"@angular/forms": "18.2.13",
"@angular/material": "18.2.13",
"@angular/material-moment-adapter": "18.2.13",
"@angular/platform-browser": "18.2.13",
"@angular/platform-browser-dynamic": "18.2.13",
"@angular/router": "18.2.13",
"@biesbjerg/ngx-translate-extract-marker": "^1.0.0",
"@ng-icons/core": "29.10.0",
"@ng-icons/material-icons": "29.10.0",
"@ngrx/component": "18.1.1",
"@ngrx/effects": "18.1.1",
"@ngrx/router-store": "18.1.1",
"@ngrx/schematics": "18.1.1",
"@ngrx/store": "18.1.1",
"@ngrx/store-devtools": "18.1.1",
"@ngx-translate/core": "~16.0.4",
"@nx/angular": "^20.4.2",
"@vendure/ngx-translate-extract": "^9.0.3",
"geonetwork-ui": "2.7.5-dev.efd24f2bd",
"rxjs": "7.8.1",
"tippy.js": "^6.3.7",
"tslib": "^2.3.0",
"url": "^0.11.4",
"zone.js": "0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.14",
"@angular-devkit/core": "18.2.12",
"@angular-devkit/schematics": "18.2.12",
"@angular-eslint/eslint-plugin": "17.3.0",
"@angular-eslint/eslint-plugin-template": "17.3.0",
"@angular-eslint/template-parser": "17.3.0",
"@angular/cli": "~18.2.0",
"@angular/compiler-cli": "18.2.13",
"@angular/language-service": "18.2.13",
"@nestjs/schematics": "10.0.1",
"@ngrx/store-devtools": "18.1.1",
"@nx/cypress": "20.2.2",
"@nx/eslint": "20.2.2",
"@nx/eslint-plugin": "20.2.2",
"@nx/jest": "20.2.2",
"@nx/js": "20.2.2",
"@nx/web": "20.2.2",
"@nx/workspace": "20.2.2",
"@schematics/angular": "18.2.12",
"@swc-node/register": "^1.8.0",
"@swc/core": "^1.8.0",
"@types/geojson": "^7946.0.7",
"@types/jest": "29.5.14",
"@types/node": "18.16.9",
"@typescript-eslint/eslint-plugin": "8.18.1",
"@typescript-eslint/parser": "8.18.1",
"autoprefixer": "^10.4.13",
"cypress": "^13.0.0",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "^2.13.4",
"jasmine-marbles": "~0.9.2",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-preset-angular": "14.4.2",
"jsonc-eslint-parser": "^2.1.0",
"nx": "19.8.14",
"postcss": "^8.4.5",
"prettier": "3.4.2",
"tailwindcss": "^3.3.3",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typescript": "5.5.4"
}
}