develop #265
2 changed files with 19 additions and 8 deletions
16
package.json
16
package.json
|
@ -20,18 +20,18 @@
|
|||
"devDependencies": {
|
||||
"@11ty/eleventy": "^2.0.1",
|
||||
"@11ty/eleventy-navigation": "^0.3.5",
|
||||
"@node-minify/core": "^8.0.6",
|
||||
"@node-minify/crass": "^8.0.6",
|
||||
"@node-minify/html-minifier": "^8.0.6",
|
||||
"@node-minify/core": "^9.0.2",
|
||||
"@node-minify/crass": "^9.0.1",
|
||||
"@node-minify/html-minifier": "^9.0.1",
|
||||
"@sardine/eleventy-plugin-tinyhtml": "^0.2.0",
|
||||
"cpx": "^1.5.0",
|
||||
"eleventy-plugin-rev": "^2.0.0",
|
||||
"eleventy-sass": "^2.2.6",
|
||||
"glob": "^11.0.0",
|
||||
"minify": "^11.4.1",
|
||||
"postcss": "^8.4.47",
|
||||
"replace-in-file": "^8.2.0",
|
||||
"sass": "^1.80.6",
|
||||
"glob": "^11.0.1",
|
||||
"minify": "^12.0.1",
|
||||
"postcss": "^8.5.1",
|
||||
"replace-in-file": "^8.3.0",
|
||||
"sass": "^1.83.4",
|
||||
"uncss": "^0.17.3"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,7 +1,18 @@
|
|||
[
|
||||
{
|
||||
"year": 2025,
|
||||
"donations": []
|
||||
},
|
||||
{
|
||||
"year": 2024,
|
||||
"donations": [
|
||||
{
|
||||
"date": "18.11.2024",
|
||||
"amount": 25,
|
||||
"via": "banktransfer",
|
||||
"from": null,
|
||||
"first": false
|
||||
},
|
||||
{
|
||||
"date": "05.11.2024",
|
||||
"amount": 50,
|
||||
|
|
Loading…
Reference in a new issue