mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-26 10:51:12 -06:00
6bbd0f5be6
Bumps [vue-loader](https://github.com/vuejs/vue-loader) from 15.9.7 to 16.3.1. - [Release notes](https://github.com/vuejs/vue-loader/releases) - [Changelog](https://github.com/vuejs/vue-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-loader/commits) --- updated-dependencies: - dependency-name: vue-loader dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
28 lines
745 B
JSON
28 lines
745 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"development": "mix",
|
|
"watch": "mix watch",
|
|
"watch-poll": "mix watch -- --watch-options-poll=1000",
|
|
"hot": "mix watch --hot",
|
|
"production": "mix --production",
|
|
"prod": "mix --production"
|
|
},
|
|
"devDependencies": {
|
|
"@johmun/vue-tags-input": "^2",
|
|
"@vue/compiler-sfc": "^3.1.5",
|
|
"axios": "^0.21",
|
|
"bootstrap-sass": "^3",
|
|
"cross-env": "^7.0",
|
|
"font-awesome": "^4.7.0",
|
|
"jquery": "^3",
|
|
"laravel-mix": "^6.0",
|
|
"postcss": "^8.3",
|
|
"uiv": "^1.2",
|
|
"vue": "^2.6",
|
|
"vue-i18n": "^8.25",
|
|
"vue-loader": "^16.3.1",
|
|
"vue-template-compiler": "^2.6"
|
|
}
|
|
}
|