Merge pull request #379 from viralsolani/develop
Added version change of generator
Showing
access.log
deleted
100644 → 0
This source diff could not be displayed because it is too large. You can view the blob instead.
config/jwt.php
deleted
100755 → 0
This source diff could not be displayed because it is too large. You can view the blob instead.
| ... | @@ -15,10 +15,13 @@ | ... | @@ -15,10 +15,13 @@ |
| "cross-env": "^5.1", | "cross-env": "^5.1", | ||
| "font-awesome": "^4.7.0", | "font-awesome": "^4.7.0", | ||
| "jquery": "^3.1.1", | "jquery": "^3.1.1", | ||
| "laravel-mix": "^2.1.14", | "laravel-mix": "^4.0.14", | ||
| "lodash": "^4.17.4", | "lodash": "^4.17.4", | ||
| "vue": "^2.6.8", | "resolve-url-loader": "2.3.1", | ||
| "webpack-rtl-plugin": "^1.8.1" | "sass-loader": "7.*", | ||
| "vue-template-compiler": "^2.6.8", | |||
| "vue": "^2.5.17", | |||
| "webpack-rtl-plugin": "^1.7.0" | |||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "bootstrap": "^3.4.1", | "bootstrap": "^3.4.1", | ||
| ... | @@ -27,7 +30,7 @@ | ... | @@ -27,7 +30,7 @@ |
| "datatables.net-buttons": "^1.3.1", | "datatables.net-buttons": "^1.3.1", | ||
| "moment": "^2.24.0", | "moment": "^2.24.0", | ||
| "nestable2": "^1.5.0", | "nestable2": "^1.5.0", | ||
| "node-sass": "^4.11.0", | "sass": "^1.17.3", | ||
| "pluralize": "^7.0.0", | "pluralize": "^7.0.0", | ||
| "select2": "^4.0.4", | "select2": "^4.0.4", | ||
| "tinymce": "^4.9.3" | "tinymce": "^4.9.3" | ||
| ... | ... |
This source diff could not be displayed because it is too large. You can view the blob instead.
Please register or sign in to comment