-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 2.04 KB
/
package.json
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
40
41
42
{
"name": "com.spreadsheetimporter.abapdeploy",
"version": "1.0.0",
"description": "UI5 Application: com.spreadsheetimporter.abapdeploy",
"author": "„marianfoo“",
"license": "Apache-2.0",
"scripts": {
"clean": "rimraf dist coverage",
"build": "ui5 build --all --clean-dest",
"build:opt": "ui5 build self-contained --clean-dest --all",
"deploy": "npm run build && fiori deploy --config ui5-deploy.yaml -y",
"deploy:wobuild": "fiori deploy --config ui5-deploy.yaml -y",
"start": "ui5 serve --port 8080 -o index.html",
"start-cdn": "ui5 serve --port 8080 -o index-cdn.html",
"start:dist": "npm start -- --config ui5-dist.yaml",
"start:dist-cdn": "npm run start-cdn -- --config ui5-dist.yaml",
"lint": "eslint webapp",
"karma": "karma start",
"karma-ci": "karma start karma-ci.conf.js",
"karma-ci-cov": "karma start karma-ci-cov.conf.js",
"test": "npm run lint && npm run karma-ci-cov",
"wdi5": "wdio run ./webapp/test/e2e/wdio.conf.js"
},
"devDependencies": {
"@sap/ux-ui5-tooling": "^1.15.0",
"@ui5/cli": "^4.0.8"
},
"dependencies": {
"ui5-cc-spreadsheetimporter-0-34-0": "npm:[email protected]",
"ui5-cc-spreadsheetimporter-0-34-1": "npm:[email protected]",
"ui5-cc-spreadsheetimporter-1-0-0": "npm:[email protected]",
"ui5-cc-spreadsheetimporter-1-1-0": "npm:[email protected]",
"ui5-cc-spreadsheetimporter-1-1-1": "npm:[email protected]",
"ui5-cc-spreadsheetimporter-1-2-0": "npm:[email protected]",
"ui5-cc-spreadsheetimporter-1-2-1": "npm:[email protected]",
"ui5-cc-spreadsheetimporter-1-2-2": "npm:[email protected]",
"ui5-cc-spreadsheetimporter-1-3-0": "npm:[email protected]",
"ui5-cc-spreadsheetimporter-1-4-0": "npm:[email protected]",
"ui5-cc-spreadsheetimporter-1-4-1": "npm:[email protected]",
"ui5-cc-spreadsheetimporter-1-4-2": "npm:[email protected]"
}
}