-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
105 lines (105 loc) · 3.19 KB
/
package.json
File metadata and controls
105 lines (105 loc) · 3.19 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
96
97
98
99
100
101
102
103
104
105
{
"name": "usage-analytics",
"version": "11.14.0",
"scripts": {
"ng": "ng ",
"start": "ng serve --ssl=true --proxy-config=./projects/usage-analytics/src/proxy.conf.json",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"sq-update": "npm update @sinequa/core @sinequa/components @sinequa/analytics --legacy-peer-deps"
},
"private": true,
"dependencies": {
"@angular-slider/ngx-slider": "^18.0.0",
"@angular/animations": "^20.3.16",
"@angular/cdk": "^20.2.14",
"@angular/common": "^20.3.16",
"@angular/compiler": "^20.3.16",
"@angular/core": "^20.3.16",
"@angular/forms": "^20.3.16",
"@angular/platform-browser": "^20.3.16",
"@angular/platform-browser-dynamic": "^20.3.16",
"@angular/router": "^20.3.16",
"@formatjs/icu-messageformat-parser": "^2.1.10",
"@formatjs/intl-relativetimeformat": "^4.5.12",
"@fortawesome/fontawesome-free": "^6.4.2",
"@googlemaps/js-api-loader": "^1.14.3",
"@microsoft/signalr": "^7.0.12",
"@microsoft/teams-js": "^2.3.0",
"@popperjs/core": "^2.10.2",
"@sinequa/analytics": "rel_11.13.0",
"@sinequa/components": "rel_11.13.0",
"@sinequa/core": "rel_11.13.0",
"@swimlane/ngx-charts": "^20.1.0",
"ag-grid-angular": "^32.2.0",
"ag-grid-community": "^32.2.0",
"angular-gridster2": "^18.0.1",
"atomicjs": "^4.4.1",
"bootstrap": "^5.3.1",
"component-emitter": "^1.3.0",
"custom-event": "^1.0.1",
"d3": "^7.6.1",
"date-fns": "^2.29.3",
"date-fns-tz": "^1.3.7",
"diacritics": "^1.3.0",
"dom-to-image": "^2.6.0",
"element-resize-detector": "^1.2.1",
"expr-eval-fork": "^3.0.1",
"fast-text-encoding": "^1.0.1",
"fusioncharts": "^3.23.0",
"hammerjs": "^2.0.8",
"highlight.js": "^11.7.0",
"intl": "^1.2.5",
"intl-format-cache": "^4.2.24",
"intl-messageformat": "^10.2.1",
"intl-pluralrules": "^1.3.1",
"js-polyfills": "^0.1.42",
"jssha": "^3.3.0",
"jszip": "^3.10.1",
"keycharm": "0.3.1",
"lodash": "^4.17.21",
"marked": "^4.0.10",
"matchmedia-polyfill": "^0.3.2",
"moment": "^2.29.4",
"moment-timezone": "^0.5.47",
"ngx-bootstrap": "^18.0.2",
"ngx-remark": "0.0.6-ng14",
"ngx-vis": "^4.0.0",
"propagating-hammerjs": "2.0.1",
"remark": "^14.0.3",
"rxjs": "~7.5.0",
"timsort": "^0.3.0",
"tslib": "^2.3.1",
"vis-data": "^7.1.5",
"vis-network": "9.1.2",
"vis-timeline": "7.7.0",
"vis-util": "5.0.3",
"xml-formatter": "^3.2.0",
"xss": "^1.0.0",
"zone.js": "~0.15.1"
},
"overrides": {
"serialize-javascript": "^7.0.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^20.3.14",
"@angular/cli": "^20.3.14",
"@angular/compiler-cli": "^20.3.16",
"@angular/language-service": "^20.3.16",
"@swimlane/ngx-charts": "^20.1.0",
"@types/d3": "^7.4.0",
"@types/estree": "^1.0.5",
"@types/hammerjs": "^2.0.41",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
"@types/marked": "^4.0.3",
"@types/node": "^18.19.31",
"eslint": "^8.57.0",
"ng-packagr": "^20.3.2",
"postcss": "^8.2.15",
"typescript": "~5.9.3",
"zod": "^3.22.4"
}
}