-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
99 lines (99 loc) · 3.3 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
89
90
91
92
93
94
95
96
97
98
99
{
"name": "servoyextracomponents",
"version": "2024.9.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --configuration production",
"build_debug": "ng build --watch",
"build_debug_nowatch": "ng build --watch=false",
"make_release": "ng build --configuration production && node scripts/build.js",
"test": "ng test --watch --browsers Chrome",
"test_edge": "ng test --watch --browsers Edge",
"test_edge_nowatch": "ng test --watch=false --browsers Edge",
"test_headless": "ng test --browsers headlessChrome --watch=false",
"lint": "ng lint"
},
"private": true,
"dependencies": {
"@ali-hm/angular-tree-component": "12.0.5",
"@angular-slider/ngx-slider": "18.0.0",
"@angular/animations": "18.1.2",
"@angular/cdk": "18.1.2",
"@angular/common": "18.1.2",
"@angular/core": "18.1.2",
"@angular/forms": "18.1.2",
"@ng-bootstrap/ng-bootstrap": "17.0.0",
"@popperjs/core": "2.11.8",
"@servoy/canvas-gauges": "2.1.8",
"@servoy/ngx-lightbox": "^3.0.2",
"@servoy/public": "2024.9.0",
"@tinymce/tinymce-angular": "^7",
"@uppy/angular": "0.7.0",
"@uppy/companion-client": "4.0.0",
"@uppy/core": "4.1.0",
"@uppy/dashboard": "4.0.2",
"@uppy/drag-drop": "4.0.1",
"@uppy/informer": "4.0.0",
"@uppy/locales": "4.0.3",
"@uppy/progress-bar": "4.0.0",
"@uppy/provider-views": "4.0.0",
"@uppy/screen-capture": "4.0.0",
"@uppy/status-bar": "4.0.1",
"@uppy/store-default": "4.1.0",
"@uppy/thumbnail-generator": "4.0.0",
"@uppy/tus": "4.0.0",
"@uppy/utils": "6.0.1",
"@uppy/webcam": "4.0.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": "15.0.1",
"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.6.3",
"zone.js": "0.14.8"
},
"devDependencies": {
"@angular-devkit/build-angular": "18.1.3",
"@angular-eslint/builder": "18.1.0",
"@angular-eslint/eslint-plugin": "18.1.0",
"@angular-eslint/eslint-plugin-template": "18.1.0",
"@angular-eslint/schematics": "18.1.0",
"@angular-eslint/template-parser": "18.1.0",
"@angular/cli": "18.1.3",
"@angular/compiler": "18.1.2",
"@angular/compiler-cli": "18.1.2",
"@angular/localize": "18.1.2",
"@angular/platform-browser": "18.1.2",
"@angular/platform-browser-dynamic": "18.1.2",
"@chiragrupani/karma-chromium-edge-launcher": "2.4.1",
"@stylistic/eslint-plugin-ts": "2.4.0",
"@types/file-saver": "^2.0.7",
"@types/jasmine": "5.1.4",
"@types/lodash": "^4.17.7",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"adm-zip": "0.5.10",
"eslint": "^8.57.0",
"eslint-plugin-only-warn": "1.1.0",
"eslint-plugin-prefer-arrow": "1.2.3",
"jasmine": "5.2.0",
"jasmine-core": "5.2.0",
"jasmine-spec-reporter": "7.0.0",
"karma": "6.4.4",
"karma-chrome-launcher": "3.2.0",
"karma-cli": "2.0.0",
"karma-coverage": "2.2.1",
"karma-jasmine": "5.1.0",
"karma-jasmine-html-reporter": "2.1.0",
"karma-junit-reporter": "2.0.1",
"ng-packagr": "18.1.0",
"typescript": "5.5.4"
}
}