mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-22 08:56:39 -06:00
7e285d97f0
Bumps [resolve-url-loader](https://github.com/bholloway/resolve-url-loader/tree/HEAD/packages/resolve-url-loader) from 3.1.3 to 4.0.0. - [Release notes](https://github.com/bholloway/resolve-url-loader/releases) - [Changelog](https://github.com/bholloway/resolve-url-loader/blob/v4-maintenance/packages/resolve-url-loader/CHANGELOG.md) - [Commits](https://github.com/bholloway/resolve-url-loader/commits/4.0.0/packages/resolve-url-loader) Signed-off-by: dependabot[bot] <support@github.com>
44 lines
1.3 KiB
JSON
44 lines
1.3 KiB
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "npm run development",
|
|
"development": "mix",
|
|
"watch": "mix watch",
|
|
"watch-poll": "mix watch -- --watch-options-poll=1000",
|
|
"hot": "mix watch --hot",
|
|
"prod": "npm run production",
|
|
"production": "mix --production"
|
|
},
|
|
"devDependencies": {
|
|
"axios": "^0.21",
|
|
"date-fns": "^2.21.1",
|
|
"laravel-mix": "^6.0.6",
|
|
"lodash": "^4.17.19",
|
|
"lodash.clonedeep": "^4.5.0",
|
|
"postcss": "^8.1.14",
|
|
"resolve-url-loader": "^4.0.0",
|
|
"sass": "^1.32.8",
|
|
"sass-loader": "^11.0.1",
|
|
"vue-i18n": "^8.24.2",
|
|
"vue-loader": "^15.9.5",
|
|
"vue-template-compiler": "^2.6.12",
|
|
"vuex": "^3.6.2",
|
|
"webpack": "^5.30.0"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-free": "^5.15.3",
|
|
"admin-lte": "^3.1.0",
|
|
"bootstrap": "^4.6.0",
|
|
"bootstrap-vue": "^2.21.2",
|
|
"chart.js": "^3.2.0",
|
|
"icheck-bootstrap": "^3.0.1",
|
|
"jquery-ui": "^1.12.1",
|
|
"leaflet": "^1.7.1",
|
|
"overlayscrollbars": "^1.13.1",
|
|
"sortablejs": "^1.13.0",
|
|
"v-calendar": "^2.3.0",
|
|
"vue-typeahead-bootstrap": "^2.8.0",
|
|
"vue2-leaflet": "^2.7.0"
|
|
}
|
|
}
|