diff options
Diffstat (limited to 'package.json')
-rwxr-xr-x | package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json index 5daa245..de17d5f 100755 --- a/package.json +++ b/package.json @@ -13,11 +13,13 @@ "devDependencies": { "axios": "^0.18", "bootstrap": "^4.0.0", - "popper.js": "^1.12", + "browser-sync": "^2.24.5", + "browser-sync-webpack-plugin": "2.0.1", "cross-env": "^5.1", "jquery": "^3.2", "laravel-mix": "^2.0", "lodash": "^4.17.4", + "popper.js": "^1.12", "vue": "^2.5.7" }, "dependencies": { |