Skip to content

Commit

Permalink
fix: environment, subrepo, npm deps fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
molnarzs committed Mar 22, 2018
1 parent 2421a5c commit 041c8fb
Show file tree
Hide file tree
Showing 21 changed files with 425 additions and 204 deletions.
602 changes: 408 additions & 194 deletions package-lock.json

Large diffs are not rendered by default.

21 changes: 17 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"main": "dist/main.bundle.js",
"module": "dist/lib/index.js",
"typings": "dist/lib/index.d.ts",
"files": ["dist", "src"],
"files": [
"dist",
"src"
],
"license": "SEE LICENSE IN license.txt",
"repository": {
"type": "git",
Expand All @@ -15,8 +18,14 @@
"email": "[email protected]",
"url": "http://www.garlictech.com"
},
"contributors": ["Zsolt R. Molnar <[email protected]> (http://www.zsoltmolnar.hu)"],
"keywords": ["", "gtrack-admin-site", "garlictech"],
"contributors": [
"Zsolt R. Molnar <[email protected]> (http://www.zsoltmolnar.hu)"
],
"keywords": [
"",
"gtrack-admin-site",
"garlictech"
],
"engines": {
"npm": ">=3.0.0",
"node": ">=5.0.0"
Expand Down Expand Up @@ -65,25 +74,29 @@
"@ngrx/store": "^5.1.0",
"@turf/turf": "^5.1.3",
"angular2-toaster": "^5.0.0",
"angularfire2": "^5.0.0-rc.6",
"authentication-api-ngx": "file:src/subrepos/authentication-api-ngx",
"bootstrap": "^4.0.0",
"bootstrap-material-design": "^4.1.1",
"d3": "^4.13.0",
"d3-geo": "^1.9.1",
"debug": "^3.0.0",
"deepstream-ngx": "file:src/subrepos/deepstream-ngx",
"firebase": "^4.12.0",
"font-awesome": "^4.7.0",
"geojson-rewind": "^0.3.0",
"gtrack-common-ngx": "file:src/subrepos/gtrack-common-ngx",
"hammerjs": "^2.0.8",
"intl": "^1.2.5",
"jquery": "3.2.1",
"leaflet": "^1.3.1",
"leaflet-routing-machine": "^3.2.8",
"lodash": "^4.17.5",
"lrm-graphhopper": "^1.2.0",
"ng2-logger": "^1.0.12",
"ngrx-store-freeze": "^0.2.1",
"ngrx-store-logger": "^0.2.0",
"nouislider": "^11.0.3",
"popper.js": "^1.13.0",
"promise-polyfill": "^6.0.2",
"rxjs": "^5.5.6",
Expand Down Expand Up @@ -116,4 +129,4 @@
},
"optionalDependencies": {},
"peerDependencies": {}
}
}
6 changes: 0 additions & 6 deletions src/deepstream-ngx/.setup.sh

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 041c8fb

Please sign in to comment.