forked from SAP-samples/cloud-extension-html5-sample
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 647 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 647 Bytes
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
{
"name": "cloud-extension-html5",
"version": "0.0.1",
"dependencies": {
"@ui5/builder": "^2.0.1",
"@ui5/fs": "^2.0.1",
"@ui5/logger": "^2.0.0",
"@ui5/project": "^2.1.2",
"@ui5/server": "^2.0.2",
"@ui5/cli": "2.2.2"
},
"devDependencies": {
"@sap/ui5-builder-webide-extension": "1.0.x",
"eslint": "5.16.x",
"@sap/eslint-plugin-ui5-jsdocs": "2.0.x",
"@sapui5/ts-types": "1.71.x",
"bestzip": "2.1.7",
"rimraf": "3.0.2",
"@sap/approuter": "6.7.x",
"@sap/html5-repo-mock": "1.3.x",
"@ui5/builder": "^2.0.1"
},
"ui5": {
"dependencies": [
"@sap/ui5-builder-webide-extension"
]
}
}