-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 1.29 KB
/
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": "excelupload-to-table",
"version": "0.0.1",
"private": true,
"description": "",
"keywords": [
"ui5",
"openui5",
"sapui5"
],
"main": "webapp/index.html",
"dependencies": {
"ui5-cc-spreadsheetimporter": "0.26.1"
},
"devDependencies": {
"@sap/ux-ui5-tooling": "1",
"@ui5/cli": "^3.6.0"
},
"scripts": {
"start": "fiori run --open \"test/flpSandbox.html?sap-ui-xx-viewCache=false#exceluploadtotable-display\"",
"start-local": "fiori run --config ./ui5-local.yaml --open \"test/flpSandbox.html?sap-ui-xx-viewCache=false#exceluploadtotable-display\"",
"build": "ui5 build --config=ui5.yaml --clean-dest --dest dist",
"build-standalone": "ui5 build self-contained --config=ui5-build.yaml --include-all-dependencies --clean-dest --dest docs",
"deploy": "fiori verify",
"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'"
},
"sapuxLayer": "CUSTOMER_BASE"
}