-
Notifications
You must be signed in to change notification settings - Fork 45
/
package.json
88 lines (88 loc) · 3.23 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
{
"name": "ej2-angular-samples",
"version": "28.1.33",
"private": true,
"dependencies": {
"@angular/animations": "17.1.2",
"@angular/common": "17.1.2",
"@angular/compiler": "17.1.2",
"@angular/core": "17.1.2",
"@angular/forms": "17.1.2",
"@angular/platform-browser": "17.1.2",
"@angular/platform-browser-dynamic": "17.1.2",
"@angular/router": "17.1.2",
"@microsoft/signalr": "5.0.9",
"@syncfusion/ej2": "*",
"@syncfusion/ej2-angular-barcode-generator": "*",
"@syncfusion/ej2-angular-base": "*",
"@syncfusion/ej2-angular-buttons": "*",
"@syncfusion/ej2-angular-calendars": "*",
"@syncfusion/ej2-angular-charts": "*",
"@syncfusion/ej2-angular-circulargauge": "*",
"@syncfusion/ej2-angular-diagrams": "*",
"@syncfusion/ej2-angular-documenteditor": "*",
"@syncfusion/ej2-angular-dropdowns": "*",
"@syncfusion/ej2-angular-filemanager": "*",
"@syncfusion/ej2-angular-gantt": "*",
"@syncfusion/ej2-angular-grids": "*",
"@syncfusion/ej2-angular-heatmap": "*",
"@syncfusion/ej2-angular-inplace-editor": "*",
"@syncfusion/ej2-angular-inputs": "*",
"@syncfusion/ej2-angular-kanban": "*",
"@syncfusion/ej2-angular-layouts": "*",
"@syncfusion/ej2-angular-lineargauge": "*",
"@syncfusion/ej2-angular-lists": "*",
"@syncfusion/ej2-angular-maps": "*",
"@syncfusion/ej2-angular-multicolumn-combobox": "*",
"@syncfusion/ej2-angular-navigations": "*",
"@syncfusion/ej2-angular-notifications": "*",
"@syncfusion/ej2-angular-pdfviewer": "*",
"@syncfusion/ej2-angular-pivotview": "*",
"@syncfusion/ej2-angular-popups": "*",
"@syncfusion/ej2-angular-progressbar": "*",
"@syncfusion/ej2-angular-querybuilder": "*",
"@syncfusion/ej2-angular-ribbon": "*",
"@syncfusion/ej2-angular-richtexteditor": "*",
"@syncfusion/ej2-angular-schedule": "*",
"@syncfusion/ej2-angular-splitbuttons": "*",
"@syncfusion/ej2-angular-spreadsheet": "*",
"@syncfusion/ej2-angular-treegrid": "*",
"@syncfusion/ej2-angular-treemap": "*",
"@syncfusion/ej2-angular-image-editor": "*",
"@syncfusion/ej2-angular-interactive-chat": "*",
"marked": "4.0.10",
"rxjs": "7.8.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "17.1.2",
"@angular/cli": "17.1.2",
"@angular/compiler-cli": "17.1.2",
"@types/jasmine": "4.3.0",
"@xenova/transformers": "2.17.2",
"child_process": "1.0.2",
"codemirror": "5.37.0",
"elasticlunr": "0.9.5",
"fuse.js": "6.6.2",
"gulp": "4.0.2",
"gulp-s3-upload": "1.6.6",
"gulp-gzip": "1.4.2",
"jasmine-core": "4.5.0",
"karma": "6.4.0",
"karma-chrome-launcher": "3.1.0",
"karma-coverage": "2.2.0",
"karma-jasmine": "5.1.0",
"karma-jasmine-html-reporter": "2.0.0",
"node-fetch": "2.6.7",
"openai": "4.57.0",
"shelljs": "0.8.5",
"tslib": "2.3.0",
"typescript": "5.3.3",
"zone.js": "0.14.3"
},
"scripts": {
"ng": "ng",
"start": "npm run build && node --max-old-space-size=8192 ./node_modules/@angular/cli/bin/ng serve",
"build:prod": "node ./node_modules/@angular/cli/bin/ng build --aot --source-map=false --vendor-chunk=true --output-hashing none",
"build": "gulp Angular-latest-changes && gulp styles-replace"
}
}