-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.09 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
{
"name": "persotest",
"version": "0.0.1",
"private": true,
"description": "Perso Service test",
"keywords": [
"ui5",
"openui5",
"sapui5"
],
"main": "webapp/index.html",
"scripts": {
"start": "fiori run --open test/flpSandbox.html#app-tile",
"start-local": "fiori run --config ./ui5-local.yaml --open test/flpSandboxMockServer.html#app-tile",
"start-noflp": "fiori run --open 'index.html'",
"build": "ui5 build -a --clean-dest --include-task=generateManifestBundle generateCachebusterInfo",
"deploy": "fiori verify",
"deploy-config": "fiori add deploy-config",
"start-mock": "fiori run --open 'test/flpSandboxMockServer.html#app-tile'",
"suite-tests": "fiori run --open 'test/testsuite.qunit.html'",
"unit-tests": "fiori run --open 'test/unit/unitTests.qunit.html'",
"int-tests": "fiori run --open 'test/integration/opaTests.qunit.html'"
},
"devDependencies": {
"@sap/ux-ui5-tooling": "1",
"@ui5/cli": "^2.10.1",
"@ui5/fs": "^2.0.6",
"@ui5/logger": "^2.0.1",
"eslint": "^7.28.0",
"rimraf": "3.0.2"
},
"ui5": {
"dependencies": [
"@sap/ux-ui5-tooling"
]
}
}