-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.55 KB
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1.55 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
37
38
{
"name": "travelanalyticsenterprise",
"version": "0.0.1",
"description": "Travel Analytics Dashboard using SAPUI5 Freestyle and RAP OData V4",
"keywords": [
"ui5",
"openui5",
"sapui5"
],
"main": "webapp/index.html",
"dependencies": {},
"devDependencies": {
"@ui5/cli": "^4.0.33",
"@sap/ux-ui5-tooling": "1",
"@sap-ux/eslint-plugin-fiori-tools": "^10.0.0",
"eslint": "^10",
"ui5-task-zipper": "^3.4.x",
"rimraf": "^5.0.5",
"mbt": "^1.2.49"
},
"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",
"lint": "eslint ./",
"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\"",
"int-test": "fiori run --open \"test/integration/opaTests.qunit.html\"",
"start-variants-management": "fiori run --open \"/preview.html#app-preview\"",
"unit-test": "fiori run --open \"test/unit/unitTests.qunit.html\"",
"build:cf": "ui5 build preload --clean-dest --config ui5-deploy.yaml --include-task=generateCachebusterInfo",
"build:mta": "rimraf resources mta_archives && mbt build",
"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"
}