forked from integrtr/ui5-firevswater
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 911 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
39
{
"name": "ui5firevswater",
"version": "1.0.0",
"description": "UI5 Fire vs Water",
"private": true,
"author": "INTEGRTR",
"license": "MIT",
"keywords": [
"UI5",
"INTEGRTR"
],
"homepage": "",
"scripts": {
"start": "fiori run --open index.html",
"build": "ui5 build -a --clean-dest --include-task=generateManifestBundle generateCachebusterInfo",
"lint": "npx eslint webapp"
},
"repository": {
"type": "git",
"url": "https://github.com/joseeduardo11/ui5-firevswater"
},
"bugs": {
"url": "https://github.com/joseeduardo11/ui5-firevswaterissues"
},
"dependencies": {},
"devDependencies": {
"@ui5/cli": "^2.4.5",
"@sap/ux-specification": "1.71.39",
"@sap/ux-ui5-tooling": "^1.3.1",
"@ui5/fs": "^2.0.6",
"@ui5/logger": "^2.0.1",
"eslint": "^7.32.0"
},
"ui5": {
"dependencies": [
"@sap/ux-ui5-tooling"
]
}
}