in progress
Showing
| ... | @@ -11,11 +11,14 @@ | ... | @@ -11,11 +11,14 @@ |
| "php": "^7.2", | "php": "^7.2", | ||
| "fideloper/proxy": "^4.0", | "fideloper/proxy": "^4.0", | ||
| "laravel/framework": "^6.2", | "laravel/framework": "^6.2", | ||
| "laravel/tinker": "^2.0" | "laravel/tinker": "^2.0", | ||
| "league/oauth2-client": "dev-master", | |||
| "microsoft/microsoft-graph": "^1.10" | |||
| }, | }, | ||
| "require-dev": { | "require-dev": { | ||
| "facade/ignition": "^1.4", | "facade/ignition": "^1.4", | ||
| "fzaninotto/faker": "^1.4", | "fzaninotto/faker": "^1.4", | ||
| "laravel/ui": "^1.1", | |||
| "mockery/mockery": "^1.0", | "mockery/mockery": "^1.0", | ||
| "nunomaduro/collision": "^3.0", | "nunomaduro/collision": "^3.0", | ||
| "phpunit/phpunit": "^8.0" | "phpunit/phpunit": "^8.0" | ||
| ... | ... |
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
| ... | @@ -11,11 +11,16 @@ | ... | @@ -11,11 +11,16 @@ |
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "axios": "^0.19", | "axios": "^0.19", | ||
| "cross-env": "^5.1", | "bootstrap": "^4.0.0", | ||
| "cross-env": "^5.2.1", | |||
| "jquery": "^3.2", | |||
| "laravel-mix": "^4.0.7", | "laravel-mix": "^4.0.7", | ||
| "lodash": "^4.17.13", | "lodash": "^4.17.13", | ||
| "popper.js": "^1.12", | |||
| "resolve-url-loader": "^2.3.1", | "resolve-url-loader": "^2.3.1", | ||
| "sass": "^1.15.2", | "sass": "^1.20.1", | ||
| "sass-loader": "^7.1.0" | "sass-loader": "7.*", | ||
| "vue": "^2.5.17", | |||
| "vue-template-compiler": "^2.6.10" | |||
| } | } | ||
| } | } |
public/css/app.css
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
public/js/app.js
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
public/mix-manifest.json
0 → 100644
Please register or sign in to comment