mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-28 18:26:18 +08:00
38 lines
1.6 KiB
JSON
38 lines
1.6 KiB
JSON
{
|
|
"name": "z2ui5",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"keywords": [
|
|
"ui5",
|
|
"openui5",
|
|
"sapui5"
|
|
],
|
|
"main": "webapp/index.html",
|
|
"devDependencies": {
|
|
"@abaplint/cli": "^2.113.108",
|
|
"@sap/ui5-builder-webide-extension": "^1.1.9",
|
|
"@sap/ux-ui5-tooling": "1.17.1",
|
|
"@ui5/cli": "^4.0.14",
|
|
"@ui5/linter": "^1.12.0",
|
|
"mbt": "^1.2.34",
|
|
"rimraf": "^6.0.1",
|
|
"ui5-task-zipper": "^3.4.1"
|
|
},
|
|
"scripts": {
|
|
"start": "fiori run --open \"test/flpSandbox.html?sap-ui-xx-viewCache=false#z2ui5-display\"",
|
|
"start-local": "fiori run --config ./ui5-local.yaml --open \"test/flpSandbox.html?sap-ui-xx-viewCache=false#z2ui5-display\"",
|
|
"build": "ui5 build --config=ui5.yaml --clean-dest --dest dist",
|
|
"deploy": "fiori cfDeploy",
|
|
"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?sap-ui-xx-viewCache=false&fiori-tools-rta-mode=true&sap-ui-rta-skip-flex-validation=true#preview-app\"",
|
|
"unit-tests": "fiori run --open 'test/unit/unitTests.qunit.html'",
|
|
"int-tests": "fiori run --open 'test/integration/opaTests.qunit.html'",
|
|
"undeploy": "cf undeploy z2ui5 --delete-services --delete-service-keys --delete-service-brokers",
|
|
"deploy-test": "npm run build && fiori deploy --config ui5-deploy.yaml --testMode true",
|
|
"build:cf": "ui5 build preload --clean-dest --config ui5-deploy.yaml --include-task=generateCachebusterInfo",
|
|
"build:mta": "rimraf resources mta_archives && mbt build"
|
|
},
|
|
"sapuxLayer": "CUSTOMER_BASE"
|
|
}
|