forked from UI5Lab/UI5Lab-central
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 2.33 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
{
"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 && node adjustBootstrap",
"deploy": "node combineProjects --deploy && node adjustBootstrap --deploy",
"start": "ui5 serve --open index.html"
},
"dependencies": {
"@openui5/sap.f": "^1.60.1",
"@openui5/sap.m": "^1.60.1",
"@openui5/sap.ui.core": "^1.60.1",
"@openui5/sap.ui.layout": "^1.60.1",
"@openui5/themelib_sap_belize": "^1.60.1",
"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-model-json-crud": "^0.0.8",
"openui5-multiinputdialog": "https://github.com/StErMi/openui5-multiinputdialog",
"openui5-parallax": "^1.0.0",
"openui5-password": "^0.1.4",
"openui5-qrcode": "~1.0.3",
"openui5-smart-mockserver": "^0.2.5",
"openui5-swissknife": "https://github.com/StErMi/openui5-swissknife",
"openui5-toastr": "https://github.com/StErMi/openui5-toastr",
"openui5-tour": "^0.0.15",
"openui5-validator": "^0.1.10",
"striptoastr": "https://github.com/jasper07/StripToastr",
"ui5-nabi-m": "~0.3.0",
"ui5-sign": "https://github.com/kvsrikanthj/ui5-library-Signature",
"ui5lab-browser": "1.0.2",
"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": "^0.2.6",
"command-line-args": "^5.0.2",
"eslint": "^5.9.0",
"fs-extra": "^7.0.1",
"glob": "^7.1.3",
"node-run-cmd": "^1.0.1",
"replace-in-file": "^3.4.2"
}
}