forked from AlphaOak/cds-analytics-example
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 673 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 673 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
{
"name": "@alphaoak/cds-analytics-example",
"version": "1.0.0",
"description": "An example of how to create an analytical list page.",
"repository": {
"type": "git",
"url": "git+https://github.com/AlphaOak/cds-analytics-example.git"
},
"license": "MIT",
"private": false,
"dependencies": {
"@sap/cds": "^8",
"express": "^4"
},
"devDependencies": {
"@cap-js/sqlite": "^1",
"@cap-js/cds-types": "^0.6",
"@sap/ux-specification": "UI5-1.129"
},
"scripts": {
"start": "cds-serve",
"watch-appsample": "cds watch --open appsample/webapp/index.html?sap-ui-xx-viewCache=false"
},
"sapux": [
"app/appsample"
]
}