forked from UI5Lab/UI5Lab-app-simple
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 961 Bytes
/
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
{
"name": "ui5lab-app-simple",
"version": "1.0.1",
"description": "A simple app that consumes custom controls from the UI5Lab example library",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/UI5Lab/UI5Lab-app-simple.git"
},
"license": "Apache-2.0",
"homepage": "https://ui5lab.io",
"scripts": {
"start": "ui5 serve",
"test": "ui5 serve -o test/integration/opaTests.qunit.html",
"build": "rimraf dist && ui5 build -a",
"buildCDN": "rimraf dist && ui5 build && node publish",
"buildSelfContained": "rimraf dist && ui5 build self-contained -a"
},
"dependencies": {
"@openui5/sap.m": "^1.68.1",
"@openui5/sap.ui.core": "^1.68.1",
"@openui5/themelib_sap_belize": "^1.68.1",
"ui5lab-library-simple": "latest"
},
"devDependencies": {
"@ui5/cli": "latest",
"rimraf": "^2.6.2",
"fs-extra": "^7.0.0",
"glob": "^7.1.3",
"replace-in-file": "^3.4.2"
}
}