-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.12 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
{
"name": "ngx-oc-component",
"version": "0.0.2",
"description": "extension that facilitates the inclusion of any OpenComponents in angular applications",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"packagr": "ng-packagr -p ng-package.json"
},
"repository": {
"type": "git",
"url": "https://github.com/guestlinelabs/ngx-oc-component.git"
},
"license": "MIT",
"dependencies": {},
"peerDependencies": {
"@angular/common": "^6.0.2",
"@angular/compiler": "^6.0.2",
"@angular/core": "^6.0.2",
"@angular/platform-browser": "^6.0.2",
"@angular/platform-browser-dynamic": "^6.0.2",
"core-js": "^2.5.4",
"rxjs": "^6.0.0",
"zone.js": "^0.8.26"
},
"devDependencies": {
"@angular/compiler-cli": "^6.0.2",
"@angular-devkit/build-angular": "~0.6.3",
"typescript": "~2.7.2",
"@angular/cli": "~6.0.3",
"@angular/language-service": "^6.0.2",
"@types/node": "~8.9.4",
"codelyzer": "~4.2.1",
"ng-packagr": "^2.4.5",
"ts-node": "~5.0.1",
"tslint": "~5.9.1"
},
"engines": {
"node": ">= 8.0.0",
"npm": ">= 5"
}
}