-
Notifications
You must be signed in to change notification settings - Fork 35
/
package.json
62 lines (62 loc) · 2.34 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
{
"name": "ui5lab-central",
"version": "1.0.2",
"description": "A central repository to discover and showcase all available UI5Lab projects",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/UI5Lab/UI5Lab-central.git"
},
"bugs": {
"url": "https://github.com/UI5Lab/UI5Lab-central/issues"
},
"license": "Apache-2.0",
"scripts": {
"test": "echo \"Error: no test specified. Please add some.\" && exit 1",
"postinstall": "node combineProjects",
"deploy": "node combineProjects --deploy",
"start": "ui5 serve --open index.html"
},
"dependencies": {
"@openui5/sap.f": "^1.71.46",
"@openui5/sap.m": "^1.71.46",
"@openui5/sap.ui.core": "^1.71.46",
"@openui5/sap.ui.layout": "^1.71.46",
"@openui5/themelib_sap_belize": "^1.71.46",
"openui5-camera": "~0.0.11",
"openui5-chartjs": "https://github.com/StErMi/openui5-chartjs",
"openui5-flatpickr": "https://github.com/StErMi/openui5-flatpickr",
"openui5-googlemaps": "https://github.com/jasper07/openui5-googlemaps",
"openui5-licensecode_input": "^1.0.1",
"openui5-model-json-crud": "0.0.10",
"openui5-multiinputdialog": "https://github.com/StErMi/openui5-multiinputdialog",
"openui5-parallax": "^1.0.0",
"openui5-password": "^0.1.9",
"openui5-qrcode": "~1.0.3",
"openui5-smart-mockserver": "^0.2.7",
"openui5-swissknife": "https://github.com/StErMi/openui5-swissknife",
"openui5-toastr": "https://github.com/StErMi/openui5-toastr",
"openui5-tour": "0.0.18",
"openui5-validator": "^0.1.17",
"striptoastr": "https://github.com/jasper07/StripToastr",
"ui5-nabi-m": "~0.3.0",
"ui5-sign": "https://github.com/kvsrikanthj/ui5-library-Signature",
"ui5lab-browser": "^1.1.4",
"ui5lab-library-simple": "^1.0.0",
"ui5lab-tn-icons": "https://github.com/TNFlexso/ui5lab-icons",
"ui5lab-wl-img": "https://github.com/lemaiwo/UI5LabLibraryImageViewer",
"ui5lab-wl-pdf": "https://github.com/lemaiwo/UI5LabLibraryPDFViewer",
"ui5lab-wl-space": "https://github.com/lemaiwo/UI5Lab-library-space",
"ui5lab-wordcloud": "~1.0.1"
},
"devDependencies": {
"@ui5/cli": "^2.14.9",
"bower": "^1.8.14",
"command-line-args": "^5.2.1",
"eslint": "^5.16.0",
"fs-extra": "^7.0.1",
"glob": "^7.2.3",
"node-run-cmd": "^1.0.1",
"replace-in-file": "^3.4.4"
}
}