-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
76 lines (75 loc) · 2.69 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
{
"name": "arlas-wui",
"version": "26.1.0-rc.1",
"author": "gisaia",
"license": "Apache-2.0",
"scripts": {
"ng": "ng",
"postinstall": "patch-package --patch-dir node_modules/arlas-web-core/patches && patch-package --patch-dir node_modules/arlas-d3/patches",
"start": "ng serve",
"build": "ng build arlas-wui --configuration production --aot --base-href='$ARLAS_WUI_BASE_HREF/'",
"build-lib": "ng build arlas-wui-lib",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"i18n:init": "ngx-translate-extract --input ./src --output ./src/assets/i18n/template.json --key-as-default-value --replace --format json",
"i18n:extract": "ngx-translate-extract --input ./src --output ./src/assets/i18n/{en,fr,es}.json --format json",
"license-check": "license-check-and-add check -f license-check-and-add.json"
},
"peerDependencies": {
"@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",
"rxjs": "^7.4.0",
"zone.js": "^0.14.10"
},
"dependencies": {
"@ngx-translate/core": "^15.0.0",
"arlas-wui-toolkit": "27.0.0-rc.2",
"hammerjs": "^2.0.8",
"ng-packagr": "^18.2.1",
"ngx-markdown": "^18.0.0",
"patch-package": "^6.4.7",
"web-animations-js": "^2.3.2"
},
"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",
"@angular/language-service": "^18.2.13",
"@colsen1991/ngx-translate-extract-marker": "^3.0.1",
"@vendure/ngx-translate-extract": "^9.3.0",
"@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",
"eslint": "^8.57.0",
"jasmine": "^5.1.0",
"jasmine-core": "~3.10.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "^6.3.14",
"karma-chrome-launcher": "~3.1.0",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"license-check-and-add": "^4.0.5",
"node": "^18.19.1",
"protractor": "~7.0.0",
"ts-node": "~10.4.0",
"typescript": "5.5.4"
},
"overrides": {
}
}