forked from samuel-p/sp-codes.de
Merge branch 'develop'
This commit is contained in:
commit
2a8ca7dc9e
2 changed files with 19 additions and 5 deletions
10
package.json
10
package.json
|
@ -17,23 +17,23 @@
|
|||
"url": "https://git.sp-codes.de/samuel-p/sp-codes.de"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"browser-sync": "^2.27.9"
|
||||
"browser-sync": "^2.27.10"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@11ty/eleventy": "^1.0.1",
|
||||
"@11ty/eleventy-navigation": "^0.3.2",
|
||||
"@11ty/eleventy-navigation": "^0.3.3",
|
||||
"@node-minify/core": "^6.2.0",
|
||||
"@node-minify/crass": "^6.2.0",
|
||||
"@node-minify/html-minifier": "^6.2.0",
|
||||
"cpx": "^1.5.0",
|
||||
"glob": "^8.0.1",
|
||||
"minify": "^8.0.4",
|
||||
"glob": "^8.0.3",
|
||||
"minify": "^9.1.0",
|
||||
"node-sass": "^7.0.1",
|
||||
"node-sass-tilde-importer": "^1.0.2",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"uncss": "^0.17.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"bootstrap": "^4.6.1"
|
||||
"bootstrap": "^4.6.2"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,6 +2,20 @@
|
|||
{
|
||||
"year": 2022,
|
||||
"donations": [
|
||||
{
|
||||
"date": "11.07.2022",
|
||||
"amount": 10,
|
||||
"via": "banktransfer",
|
||||
"from": "TeomaHK",
|
||||
"first": false
|
||||
},
|
||||
{
|
||||
"date": "03.06.2022",
|
||||
"amount": 10,
|
||||
"via": "banktransfer",
|
||||
"from": "TeomaHK",
|
||||
"first": false
|
||||
},
|
||||
{
|
||||
"date": "11.05.2022",
|
||||
"amount": 20,
|
||||
|
|
Loading…
Reference in a new issue