-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
118 lines (118 loc) · 3.37 KB
/
package.json
File metadata and controls
118 lines (118 loc) · 3.37 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
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"name": "appwork-angular-starter",
"version": "1.0.0",
"private": true,
"scripts": {
"ng": "ng",
"start": "ng serve --host 0.0.0.0 --disable-host-check --extract-css",
"build": "ng build --extract-css",
"prod": "ng build --prod --output-hashing=media",
"prod:hashed": "ng build --prod",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"postinstall": "npm rebuild node-sass"
},
"dependencies": {
"@agm/core": "1.0.0-beta.2",
"@angular/animations": "5.2.10",
"@angular/cdk": "5.2.5",
"@angular/common": "5.2.10",
"@angular/compiler": "5.2.10",
"@angular/core": "5.2.10",
"@angular/forms": "5.2.10",
"@angular/http": "5.2.10",
"@angular/platform-browser": "5.2.10",
"@angular/platform-browser-dynamic": "5.2.10",
"@angular/router": "5.2.10",
"@ng-bootstrap/ng-bootstrap": "1.0.1",
"@swimlane/ngx-charts": "7.1.1",
"@swimlane/ngx-datatable": "11.2.0",
"@toverux/ngx-sweetalert2": "3.4.0",
"angular-2-dropdown-multiselect": "1.7.0",
"angular-confirmation-popover": "4.1.0",
"angular-sortablejs": "2.5.2",
"angular2-ladda": "1.2.3",
"angular2-text-mask": "8.0.4",
"bootstrap": "4.0.0",
"chartist": "0.11.0",
"classlist.js": "1.1.20150312",
"core-js": "2.5.3",
"d3": "4.13.0",
"hammerjs": "2.0.8",
"highlight.js": "9.12.0",
"intl": "1.2.5",
"marked": "0.3.17",
"masonry-layout": "4.2.1",
"moment": "2.21.0",
"ng-autosize": "1.1.0",
"ng-block-ui": "0.9.5",
"ng-chartist": "1.1.1",
"ng-select": "1.0.0-rc.5",
"ng2-archwizard": "2.1.0",
"ng2-charts": "1.6.0",
"ng2-color-picker": "1.3.2",
"ng2-dragula": "1.5.0",
"ng2-file-upload": "1.3.0",
"ng2-img-cropper": "0.9.0",
"ng2-nouislider": "1.7.7",
"ng2-password-strength-bar": "1.2.0",
"ng2-smart-table": "1.2.2",
"ngx-chips": "1.6.7",
"ngx-clipboard": "10.0.0",
"ngx-color-picker": "5.3.5",
"ngx-contextmenu": "4.1.2",
"ngx-dropzone-wrapper": "5.3.5",
"ngx-image-gallery": "1.3.0",
"ngx-markdown-editor": "1.1.6",
"ngx-perfect-scrollbar": "5.3.5",
"ngx-swiper-wrapper": "5.3.8",
"ngx-toastr": "8.3.0",
"ngx-tour-ng-bootstrap": "2.0.0",
"ngx-trend": "3.1.1",
"nouislider": "11.0.3",
"numeral": "2.0.6",
"plyr": "2.0.18",
"quill": "1.3.6",
"rxjs": "5.5.7",
"sortablejs": "1.7.0",
"spinkit": "1.2.5",
"sweetalert2": "7.15.1",
"text-mask-addons": "3.7.2",
"toastr": "2.1.4",
"web-animations-js": "2.3.1",
"zone.js": "0.8.26"
},
"devDependencies": {
"@angular/cli": "1.7.4",
"@angular/compiler-cli": "5.2.10",
"@angular/language-service": "5.2.10",
"@types/chartist": "0.9.38",
"@types/node": "9.6.5",
"@types/numeral": "0.0.22",
"typescript": ">=2.4.2 <2.7.0",
"@types/jasmine": "2.8.7",
"@types/jasminewd2": "2.0.3",
"codelyzer": "4.3.0",
"jasmine-core": "3.1.0",
"jasmine-spec-reporter": "4.2.1",
"karma": "2.0.2",
"karma-chrome-launcher": "2.2.0",
"karma-coverage-istanbul-reporter": "1.4.2",
"karma-jasmine": "1.1.2",
"karma-jasmine-html-reporter": "1.0.0",
"protractor": "5.3.1",
"ts-node": "6.0.3",
"tslint": "5.10.0"
},
"resolutions": {
"@angular/cli/node-sass": "4.7.2"
},
"browserslist": [
"> 1%",
"last 2 versions",
"Firefox ESR",
"Opera 12.1",
"ie >= 10"
]
}