-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.7 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.7 KB
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
{
"name": "basic-request-demo",
"version": "1.1.10",
"scripts": {
"start": "ng serve",
"generate-version-file": "npm explore @natec/mef-dev-platform-connector -- npm run generate-version-file",
"publish": "npm explore @natec/mef-dev-platform-connector -- npm run mef-dev-publish",
"build:plugin": "npm run generate-version-file && ng build --configuration production --output-hashing none --single-bundle",
"publish-k8s": "npm run publish apiUrl=https://api.mef.dev bauth=Bauth1302:Bauth1302"
},
"dependencies": {
"@angular/animations": "^16.2.8",
"@angular/common": "^16.2.8",
"@angular/compiler": "^16.2.8",
"@angular/core": "^16.2.8",
"@angular/forms": "^16.2.8",
"@angular/platform-browser": "^16.2.8",
"@angular/platform-browser-dynamic": "^16.2.8",
"@angular/router": "^16.2.8",
"@natec/mef-dev-platform-connector": "^16.4.9",
"@natec/mef-dev-ui-kit": "^16.3.67",
"@ngx-translate/core": "^14.0.0",
"@ngx-translate/http-loader": "^7.0.0",
"bootstrap": "^5.3.2",
"font-awesome": "^4.7.0",
"fs-extra": "^10.1.0",
"git-describe": "^4.1.1",
"ngx-build-plus": "^16.0.0",
"ngx-json-viewer": "^3.0.2",
"rxjs": "7.8",
"tslib": "^2.3.0",
"zone.js": "^0.13.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.2.8",
"@angular/cli": "^16.2.8",
"@angular/compiler-cli": "^16.2.8",
"@types/jasmine": "~3.10.0",
"@types/node": "^12.11.1",
"jasmine-core": "~4.0.0",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.1.0",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"ng-packagr": "^16.0.1",
"typescript": "^4.9.3"
}
}