-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
96 lines (96 loc) · 2.77 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
{
"name": "angular",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --prod",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "^5.0.0",
"@angular/cdk": "^5.0.0",
"@angular/common": "^5.0.0",
"@angular/compiler": "^5.0.0",
"@angular/core": "^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",
"@ng-select/ng-select": "^1.6.3",
"@ngui/map": "^0.20.2",
"@swimlane/ngx-charts": "^7.4.0",
"@swimlane/ngx-datatable": "^11.2.0",
"@swimlane/ngx-dnd": "^3.1.3",
"@types/googlemaps": "^3.30.16",
"angular-oauth2-oidc": "^3.1.4",
"angular-tree-component": "^7.2.1",
"angular2-text-mask": "^8.0.5",
"bootstrap": "^4.3.1",
"classlist.js": "^1.1.20150312",
"core-js": "^2.5.7",
"d3": "^3.5.17",
"echarts": "^4.1.0",
"fullcalendar": "^3.6.1",
"hammerjs": "^2.0.8",
"imagesloaded": "^4.1.4",
"isotope-layout": "^3.0.6",
"masonry-layout": "^4.2.2",
"mobile-drag-drop": "^2.3.0-rc.1",
"moment": "^2.22.2",
"ng-fullcalendar": "^1.7.1",
"ng-lazyload-image": "^5.0.0",
"ng-scrollreveal": "^2.2.0",
"ng-tags-input": "^3.2.0",
"ngx-bootstrap": "^2.0.5",
"ngx-contextmenu": "^4.2.0",
"ngx-drag-drop": "^2.0.0-rc.4",
"ngx-echarts": "^2.3.1",
"ngx-filter-pipe": "^2.1.2",
"ngx-input-file": "^0.2.1",
"ngx-isotope": "^0.1.7",
"ngx-nvd3": "^1.0.9",
"ngx-pagination": "^3.2.1",
"ngx-perfect-scrollbar": "^5.3.5",
"ngx-quill": "^2.1.2",
"ngx-swiper-wrapper": "^6.4.1",
"ngx-type-ahead": "^2.0.0",
"parse-decimal-number": "^1.0.0",
"rxjs": "^5.5.12",
"scrollreveal": "^3.3.6",
"text-mask-addons": "^3.8.0",
"web-animations-js": "^2.3.1",
"xlsx": "^0.14.1",
"zone.js": "0.8.20"
},
"devDependencies": {
"@angular/cli": "1.6.6",
"@angular/compiler-cli": "^5.2.11",
"@angular/language-service": "^5.2.11",
"@types/jasmine": "~2.5.53",
"@types/jasminewd2": "^2.0.6",
"@types/jquery": "^3.3.29",
"@types/node": "^6.14.1",
"@types/scrollreveal": "0.0.3",
"codelyzer": "^4.5.0",
"jasmine-core": "~2.6.2",
"jasmine-spec-reporter": "~4.1.0",
"karma": "~1.7.0",
"karma-chrome-launcher": "~2.1.1",
"karma-cli": "~1.0.1",
"karma-coverage-istanbul-reporter": "^1.4.3",
"karma-jasmine": "^1.1.2",
"karma-jasmine-html-reporter": "^0.2.2",
"node-sass": "^4.11.0",
"protractor": "~5.1.2",
"rxjs": "^5.5.12",
"ts-node": "~3.2.0",
"tslint": "~5.7.0",
"typescript": "~2.4.2"
}
}