-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.09 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.09 KB
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": "uxc.integration",
"version": "1.0.0",
"description": "SAP UI5 Web Components Seamless Integration",
"author": "SAP SE",
"license": "Apache-2.0",
"scripts": {
"postinstall": "patch-package",
"clean": "rimraf dist coverage",
"build": "ui5 build --clean-dest",
"build:opt": "ui5 build self-contained --clean-dest --all",
"start": "ui5 serve --port 8080 -o index.html",
"start:dist": "npm start -- --config ui5-dist.yaml",
"ts-typecheck": "tsc --noEmit",
"lint": "eslint webapp",
"ui5lint": "ui5lint"
},
"devDependencies": {
"@openui5/types": "^1.147.0",
"@ui5/cli": "^4.0.51",
"@ui5/linter": "^1.20.18",
"eslint": "^9.34.0",
"globals": "^16.3.0",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.9.2",
"typescript-eslint": "^8.40.0",
"ui5-middleware-livereload": "^3.3.0",
"ui5-test-runner": "^5.9.1",
"patch-package": "^8.0.0",
"ui5-tooling-modules": "3.35.0",
"ui5-tooling-transpile": "^3.11.0"
},
"dependencies": {
"@ui5/webcomponents": "^2.21.0",
"@ui5/webcomponents-fiori": "^2.21.0",
"@ui5/webcomponents-icons": "^2.21.0"
}
}