-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.76 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "e2e-test-application",
"version": "0.0.0",
"description": "",
"license": "Apache-2.0",
"scripts": {
"build": "npm run buildConfig && ng build",
"lint": "ng lint",
"e2e:open": "cypress open --env configFile=e2etestapp",
"e2e:open:external": "cypress open --env configFile=externalmf",
"e2e:run": "cypress run --env configFile=e2etestapp --browser chrome -c video=false",
"e2e:run:external": "cypress run --env configFile=externalmf --browser chrome -c video=false",
"e2e:run:electron": "cypress run",
"buildConfig": "webpack --config webpack-generateConfig.config",
"startExternalMf": "http-server --port 8090 ./externalMf",
"start": "concurrently \"npm run buildConfig -- --watch\" \"ng serve --host 0.0.0.0 --port 4200\" \"npm run startExternalMf\""
},
"dependencies": {
"@angular/animations": "^14.2.4",
"@angular/common": "^14.2.4",
"@angular/compiler": "^14.2.4",
"@angular/core": "^14.2.4",
"@angular/forms": "^14.2.4",
"@angular/platform-browser": "^14.2.4",
"@angular/platform-browser-dynamic": "^14.2.4",
"@angular/router": "^14.2.4",
"rxjs": "6.6.7",
"tslib": "^2.3.0",
"zone.js": "~0.11.8",
"@luigi-project/client": "1.24.0",
"@luigi-project/core": "1.24.0",
"@luigi-project/plugin-auth-oauth2": "1.0.0",
"@luigi-project/plugin-auth-oidc": "1.0.0",
"@sap-theming/theming-base-content": "^11.1.41",
"core-js": "^2.4.1",
"fundamental-styles": "^0.17.0",
"lodash": ">=4.17.13",
"npm": "^8.19.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.2.4",
"@angular/cli": "^14.2.4",
"@angular/compiler-cli": "^14.2.4",
"@angular-builders/custom-webpack": "^14.0.1",
"@angular-devkit/core": "^14.2.4",
"@angular/language-service": "^14.2.4",
"@types/jasmine": "~4.0.0",
"jasmine-core": "~4.2.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"typescript": "^4.8.4",
"@babel/core": "^7.19.3",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.18.9",
"@babel/preset-env": "^7.19.3",
"@babel/register": "^7.18.9",
"@types/jasminewd2": "^2.0.10",
"@types/node": "^12.20.55",
"babel-loader": "^8.2.5",
"babel-preset-minify": "^0.5.2",
"codelyzer": "^6.0.0",
"concurrently": "^4.1.0",
"copy-webpack-plugin": "^9.1.0",
"cypress": "^5.3.0",
"http-server": "0.12.3",
"lodash": ">=4.17.13",
"serialize-javascript": ">=2.1.1",
"tar": ">=5.0.7",
"ts-node": "~3.2.0",
"tslint": "~6.1.3",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^3.11.3"
}
}