-
- Downloads
Added more android offline support
parent
3718b4ba
No related branches found
No related tags found
Showing
- package-lock.json 1377 additions, 4260 deletionspackage-lock.json
- package.json 8 additions, 8 deletionspackage.json
- resources/assets/css/offline-module.css 80 additions, 77 deletionsresources/assets/css/offline-module.css
- resources/assets/js/OfflineModule.js 215 additions, 243 deletionsresources/assets/js/OfflineModule.js
- resources/assets/js/SearchModule.js 45 additions, 44 deletionsresources/assets/js/SearchModule.js
- resources/assets/js/map.js 41 additions, 33 deletionsresources/assets/js/map.js
This diff is collapsed.
... | ... | @@ -10,16 +10,16 @@ |
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js" | ||
}, | ||
"devDependencies": { | ||
"axios": "^0.18", | ||
"bootstrap": "^4.0.0", | ||
"popper.js": "^1.12", | ||
"axios": "^0.18.1", | ||
"bootstrap": "^4.3.1", | ||
"cross-env": "^5.1", | ||
"jquery": "^3.2", | ||
"laravel-mix": "^2.0", | ||
"lodash": "^4.17.4", | ||
"vue": "^2.5.7" | ||
"jquery": "^3.4.1", | ||
"laravel-mix": "^2.1.14", | ||
"lodash": "^4.17.15", | ||
"popper.js": "^1.15.0", | ||
"vue": "^2.6.10" | ||
}, | ||
"dependencies": { | ||
"osrm-text-instructions": "^0.13.1" | ||
"osrm-text-instructions": "^0.13.3" | ||
} | ||
} |
Please register or sign in to comment