Skip to content

Instantly share code, notes, and snippets.

@htammen
Created July 17, 2019 14:13
Show Gist options
  • Save htammen/b962211eaa33bac8ed8cb27bdde8c5f8 to your computer and use it in GitHub Desktop.
Save htammen/b962211eaa33bac8ed8cb27bdde8c5f8 to your computer and use it in GitHub Desktop.
Package.json for UI5 Typescript projects
{
"name": "AppAdminApp",
"version": "0.0.1",
"engines": {
"node": ">=10.0.0"
},
"scripts": {
"start": "ui5 serve -o index.html",
"serve": "ui5 serve",
...
"build-ui": "rimraf dist && tsc --build tsconfig.json && ui5 build --a"
},
"dependencies": {
"@openui5/sap.uxap": "^1.67.1",
"@openui5/sap.m": "^1.67.0",
"@openui5/sap.f": "^1.67.1",
"@openui5/sap.ui.core": "^1.67.0",
"@openui5/sap.ui.layout": "^1.67.0",
"@openui5/themelib_sap_belize": "^1.67.0",
"@openui5/themelib_sap_fiori_3": "^1.67.0"
},
"devDependencies": {
"@openui5/ts-types": "^1.65.1",
"@ui5/cli": "^1.5.5",
...
"rimraf": "^2.6.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment