mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-23 09:26:29 -06:00
7c11b99469
Bumps [vue-i18n](https://github.com/intlify/vue-i18n-next/tree/HEAD/packages/vue-i18n) from 8.27.0 to 9.1.9. - [Release notes](https://github.com/intlify/vue-i18n-next/releases) - [Changelog](https://github.com/intlify/vue-i18n-next/blob/v9.1.9/CHANGELOG.md) - [Commits](https://github.com/intlify/vue-i18n-next/commits/v9.1.9/packages/vue-i18n) --- updated-dependencies: - dependency-name: vue-i18n dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
28 lines
741 B
JSON
28 lines
741 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.2.29",
|
|
"axios": "^0.26",
|
|
"bootstrap-sass": "^3",
|
|
"cross-env": "^7.0",
|
|
"font-awesome": "^4.7.0",
|
|
"jquery": "^3",
|
|
"laravel-mix": "^6.0",
|
|
"postcss": "^8.4",
|
|
"uiv": "^2.0",
|
|
"vue": "^3.2",
|
|
"vue-i18n": "^9.1",
|
|
"vue-loader": "^17",
|
|
"vue-template-compiler": "^2.6"
|
|
}
|
|
}
|