-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
86 lines (86 loc) · 2.93 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
{
"name": "servoyextracomponents",
"version": "2025.3.0",
"scripts": {
"ng": "ng",
"build": "ng build --configuration production @servoy/servoyextracomponents",
"build_debug": "ng build @servoy/servoyextracomponents --watch",
"build_debug_nowatch": "ng build @servoy/servoyextracomponents --watch=false",
"make_release": "ng build --configuration production @servoy/servoyextracomponents && node scripts/build.js",
"cy:open": "cypress open",
"cy:run": "cypress run --config video=false --component --browser chrome"
},
"private": true,
"dependencies": {
"@ali-hm/angular-tree-component": "19.0.1",
"@angular-slider/ngx-slider": "18.0.0",
"@angular/animations": "19.1.1",
"@angular/cdk": "19.1.0",
"@angular/common": "19.1.1",
"@angular/core": "19.1.1",
"@angular/forms": "19.1.1",
"@ng-bootstrap/ng-bootstrap": "18.0.0",
"@popperjs/core": "2.11.8",
"@servoy/canvas-gauges": "2.1.8",
"@servoy/ngx-lightbox": "^3.0.2",
"@servoy/public": "2025.3.0",
"@tinymce/tinymce-angular": "^8",
"@uppy/angular": "0.7.0",
"@uppy/companion-client": "4.4.1",
"@uppy/core": "4.4.1",
"@uppy/dashboard": "4.3.1",
"@uppy/drag-drop": "4.1.1",
"@uppy/informer": "4.2.1",
"@uppy/locales": "4.5.0",
"@uppy/progress-bar": "4.2.1",
"@uppy/provider-views": "4.4.1",
"@uppy/screen-capture": "4.2.1",
"@uppy/status-bar": "4.1.1",
"@uppy/store-default": "4.2.0",
"@uppy/thumbnail-generator": "4.1.1",
"@uppy/tus": "4.2.1",
"@uppy/utils": "6.1.1",
"@uppy/webcam": "4.1.1",
"angular-resizable-element": "7.0.2",
"angular-tree-grid": "7.0.0",
"file-saver": "2.0.5",
"lodash-es": "4.17.21",
"ng-select2-component": "17.1.0",
"ng2-file-upload": "8.0.0",
"ngx-filesaver": "19.0.0",
"rx-dom-html": "7.0.3",
"rxjs": "7.8.1",
"tinymce": "^7",
"tinymce-i18n": ">=24",
"tslib": "2.8.1",
"zone.js": "0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.1.1",
"@angular-eslint/builder": "19.0.2",
"@angular-eslint/eslint-plugin": "19.0.2",
"@angular-eslint/eslint-plugin-template": "19.0.2",
"@angular-eslint/schematics": "19.0.2",
"@angular-eslint/template-parser": "19.0.2",
"@angular/build": "^19.1.1",
"@angular/cli": "19.1.1",
"@angular/compiler": "19.1.1",
"@angular/compiler-cli": "19.1.1",
"@angular/localize": "19.1.1",
"@angular/platform-browser": "19.1.1",
"@angular/platform-browser-dynamic": "19.1.1",
"@stylistic/eslint-plugin-ts": "2.13.0",
"@types/file-saver": "^2.0.7",
"@types/lodash": "^4.17.14",
"@typescript-eslint/eslint-plugin": "^8.20.0",
"@typescript-eslint/parser": "^8.20.0",
"adm-zip": "0.5.16",
"cypress": "^14.0.0",
"eslint": "^9.18.0",
"eslint-plugin-only-warn": "1.1.0",
"eslint-plugin-prefer-arrow": "1.2.3",
"less": "^4.2.1",
"ng-packagr": "19.1.0",
"typescript": "5.7.3"
}
}