-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
84 lines (84 loc) · 2.89 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
{
"name": "servoyextracomponents",
"version": "2024.12.1",
"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": "18.0.5",
"@angular-slider/ngx-slider": "18.0.0",
"@angular/animations": "18.2.12",
"@angular/cdk": "18.2.14",
"@angular/common": "18.2.12",
"@angular/core": "18.2.12",
"@angular/forms": "18.2.12",
"@ng-bootstrap/ng-bootstrap": "17.0.1",
"@popperjs/core": "2.11.8",
"@servoy/canvas-gauges": "2.1.8",
"@servoy/ngx-lightbox": "^3.0.2",
"@servoy/public": "2024.12.1",
"@tinymce/tinymce-angular": "^7",
"@uppy/angular": "0.7.0",
"@uppy/companion-client": "4.1.1",
"@uppy/core": "4.2.3",
"@uppy/dashboard": "4.1.2",
"@uppy/drag-drop": "4.0.4",
"@uppy/informer": "4.1.1",
"@uppy/locales": "4.3.0",
"@uppy/progress-bar": "4.0.1",
"@uppy/provider-views": "4.0.2",
"@uppy/screen-capture": "4.1.1",
"@uppy/status-bar": "4.0.4",
"@uppy/store-default": "4.1.1",
"@uppy/thumbnail-generator": "4.0.1",
"@uppy/tus": "4.1.4",
"@uppy/utils": "6.0.4",
"@uppy/webcam": "4.0.2",
"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": "15.3.0",
"ng2-file-upload": "7.0.1",
"ngx-filesaver": "18.0.0",
"rx-dom-html": "7.0.3",
"rxjs": "7.8.1",
"tinymce": "^6",
"tinymce-i18n": ">=24",
"tslib": "2.8.1",
"zone.js": "0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "18.2.12",
"@angular-eslint/builder": "18.4.2",
"@angular-eslint/eslint-plugin": "18.4.2",
"@angular-eslint/eslint-plugin-template": "18.4.2",
"@angular-eslint/schematics": "18.4.2",
"@angular-eslint/template-parser": "18.4.2",
"@angular/cli": "18.2.12",
"@angular/compiler": "18.2.12",
"@angular/compiler-cli": "18.2.12",
"@angular/localize": "18.2.12",
"@angular/platform-browser": "18.2.12",
"@angular/platform-browser-dynamic": "18.2.12",
"@stylistic/eslint-plugin-ts": "2.11.0",
"@types/file-saver": "^2.0.7",
"@types/lodash": "^4.17.13",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"adm-zip": "0.5.16",
"cypress": "^13.17.0",
"eslint": "^8.57.1",
"eslint-plugin-only-warn": "1.1.0",
"eslint-plugin-prefer-arrow": "1.2.3",
"ng-packagr": "18.2.1",
"typescript": "5.5.4"
}
}