-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 956 Bytes
/
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
{
"name": "project1",
"version": "0.0.1",
"private": true,
"sapux": true,
"description": "A Fiori application.",
"keywords": [
"ui5",
"openui5",
"sapui5"
],
"main": "webapp/index.html",
"scripts": {
"start": "fiori run --open test/flpSandbox.html#masterDetail-display",
"start-mock": "fiori run --open test/flpSandboxMockServer.html#masterDetail-display",
"start-local": "fiori run --config ./ui5-local.yaml --open test/flpSandboxMockServer.html#masterDetail-display",
"build": "rimraf dist && ui5 build -a --include-task=generateManifestBundle generateCachebusterInfo",
"deploy": "fiori add deploy-config"
},
"remarkConfig": {
"plugins": [
"remark-preset-lint-consistent"
]
},
"devDependencies": {
"rimraf": "3.0.0",
"@ui5/cli": "2.3.2",
"@ui5/fs": "2.0.1",
"@ui5/logger": "2.0.0",
"@sap/ux-specification": "1",
"@sap/ux-ui5-tooling": "1"
},
"ui5": {
"dependencies": [
"@sap/ux-ui5-tooling"
]
}
}