-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.58 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.58 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
39
40
41
{
"name": "invoices",
"version": "0.0.1",
"description": "Invoices",
"keywords": [
"ui5",
"openui5",
"sapui5"
],
"main": "webapp/index.html",
"dependencies": {},
"devDependencies": {
"@ui5/cli": "^3.0.0",
"@sap/ux-ui5-tooling": "1",
"@sap-ux/eslint-plugin-fiori-tools": "^0.4.0",
"eslint": "8.57.0",
"eslint-plugin-fiori-custom": "2.6.7",
"@babel/eslint-parser": "7.14.7",
"@sapui5/types": "~1.132.0",
"ui5-tooling-transpile": "^3.3.7",
"typescript": "^5.1.6",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1"
},
"scripts": {
"start": "fiori run --open \"test/flpSandbox.html?sap-ui-xx-viewCache=false#comlogaligroupinvoices-display\"",
"start-local": "fiori run --config ./ui5-local.yaml --open \"test/flpSandbox.html?sap-ui-xx-viewCache=false#comlogaligroupinvoices-display\"",
"build": "ui5 build --config=ui5.yaml --clean-dest --dest dist",
"lint": "eslint ./",
"ts-typecheck": "tsc --noEmit",
"prestart": "npm run ts-typecheck",
"prebuild": "npm run ts-typecheck",
"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"
}