forked from gderick-1/idashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·104 lines (104 loc) · 3.25 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
{
"name": "interactive-dashboard-2",
"version": "2.1.0",
"license": "BSD",
"scripts": {
"ng": "ng",
"setup": "npm install && sh scripts/update-submodules.sh",
"start": "ng serve --aot / --proxy proxy-config.json",
"build": "ng build --prod --aot --output-hashing all --sourcemaps false --named-chunks false --build-optimizer --vendor-chunk && cd dist && zip -r -D idashboard-21.zip .",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"docs": "./node_modules/.bin/compodoc -p src/tsconfig.app.json -w -s"
},
"private": true,
"dependencies": {
"@angular/animations": "^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",
"@angular/service-worker": "^5.2.7",
"@mapbox/geojson-area": "^0.2.2",
"@ngrx/effects": "^5.1.0",
"@ngrx/entity": "^5.1.0",
"@ngrx/router-store": "^5.0.1",
"@ngrx/store": "^5.1.0",
"@ngrx/store-devtools": "^5.1.0",
"@ngx-translate/core": "^10.0.1",
"@ngx-translate/http-loader": "^3.0.1",
"@swimlane/dragula": "^3.7.3",
"@swimlane/ngx-dnd": "^5.0.6",
"@types/geojson": "^7946.0.0",
"@types/polylabel": "^1.0.5",
"angular-tree-component": "^7.0.1",
"angular2-virtual-scroll": "^0.3.2",
"animate.css": "^3.5.2",
"bootstrap": "^4.1.1",
"classlist.js": "^1.1.20150312",
"core-js": "^2.4.1",
"d2-utilizr": "^0.2.15",
"d3-color": "^1.0.3",
"d3-scale": "^2.0.0",
"d3-time-format": "^2.1.1",
"dragula": "^3.7.2",
"file-saver": "^1.3.3",
"font-awesome": "^4.7.0",
"geojson": "^0.5.0",
"gis-api": "^25.0.4",
"highcharts": "^6.0.4",
"highcharts-grouped-categories": "^1.1.2",
"jquery": "^3.3.1",
"jszip": "^3.1.5",
"leaflet": "^1.2.0",
"leaflet.layergroup.collision": "^0.3.1",
"leaflet.markercluster": "^1.2.0",
"lodash": "^4.17.10",
"moment": "^2.20.1",
"ng2-dnd": "^5.0.2",
"ng2-dragula": "^1.5.0",
"ngrx-store-freeze": "^0.2.0",
"ngx-color-picker": "^6.3.3",
"ngx-pagination": "^3.0.3",
"polylabel": "^1.0.2",
"rxjs": "^6.2.1",
"rxjs-compat": "^6.2.1",
"shp-write": "^0.3.2",
"web-animations-js": "^2.3.1",
"zone.js": "^0.8.14"
},
"devDependencies": {
"@angular-devkit/build-optimizer": "^0.6.1",
"@angular-devkit/core": "^0.6.1",
"@angular/cli": "^1.7.1",
"@angular/compiler-cli": "^5.0.0",
"@angular/language-service": "^5.0.0",
"@types/jasmine": "^2.8.6",
"@types/jasminewd2": "~2.0.2",
"@types/node": "^10.0.9",
"codelyzer": "^4.1.0",
"commitizen": "^2.9.6",
"cz-conventional-changelog": "^2.1.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": "^1.1.0",
"protractor": "^5.3.0",
"ts-node": "^6.0.3",
"tslint": "^5.9.1",
"typescript": ">=2.4.2 <2.7.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}