-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 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
49
50
{
"name": "ngx-example-library",
"version": "0.0.1",
"description": "An example library",
"main": "./bundles/ngx-example-library.umd.js",
"module": "./esm5/ngx-example-library.js",
"es2015": "./esm2015/ngx-example-library.js",
"typings": "./ngx-example-library.d.ts",
"scripts": {
"publish:dist": "cd dist && npm publish && cd .."
},
"author": "Steve Deighton",
"license": "MIT",
"peerDependencies": {
"@angular/core": "^5.0.0",
"@angular/common": "^5.0.0",
"@angular/platform-browser": "^5.0.0",
"@angular/router": "^5.0.0",
"rxjs": "^5.5.2"
},
"devDependencies": {
"@angular/common": "^5.0.2",
"@angular/compiler": "^5.0.2",
"@angular/compiler-cli": "^5.0.2",
"@angular/core": "^5.0.2",
"@angular/platform-browser": "^5.0.2",
"@angular/router": "^5.0.2",
"@types/node": "^9.3.0",
"bowser": "^1.9.1",
"codelyzer": "^4.0.2",
"gulp": "^3.9.1",
"gulp-inline-ng2-template": "^4.0.0",
"gulp-less": "^3.4.0",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-util": "^3.0.8",
"less-plugin-autoprefix": "^1.5.1",
"less-plugin-clean-css": "^1.5.1",
"ng2-page-scroll": "^4.0.0-beta.12",
"rollup": "^0.51.8",
"rxjs": "^5.5.2",
"stylelint": "^8.4.0",
"tslint": "^5.8.0",
"typescript": "2.4.2",
"uglify-js": "^3.0.7",
"vinyl-fs": "^2.4.4",
"zone.js": "^0.8.14"
}
}