-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
69 lines (69 loc) · 2.28 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
{
"name": "armonik-admin-gui",
"version": "0.10.7",
"packageManager": "[email protected]",
"scripts": {
"ng": "ng",
"start": "ng serve",
"start:fr": "ng serve --configuration=fr",
"build": "ng build",
"localize": "ng extract-i18n",
"lint": "eslint",
"lint:fix": "eslint --fix",
"watch": "ng build --watch --configuration development",
"test": "jest",
"test-coverage": "jest --coverage",
"test-coverage-ci": "jest --coverage --reporters=default --reporters=jest-junit --coverageReporters json-summary text | tee ./coverage.txt",
"release": "bumpp --no-tag --no-push"
},
"private": true,
"dependencies": {
"@aneoconsultingfr/armonik.api.angular": "^3.21.0",
"@angular-material-components/datetime-picker": "^16.0.1",
"@angular/animations": "^18.2.12",
"@angular/cdk": "18.2.14",
"@angular/common": "^18.2.12",
"@angular/compiler": "^18.2.12",
"@angular/core": "^18.2.12",
"@angular/forms": "^18.2.12",
"@angular/material": "18.2.14",
"@angular/material-luxon-adapter": "^18.2.14",
"@angular/platform-browser": "^18.2.12",
"@angular/platform-browser-dynamic": "^18.2.12",
"@angular/router": "^18.2.12",
"@ngx-grpc/common": "^3.1.2",
"@ngx-grpc/core": "^3.1.2",
"@ngx-grpc/grpc-web-client": "^3.1.2",
"@ungap/structured-clone": "^1.2.0",
"jest-junit": "^16.0.0",
"luxon": "^3.5.0",
"rxjs": "~7.8.1",
"tslib": "^2.8.1"
},
"devDependencies": {
"@angular/build": "^18.2.12",
"@angular/cli": "~18.2.12",
"@angular/compiler-cli": "^18.2.12",
"@angular/localize": "18.2.12",
"@types/google-protobuf": "^3.15.12",
"@types/jest": "^29.5.14",
"@types/luxon": "^3.4.2",
"@types/node": "^22.9.1",
"@types/ungap__structured-clone": "^1.2.0",
"@typescript-eslint/eslint-plugin": "8.15.0",
"@typescript-eslint/parser": "8.15.0",
"bumpp": "^9.8.1",
"eslint": "^9.15.0",
"angular-eslint": "^19.0.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.31.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-preset-angular": "^14.3.2",
"ng-extract-i18n-merge": "2.12.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "~5.4.5",
"typescript-eslint": "^8.15.0"
}
}