-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.33 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
{
"name": "luigi-example-angular",
"version": "0.1.0",
"description": "",
"license": "Apache-2.0",
"scripts": {
"build": "ng build",
"lint": "ng lint",
"start": "ng serve --host 0.0.0.0"
},
"dependencies": {
"@angular/animations": "8.2.12",
"@angular/common": "8.2.12",
"@angular/compiler": "8.2.12",
"@angular/core": "8.2.12",
"@angular/platform-browser": "8.2.12",
"@angular/platform-browser-dynamic": "8.2.12",
"@angular/router": "8.2.12",
"@kyma-project/luigi-client": "0.7.1",
"@kyma-project/luigi-core": "0.7.1",
"ajv": "6.10.2",
"core-js": "3.3.5",
"fiori-fundamentals": "1.7.3",
"rxjs": "6.5.3",
"zone.js": "0.9.1"
},
"devDependencies": {
"@angular-builders/custom-webpack": "8.2.0",
"@angular-devkit/build-angular": "0.803.15",
"@angular-devkit/core": "0.8.9",
"@angular-devkit/schematics": "0.8.9",
"@angular/cli": "8.3.15",
"@angular/compiler-cli": "8.2.12",
"@angular/language-service": "8.2.12",
"@types/jasmine": "3.4.4",
"@types/jasminewd2": "2.0.8",
"@types/node": "8.10.56",
"codelyzer": "5.2.0",
"ts-node": "4.1.0",
"tslint": "5.20.0",
"typescript": "3.5.3",
"webpack": "4.41.2",
"webpack-cli": "3.3.9",
"webpack-dev-server": "3.9.0",
"lodash": ">=4.17.13",
"tar": ">=4.4.2"
}
}