-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.28 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
33
34
35
36
37
38
39
{
"name": "restaurant00045",
"version": "0.0.1",
"private": true,
"description": "The restaurant management application.",
"keywords": [
"ui5",
"openui5",
"sapui5"
],
"main": "webapp/index.html",
"devDependencies": {
"@prettier/plugin-xml": "^2.2.0",
"@sap/ux-ui5-tooling": "1",
"@sapui5/ts-types": "^1.96.21",
"@ui5/cli": "^3.0.0",
"prettier": "^2.8.8",
"rimraf": "^3.0.2",
"typescript": "^5.0.4",
"ui5-task-flatten-library": "0.2.5",
"yo": "^4.3.1"
},
"scripts": {
"start": "fiori run --open \"index.html?sap-ui-xx-viewCache=false\"",
"start-local": "fiori run --config ./ui5-local.yaml --open \"test/flpSandbox.html?sap-ui-xx-viewCache=false#restaurant00045-display\"",
"build": "ui5 build --config=ui5.yaml --clean-dest --dest dist",
"deploy": "npm run build && fiori deploy --config ui5-deploy.yaml && rimraf archive.zip",
"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\"",
"undeploy": "fiori undeploy --config ui5-deploy.yaml",
"tsc": "tsc",
"format": "prettier -w ."
},
"sapuxLayer": "CUSTOMER_BASE",
"ui5": {
"dependencies": [
"ui5-task-flatten-library"
]
}
}