mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-21 16:38:36 -06:00
13 lines
231 B
JSON
13 lines
231 B
JSON
{
|
|
"scripts": {
|
|
"postinstall": "patch-package --error-on-fail"
|
|
},
|
|
"workspaces": [
|
|
"resources/assets/v1",
|
|
"resources/assets/v2"
|
|
],
|
|
"devDependencies": {
|
|
"postcss": "^8.4.47"
|
|
}
|
|
}
|