Compare commits
11 commits
e9bed0912e
...
091159b772
Author | SHA1 | Date | |
---|---|---|---|
091159b772 | |||
ea7093308c | |||
0986c47681 | |||
2bc54839ff | |||
1c293250cc | |||
50a33ab246 | |||
b3d0c6ae4c | |||
bf1947968f | |||
1bfb3d1f9e | |||
9b28553399 | |||
ad860a6a47 |
2 changed files with 19 additions and 5 deletions
10
package.json
10
package.json
|
@ -18,7 +18,7 @@
|
|||
"browser-sync": "^3.0.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@11ty/eleventy": "^2.0.1",
|
||||
"@11ty/eleventy": "^3.1.1",
|
||||
"@11ty/eleventy-navigation": "^0.3.5",
|
||||
"@node-minify/core": "^9.0.2",
|
||||
"@node-minify/crass": "^9.0.1",
|
||||
|
@ -27,14 +27,14 @@
|
|||
"cpx": "^1.5.0",
|
||||
"eleventy-plugin-rev": "^2.0.0",
|
||||
"eleventy-sass": "^2.2.6",
|
||||
"glob": "^11.0.1",
|
||||
"glob": "^11.0.2",
|
||||
"minify": "^14.0.0",
|
||||
"postcss": "^8.5.3",
|
||||
"postcss": "^8.5.4",
|
||||
"replace-in-file": "^8.3.0",
|
||||
"sass": "^1.86.3",
|
||||
"sass": "^1.89.1",
|
||||
"uncss": "^0.17.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"bootstrap": "^5.3.5"
|
||||
"bootstrap": "^5.3.6"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,6 +2,20 @@
|
|||
{
|
||||
"year": 2025,
|
||||
"donations": [
|
||||
{
|
||||
"date": "04.06.2025",
|
||||
"amount": 20,
|
||||
"via": "banktransfer",
|
||||
"from": "ub1x",
|
||||
"first": false
|
||||
},
|
||||
{
|
||||
"date": "30.04.2025",
|
||||
"amount": 10,
|
||||
"via": "banktransfer",
|
||||
"from": "Andresimous",
|
||||
"first": false
|
||||
},
|
||||
{
|
||||
"date": "08.04.2025",
|
||||
"amount": 20,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue