-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.58 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 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
42
{
"name": "sapui5",
"version": "0.0.1",
"private": true,
"description": "A Fiori application.",
"keywords": [
"ui5",
"openui5",
"sapui5"
],
"main": "webapp/index.html",
"scripts": {
"start": "fiori run --open 'test/flpSandbox.html'",
"start-local": "fiori run --config ./ui5-local.yaml --open 'test/flpSandboxMockServer.html'",
"build": "ui5 build -a --clean-dest --include-task=generateManifestBundle generateCachebusterInfo",
"deploy": "cf deploy mta_archives/archive.mtar",
"deploy-config": "fiori add deploy-config",
"unit-tests": "fiori run --open test/unit/unitTests.qunit.html",
"int-tests": "fiori run --open test/integration/opaTests.qunit.html",
"start-mock": "fiori run --open test/flpSandboxMockServer.html",
"build:cf": "ui5 build preload --clean-dest --config ui5-deploy.yaml --include-task=generateManifestBundle generateCachebusterInfo",
"build:mta": "rimraf resources mta_archives && mbt build --mtar archive",
"undeploy": "cf undeploy sap-btp-sapui5 --delete-services --delete-service-keys"
},
"devDependencies": {
"@ui5/cli": "2.7.1",
"@ui5/fs": "2.0.1",
"@ui5/logger": "2.0.0",
"@sap/ux-ui5-tooling": "1",
"@sap/ui5-builder-webide-extension": "1.0.x",
"ui5-task-zipper": "^0.3.1",
"mbt": "^1.0.15"
},
"ui5": {
"dependencies": [
"@sap/ux-ui5-tooling",
"@sap/ui5-builder-webide-extension",
"ui5-task-zipper",
"mbt"
]
}
}