forked from ng-alain/ng-alain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
102 lines (102 loc) · 3.1 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "ng-alain",
"version": "0.1.2-beta.2",
"description": "ng-zorro-antd admin panel front-end framework",
"author": "cipchk",
"homepage": "https://cipchk.github.io/ng-alain/",
"bugs": {
"url": "https://github.com/cipchk/ng-alain/issues"
},
"engines": {
"node": ">= 4.2.1",
"npm": ">= 3"
},
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"serve:hmr": "ng serve --hmr -e=hmr",
"build": "ng build --prod --build-optimizer",
"lint": "ng lint",
"e2e": "ng e2e",
"flow.changelog": "conventional-changelog -i CHANGELOG.md -s -p angular",
"flow.github-release": "conventional-github-releaser -p angular",
"demo.build": "ng build --prod --build-optimizer --bh ./",
"demo.gh-pages": "run-s demo.build demo.deploy",
"demo.deploy": "gh-pages -d dist",
"test": "ng test -sr",
"test-coverage": "ng test -sr -cc"
},
"dependencies": {
"@angular/animations": "4.4.3",
"@angular/common": "4.4.3",
"@angular/compiler": "4.4.3",
"@angular/core": "4.4.3",
"@angular/forms": "4.4.3",
"@angular/http": "4.4.3",
"@angular/platform-browser": "4.4.3",
"@angular/platform-browser-dynamic": "4.4.3",
"@angular/router": "4.4.3",
"@ngx-translate/core": "^8.0.0",
"@ngx-translate/http-loader": "^2.0.0",
"@swimlane/ngx-charts": "^6.0.2",
"angular-baidu-maps": "^1.0.0",
"angular-qq-maps": "^1.0.0",
"angular-tree-component": "^5.0.0",
"angular-web-storage": "^1.0.0",
"chart.js": "^2.7.0",
"core-js": "^2.5.1",
"d3": "^4.10.0",
"file-saver": "^1.3.3",
"font-awesome": "^4.7.0",
"g2": "^2.3.12",
"g2-angular": "^1.0.0",
"jquery": "^3.2.1",
"jquery-sparkline": "^2.4.0",
"moment": "^2.18.1",
"ng-tree-antd": "^1.0.0-bate",
"ng-zorro-antd": "^0.5.3",
"ng2-charts": "^1.6.0",
"ng2-dnd": "^4.2.0",
"ng2-file-upload": "^1.2.1",
"ng2-img-cropper": "^0.9.0",
"ngx-color-picker": "^4.3.1",
"ngx-perfect-scrollbar": "^4.5.3",
"rxjs": "^5.4.3",
"screenfull": "^3.3.1",
"simple-line-icons": "^2.4.1",
"sweetalert": "2.0.3",
"weather-icons": "^1.3.2",
"zone.js": "^0.8.18"
},
"devDependencies": {
"@angular/cli": "^1.4.4",
"@angular/compiler-cli": "4.4.3",
"@angular/language-service": "4.4.3",
"@angularclass/hmr": "^2.1.3",
"@angularclass/hmr-loader": "^3.0.4",
"@types/jasmine": "~2.6.0",
"@types/jasminewd2": "~2.0.3",
"@types/jquery": "^3.2.12",
"@types/moment": "^2.13.0",
"@types/node": "~6.0.60",
"codecov": "^2.3.0",
"codelyzer": "~3.1.1",
"jasmine-core": "~2.8.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~1.7.1",
"karma-chrome-launcher": "~2.2.0",
"karma-cli": "~1.0.1",
"karma-coverage-istanbul-reporter": "^1.3.0",
"karma-jasmine": "~1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"karma-remap-istanbul": "^0.6.0",
"karma-sauce-launcher": "^1.2.0",
"npm-run-all": "^4.1.1",
"protractor": "~5.1.2",
"ts-node": "~3.2.0",
"tslint": "~5.3.2",
"typescript": "~2.3.3",
"webpack-bundle-analyzer": "^2.9.0"
}
}