Formatting and config

This commit is contained in:
aronmal 2023-08-22 11:58:27 +02:00
parent ac8a31795e
commit 52fd781b60
Signed by: aronmal
GPG key ID: 816B7707426FC612
23 changed files with 521 additions and 515 deletions

View file

@ -10,6 +10,13 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.10.12"
"@astrojs/solid-js": "^2.2.1",
"astro": "^2.10.12",
"solid-js": "^1.4.3"
},
"devDependencies": {
"prettier": "^3.0.2",
"prettier-plugin-astro": "^0.11.1",
"prettier-plugin-organize-imports": "^3.2.3"
}
}