mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-27 19:31:01 -06:00
0d61a3ad5d
Bump postcss from 8.4.1 to 8.4.4 in /frontend
49 lines
1.5 KiB
JSON
49 lines
1.5 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.26.0",
|
|
"laravel-mix": "^6",
|
|
"lodash": "^4.17.21",
|
|
"lodash.clonedeep": "^4.5.0",
|
|
"postcss": "^8.4.4",
|
|
"resolve-url-loader": "^4.0.0",
|
|
"sass": "^1.43.3",
|
|
"sass-loader": "^12.2.0",
|
|
"vue-i18n": "^8.26.7",
|
|
"vue-loader": "^15",
|
|
"vue-template-compiler": "^2.6.12",
|
|
"vuex": "^3.6.2",
|
|
"webpack": "^5.64.4"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-free": "^5.15.3",
|
|
"@johmun/vue-tags-input": "^2.1.0",
|
|
"admin-lte": "^3.1.0",
|
|
"axios-cache-adapter": "^2.7.3",
|
|
"bootstrap": "^4.6.0",
|
|
"bootstrap-vue": "^2.21.2",
|
|
"chart.js": "^3.6.0",
|
|
"icheck-bootstrap": "^3.0.1",
|
|
"jquery-ui": "^1.12.1",
|
|
"leaflet": "^1.7.1",
|
|
"localforage": "^1.9.0",
|
|
"localforage-memoryStorageDriver": "^0.9.2",
|
|
"overlayscrollbars": "^1.13.1",
|
|
"sortablejs": "^1.14.0",
|
|
"uiv": "^1.4.1",
|
|
"v-calendar": "^2.3.2",
|
|
"vue-typeahead-bootstrap": "^2.8.0",
|
|
"vue2-leaflet": "^2.7.1"
|
|
}
|
|
}
|