-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
135 lines (135 loc) · 4.15 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
"name": "ng2angle",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"install": "npm run napa",
"start": "ng serve --ssl true --ssl-key .\\cert\\localhost.key --ssl-cert .\\cert\\localhost.crt",
"startLocal": "ng serve --ssl true --ssl-key .\\cert\\localhost.key --ssl-cert .\\cert\\localhost.crt --env=local",
"build": "ng build --prod",
"test": "ng test",
"lint": "ng lint",
"modernizr": "modernizr -c modernizr-config.json -d src/modernizr.js",
"postinstall": "node ./node_modules/protractor/bin/webdriver-manager update --ignore_ssl",
"e2e": "ng e2e",
"napa": "napa"
},
"private": true,
"napa": {
"jquery.flot.spline": "miloszfalinski/jquery.flot.spline",
"flot": "flot/flot#v0.8.3"
},
"dependencies": {
"@agm/core": "1.0.0-beta.2",
"@angular/animations": "5.2.0",
"@angular/cdk": "^5.2.0",
"@angular/common": "5.2.0",
"@angular/compiler": "5.2.0",
"@angular/core": "5.2.0",
"@angular/forms": "5.2.0",
"@angular/http": "5.2.0",
"@angular/material": "^5.2.5",
"@angular/platform-browser": "5.2.0",
"@angular/platform-browser-dynamic": "5.2.0",
"@angular/router": "5.2.0",
"@ng-bootstrap/ng-bootstrap": "^2.0.0",
"@ngx-translate/core": "9.1.1",
"@ngx-translate/http-loader": "2.0.1",
"@qontu/ngx-inline-editor": "^0.2.0-alpha.12",
"@swimlane/ngx-datatable": "11.2.0",
"@toverux/ngx-sweetalert2": "^4.0.0",
"@types/jspdf": "^1.2.2",
"ag-grid": "16.0.1",
"ag-grid-angular": "16.0.0",
"angular": "^1.7.5",
"angular-archwizard": "^3.0.0",
"angular-calendar": "^0.24.1",
"angular-tree-component": "7.0.0",
"angular2-draggable": "1.4.2",
"angular2-text-mask": "8.0.4",
"angular2-toaster": "5.0.0",
"angular5-csv": "^0.2.10",
"bootstrap": "4.1.1",
"chart.js": "^2.7.3",
"classlist.js": "1.1.20150312",
"codemirror": "5.35.0",
"core-js": "2.4.1",
"date-fns": "^1.30.1",
"easy-pie-chart": "2.1.7",
"enhanced-resolve": "3.3.0",
"file-saver": "^2.0.0",
"font-awesome": "4.7.0",
"fullcalendar": "3.8.2",
"intl": "1.2.5",
"jqcloud2": "2.0.3",
"jquery": "3.3.1",
"jquery-slimscroll": "1.3.8",
"jquery-sparkline": "2.4.0",
"jquery.browser": "0.1.0",
"jquery.flot": "^0.8.3",
"jquery.flot.tooltip": "github:krzysu/flot.tooltip",
"jspdf": "^1.4.1",
"jspdf-autotable": "^2.3.5",
"lodash": "4.17.5",
"material-design-icons": "^3.0.1",
"modernizr": "^3.6.0",
"moment": "2.20.1",
"ng-click-outside": "^4.0.0",
"ng-drag-drop": "^5.0.0",
"ng2-charts": "1.6.0",
"ng2-dnd": "5.0.2",
"ng2-file-upload": "1.3.0",
"ng2-img-cropper": "0.9.0",
"ng2-table": "1.3.2",
"ng2-validation": "4.2.0",
"ngx-bootstrap": "^2.0.4",
"ngx-chips": "1.6.5",
"ngx-color-picker": "5.3.3",
"ngx-infinite-scroll": "0.8.3",
"ngx-select-ex": "3.3.12",
"node-sass": "^4.11.0",
"oidc-client": "^1.5.4",
"popper.js": "1.12.9",
"rxjs": "5.5.6",
"screenfull": "3.3.2",
"simple-line-icons": "2.4.1",
"source-sans-pro": "2.20.2",
"spinkit": "1.2.5",
"summernote": "0.8.10",
"sweetalert": "2.1.0",
"sweetalert2": "^7.29.0",
"ts-helpers": "1.1.1",
"weather-icons": "github:erikflowers/weather-icons",
"web-animations-js": "2.2.1",
"xlsx": "^0.14.1",
"zone.js": "0.8.19"
},
"devDependencies": {
"@angular/cli": "1.7.1",
"@angular/compiler-cli": "5.2.0",
"@angular/language-service": "5.2.0",
"@types/codemirror": "0.0.55",
"@types/jasmine": "2.8.3",
"@types/jasminewd2": "2.0.2",
"@types/lodash": "4.14.104",
"@types/node": "6.0.60",
"codelyzer": "4.0.1",
"jasmine-core": "2.8.0",
"jasmine-spec-reporter": "4.2.1",
"karma": "2.0.0",
"karma-chrome-launcher": "2.2.0",
"karma-cli": "1.0.1",
"karma-coverage-istanbul-reporter": "1.2.1",
"karma-jasmine": "1.1.0",
"karma-jasmine-html-reporter": "0.2.2",
"karma-read-json": "1.1.0",
"loaders.css": "0.1.2",
"napa": "3.0.0",
"protractor": "^5.4.1",
"ts-node": "4.1.0",
"tslint": "5.9.1",
"typescript": "2.5.3",
"webdriver-manager": "10.2.5"
}
}