mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-26 16:26:35 -06:00
Remove unused dependencies
This commit is contained in:
parent
b5c0ef01d9
commit
3d06f0ac14
@ -61,7 +61,6 @@
|
||||
"league/commonmark": "0.*",
|
||||
"league/csv": "9.*",
|
||||
"league/fractal": "^0.17.0",
|
||||
"mariuzzo/laravel-js-localization": "^1.4",
|
||||
"pragmarx/google2fa": "2.*",
|
||||
"pragmarx/google2fa-laravel": "^0.1.4",
|
||||
"rcrowe/twigbridge": "0.9.*",
|
||||
|
@ -16,13 +16,9 @@
|
||||
"jquery": "^3.1.1",
|
||||
"laravel-mix": "^1.0",
|
||||
"lodash": "^4.17.4",
|
||||
"vue": "^2.5.7",
|
||||
"webpack-shell-plugin": "^0.5.0"
|
||||
"vue": "^2.5.7"
|
||||
},
|
||||
"dependencies": {
|
||||
"accounting": "^0.4.1",
|
||||
"font-awesome": "^4.7.0",
|
||||
"lang.js": "^1.1.12",
|
||||
"moment": "^2.20.1"
|
||||
"font-awesome": "^4.7.0"
|
||||
}
|
||||
}
|
||||
|
@ -11,16 +11,5 @@ let mix = require('laravel-mix');
|
||||
|
|
||||
*/
|
||||
|
||||
const WebpackShellPlugin = require('webpack-shell-plugin');
|
||||
|
||||
// Add shell command plugin configured to create JavaScript language file
|
||||
mix.webpackConfig({
|
||||
plugins:
|
||||
[
|
||||
new WebpackShellPlugin({onBuildStart:['php artisan lang:js resources/assets/js/messages.js --no-lib --quiet'], onBuildEnd:[]})
|
||||
]
|
||||
});
|
||||
|
||||
|
||||
mix.js('resources/assets/js/app.js', 'public/js')
|
||||
.sass('resources/assets/sass/app.scss', 'public/css');
|
||||
|
Loading…
Reference in New Issue
Block a user