-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.18 KB
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 1.18 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
{
"name": "z803flight",
"version": "0.0.1",
"description": "An SAP Fiori application.",
"keywords": [
"ui5",
"openui5",
"sapui5"
],
"main": "webapp/index.html",
"dependencies": {},
"devDependencies": {
"@ui5/cli": "^4.0.16",
"@sap/ux-ui5-tooling": "1",
"@sap-ux/ui5-middleware-fe-mockserver": "2",
"rimraf": "^5.0.5"
},
"scripts": {
"start": "fiori run --open \"test/flp.html#app-preview\"",
"start-local": "fiori run --config ./ui5-local.yaml --open \"test/flp.html#app-preview\"",
"build": "ui5 build --config=ui5.yaml --clean-dest --dest dist",
"start-mock": "fiori run --config ./ui5-mock.yaml --open \"test/flp.html#app-preview\"",
"deploy": "npm run build && fiori deploy --config ui5-deploy.yaml",
"deploy-config": "fiori add deploy-config",
"start-noflp": "fiori run --open \"/index.html?sap-ui-xx-viewCache=false\"",
"start-variants-management": "fiori run --open \"/preview.html#app-preview\"",
"undeploy": "npm run build && fiori undeploy --config ui5-deploy.yaml",
"deploy-test": "npm run build && fiori deploy --config ui5-deploy.yaml --testMode true"
},
"sapuxLayer": "CUSTOMER_BASE",
"sapux": true
}