mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-22 08:56:39 -06:00
968ff30058
Bumps [vue-i18n](https://github.com/kazupon/vue-i18n) from 8.22.4 to 8.23.0. - [Release notes](https://github.com/kazupon/vue-i18n/releases) - [Changelog](https://github.com/kazupon/vue-i18n/blob/v8.x/CHANGELOG.md) - [Commits](https://github.com/kazupon/vue-i18n/compare/v8.22.4...v8.23.0) Signed-off-by: dependabot[bot] <support@github.com>
27 lines
706 B
JSON
27 lines
706 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",
|
|
"axios": "^0.21",
|
|
"bootstrap-sass": "^3",
|
|
"cross-env": "^7.0",
|
|
"font-awesome": "^4.7.0",
|
|
"jquery": "^3",
|
|
"laravel-mix": "^6.0",
|
|
"postcss": "^8.2",
|
|
"uiv": "^1.2",
|
|
"vue": "^2.6",
|
|
"vue-i18n": "^8.23",
|
|
"vue-loader": "^15.9.5",
|
|
"vue-template-compiler": "^2.6"
|
|
}
|
|
}
|