-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.71 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.71 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
{
"name": "assistant-element",
"version": "4.1.0",
"scripts": {
"ng": "ng",
"start": "npm run build && cd ./vite && npm run vite",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"postbuild": "npm run transloco:extract-scoped-libs && copy node_modules\\@sinequa\\atomic\\dist\\atomic.js dist\\assistant-element\\browser\\atomic.js",
"transloco:extract-scoped-libs": "transloco-scoped-libs"
},
"private": true,
"dependencies": {
"@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/elements": "^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",
"@flowjs/flow.js": "^2.14.1",
"@flowjs/ngx-flow": "^0.6.0",
"@jsverse/transloco": "^7.6.1",
"@jsverse/transloco-messageformat": "^7.0.1",
"@microsoft/signalr": "^7.0.12",
"@sinequa/assistant": "4.1.0",
"@sinequa/atomic": "^0.0.122",
"chart.js": "^4.4.7",
"date-fns": "^4.1.0",
"lodash": "^4.17.21",
"markdown-it": "^14.1.0",
"prismjs": "^1.30.0",
"prismjs-components-importer": "^0.2.0",
"rxjs": "~7.8.0",
"safecolor": "^1.0.1",
"tslib": "^2.3.1",
"zone.js": "~0.15.1"
},
"devDependencies": {
"@angular/build": "^20.3.14",
"@angular/cli": "^20.3.14",
"@angular/compiler-cli": "^20.3.16",
"@jsverse/transloco-scoped-libs": "^7.0.1",
"@types/flowjs__flow.js": "^2.13.3",
"typescript": "^5.9.3",
"zod": "^3.24.1"
},
"overrides": {
"vite": "^6.2.0"
}
}