-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
97 lines (97 loc) · 3.21 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "@illgrenoble/visa-web",
"version": "3.1.1",
"description": "VISA Web Application",
"angular-cli": {},
"scripts": {
"start": "ng serve --host 0.0.0.0 --proxy-config proxy.conf.json --disable-host-check",
"start:prod": "ng serve --configuration production --host 0.0.0.0 --proxy-config proxy.conf.json --disable-host-check",
"start-lb": "ng serve --proxy-config lb-proxy.conf.json --disable-host-check",
"test": "ng test",
"e2e": "ng e2e",
"build": "ng build --configuration production",
"build:sourcemap": "ng build --configuration production --sourceMap",
"lint": "ng lint",
"lint:fix": "ng lint --fix"
},
"repository": {
"type": "git",
"url": "https://github.com/ILLGrenoble/visa-web.git"
},
"license": "GPL-3.0",
"dependencies": {
"@angular/animations": "^16.2.7",
"@angular/cdk": "~16.2.7",
"@angular/common": "^16.2.7",
"@angular/compiler": "^16.2.7",
"@angular/core": "^16.2.7",
"@angular/forms": "^16.2.7",
"@angular/material": "~16.2.7",
"@angular/platform-browser": "^16.2.7",
"@angular/platform-browser-dynamic": "^16.2.7",
"@angular/router": "^16.2.7",
"@apollo/client": "^3.7.12",
"@cds/core": "^5.6.0",
"@clr/angular": "^13.16.0",
"@clr/icons": "^13.0.2",
"@clr/ui": "^13.16.0",
"@ctrl/ngx-codemirror": "^7.0.0",
"@illgrenoble/ngx-fs-client": "^1.2.0",
"@illgrenoble/visa-print-client": "^1.1.3",
"@illgrenoble/webx-client": "^0.1.1",
"@ng-select/ng-select": "^10.0.4",
"@ngrx/effects": "^15.4.0",
"@ngrx/router-store": "^15.4.0",
"@ngrx/store": "^15.4.0",
"@webcomponents/custom-elements": "^1.6.0",
"angular-notifier": "^12.0.0",
"angular-oauth2-oidc": "^14.0.1",
"angular-oauth2-oidc-jwks": "^14.0.1",
"angular2-hotkeys": "^13.3.0",
"apollo-angular": "^4.2.1",
"blueimp-md5": "^2.19.0",
"codemirror": "^5.65.15",
"file-saver": "^2.0.5",
"front-matter": "^4.0.2",
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
"guacamole-common-js": "^1.5.0",
"hammerjs": "^2.0.8",
"highcharts": "^11.0.0",
"highcharts-angular": "^4.0.0",
"json2typescript": "^1.5.1",
"marked": "^4.3.0",
"moment": "^2.29.4",
"moment-duration-format": "^2.3.2",
"ngx-cookie-service": "^15.0.0",
"ngx-drag-drop": "^16.1.0",
"ngx-markdown": "^15.1.2",
"ngx-moment": "^6.0.2",
"ngx-pipes": "^3.2.2",
"rxjs": "^7.8.0",
"screenfull": "^6.0.0",
"socket.io-client": "^4.7.5",
"tslib": "^2.3.1",
"uuid": "^10.0.0",
"zone.js": "^0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.2.7",
"@angular-eslint/builder": "16.2.0",
"@angular-eslint/eslint-plugin": "16.2.0",
"@angular-eslint/eslint-plugin-template": "16.2.0",
"@angular-eslint/schematics": "16.2.0",
"@angular-eslint/template-parser": "16.2.0",
"@angular/cli": "^16.2.7",
"@angular/compiler-cli": "^16.2.7",
"@types/marked": "^4.0.8",
"@types/node": "^16.11.7",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "5.48.2",
"@typescript-eslint/parser": "5.48.2",
"eslint": "^8.33.0",
"source-map-explorer": "^2.5.3",
"ts-node": "~10.4.0",
"typescript": "^5.1.6"
}
}