mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-01 21:19:11 -06:00
749ebd9cc4
Bumps [uiv](https://github.com/uiv-lib/uiv) from 1.4.1 to 2.0.0. - [Release notes](https://github.com/uiv-lib/uiv/releases) - [Commits](https://github.com/uiv-lib/uiv/compare/v1.4.1...v2.0.0) --- updated-dependencies: - dependency-name: uiv dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
28 lines
742 B
JSON
28 lines
742 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": "^8.27",
|
|
"vue-loader": "^17",
|
|
"vue-template-compiler": "^2.6"
|
|
}
|
|
}
|