Skip to content

Commit c1cd466

Browse files
committed
Enable for UI5 Tooling usage
Depends on SAP/ui5-project#4
1 parent 3922e87 commit c1cd466

File tree

6 files changed

+143
-1041
lines changed

6 files changed

+143
-1041
lines changed

package-lock.json

Lines changed: 117 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,18 @@
55
"private": false,
66
"scripts": {
77
"test": "echo \"Error: no test specified. Please add some.\" && exit 1",
8-
"postinstall": "bower install && node postInstall",
9-
"start": "grunt"
8+
"start": "ui5 serve -o"
109
},
1110
"dependencies": {
11+
"@openui5/sap.ui.core": "^1.56.2",
12+
"@openui5/sap.m": "^1.56.2",
13+
"@openui5/themelib_sap_belize": "^1.56.2",
14+
"@openui5/sap.ui.layout": "^1.56.2",
15+
"@openui5/sap.f": "^1.56.2",
1216
"parallax-js": "^3.1.0"
1317
},
1418
"devDependencies": {
15-
"bower": "^1.8.0",
16-
"grunt": "^1.0.1",
17-
"grunt-contrib-clean": "^1.0.0",
18-
"grunt-contrib-connect": "^1.0.2",
19-
"grunt-contrib-copy": "^1.0.0",
20-
"grunt-eslint": "^19.0.0",
21-
"grunt-openui5": "^0.12.0",
2219
"ui5lab-browser": "^0.1.0",
23-
"parallax-js": "^3.1.0",
2420
"fs-extra": "^3.0.0"
2521
}
2622
}

postInstall.js

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)