-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.03 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.03 KB
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
{
"name": "ui5lab-library-simple",
"version": "1.0.0",
"description": "Example UI5Lab library containing geometrical controls",
"repository": {
"type": "git",
"url": "https://github.com/UI5Lab/UI5Lab-library-simple.git"
},
"homepage": "https://ui5lab.github.io/UI5Lab-app-simple/index.html",
"ui5lab": {
"namespace": "ui5lab.geometry",
"icon": "database",
"displayName": "Geometry"
},
"license": "Apache-2.0",
"private": false,
"scripts": {
"test": "echo \"Error: no test specified. Please add some.\" && exit 1",
"prepare": "node prepare.js",
"start": "ui5 serve --open ./test-resources/ui5lab/browser/index.html",
"build": "ui5 build"
},
"dependencies": {
"@openui5/sap.f": "^1.58.4",
"@openui5/sap.m": "^1.58.4",
"@openui5/sap.ui.core": "^1.58.4",
"@openui5/sap.ui.layout": "^1.58.4",
"@openui5/themelib_sap_belize": "^1.58.4"
},
"devDependencies": {
"eslint": "^5.2.0",
"fs-extra": "^3.0.0",
"@ui5/cli": "^0.2.2",
"ui5lab-browser": "^1.0.0"
}
}