-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.85 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.85 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
50
51
52
53
54
55
{
"name": "@stanvanheumen/ngx-elements",
"version": "1.0.16",
"license": "MIT",
"description": "A simple framework that contains Angular elements.",
"author": {
"name": "Stan van Heumen",
"email": "stanvanheumen@gmail.com",
"url": "https://www.linkedin.com/in/stan-van-heumen"
},
"repository": {
"type": "git",
"url": "https://github.com/stanvanheumen/ngx-elements.git"
},
"bugs": {
"email": "stanvanheumen@gmail.com",
"url": "https://github.com/stanvanheumen/ngx-elements.git/issues"
},
"homepage": "https://github.com/stanvanheumen/ngx-elements#readme",
"scripts": {
"ng": "ng",
"start": "ng serve",
"package": "ng-packagr -p ./library/ng-package.json && copyfiles README.md dist && npm run styles",
"styles": "ncp ./styles ./dist/vendor",
"build:development": "ng build",
"build:production": "ng build --target production --build-optimizer --vendor-chunk"
},
"private": true,
"dependencies": {
"@angular/animations": "^5.2.9",
"@angular/common": "^5.2.9",
"@angular/compiler": "^5.2.9",
"@angular/core": "^5.2.9",
"@angular/forms": "^5.2.9",
"@angular/http": "^5.2.9",
"@angular/platform-browser": "^5.2.9",
"@angular/platform-browser-dynamic": "^5.2.9",
"@angular/router": "^5.2.9",
"@stanvanheumen/ngx-storage": "^1.0.5",
"core-js": "^2.4.1",
"rxjs": "^5.5.7",
"zone.js": "^0.8.19"
},
"devDependencies": {
"@angular/cli": "^1.7.3",
"@angular/compiler-cli": "^5.2.9",
"@angular/language-service": "^5.2.9",
"copyfiles": "^2.0.0",
"ncp": "^2.0.0",
"ng-packagr": "^2.2.0",
"tsickle": "~0.25.6",
"tslib": "^1.9.0",
"typescript": "~2.5.3"
}
}