-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
69 lines (69 loc) · 1.83 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "e-ngx-print",
"version": "5.3.1",
"description": "基于Angular的打印组件,可打印HTML和文本。",
"keywords": [
"angular",
"e-ngx-print",
"laixiangran"
],
"homepage": "https://github.com/laixiangran/e-ngx-print#readme",
"repository": {
"type": "git",
"url": "https://github.com/laixiangran/e-ngx-print.git"
},
"author": {
"name": "赖祥燃",
"email": "laixiangran@163.com",
"bolg": "http://www.cnblogs.com/laixiangran",
"homepage": "http://www.laixiangran.cn"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/laixiangran/e-ngx-print/issues"
},
"scripts": {
"start": "ng serve -o",
"test": "ng build --prod --env=test --base-href /",
"prod": "ng build --prod --env=prod --base-href /e-ngx-print/demo/",
"release": "gulp prepublish && ngc && npm publish"
},
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"dependencies": {},
"devDependencies": {
"@angular/core": "^5.0.0",
"@angular/common": "^5.0.0",
"@angular/compiler": "^5.0.0",
"@angular/forms": "^5.0.0",
"@angular/http": "^5.0.0",
"@angular/platform-browser": "^5.0.0",
"@angular/platform-browser-dynamic": "^5.0.0",
"@angular/router": "^5.0.0",
"@angular/compiler-cli": "^5.0.0",
"@angular/animations": "^5.0.0",
"@angular/cli": "^1.5.0",
"rxjs": "^5.5.0",
"zone.js": "^0.8.14",
"codelyzer": "^4.0.1",
"stylelint": "^8.2.0",
"stylelint-scss": "^2.1.0",
"ts-node": "^3.2.0",
"tslint": "^5.7.0",
"typescript": "2.4.2",
"@types/node": "^6.0.60",
"bootstrap": "^3.3.7",
"classlist.js": "^1.1.20150312",
"intl": "^1.2.5",
"web-animations-js": "^2.2.5",
"core-js": "^2.4.1",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-if": "^2.0.2",
"gulp-inline-ng2-template": "^4.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"run-sequence": "^1.2.2"
}
}