-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 798 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 798 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
{
"name": "ui5-demo",
"version": "0.1.0",
"description": "Best-practice starting point for building a freestyle app",
"private": true,
"scripts": {
"start": "ui5 serve",
"lint": "eslint webapp",
"karma": "karma start",
"karma-ci": "karma start karma-ci.conf.js",
"watch": "npm run karma",
"test": "npm run lint && rimraf coverage && npm run karma-ci",
"build": "rimraf dist && ui5 build --a",
"local-proxy": "lcp --proxyUrl https://sapes5.sapdevcenter.com/sap/opu/odata/iwbep/GWSAMPLE_BASIC/"
},
"devDependencies": {
"@ui5/cli": "^2.2.6",
"eslint": "^4.19.1",
"karma": "^5.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.0.2",
"karma-ui5": "^2.2.0",
"local-cors-proxy": "^1.1.0",
"rimraf": "^3.0.2"
}
}