29 lines
1.1 KiB
JSON
29 lines
1.1 KiB
JSON
{
|
|
"name": "mvcapp00124",
|
|
"version": "0.0.1",
|
|
"description": "Flighty",
|
|
"keywords": [
|
|
"ui5",
|
|
"openui5",
|
|
"sapui5"
|
|
],
|
|
"main": "webapp/index.html",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"@ui5/cli": "^3.0.0",
|
|
"@sap/ux-ui5-tooling": "1"
|
|
},
|
|
"scripts": {
|
|
"start": "fiori run --open \"test/flpSandbox.html?sap-ui-xx-viewCache=false#mvcapp00124-display\"",
|
|
"start-local": "fiori run --config ./ui5-local.yaml --open \"test/flpSandbox.html?sap-ui-xx-viewCache=false#mvcapp00124-display\"",
|
|
"build": "ui5 build --config=ui5.yaml --clean-dest --dest dist",
|
|
"deploy": "fiori verify",
|
|
"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?sap-ui-xx-viewCache=false&fiori-tools-rta-mode=true&sap-ui-rta-skip-flex-validation=true#preview-app\"",
|
|
"unit-test": "fiori run --open 'test/unit/unitTests.qunit.html'"
|
|
},
|
|
"sapuxLayer": "CUSTOMER_BASE"
|
|
}
|