design tweaks

This commit is contained in:
2024-03-01 23:11:17 -05:00
parent 4cdc973448
commit 605af08295
27 changed files with 88 additions and 73 deletions
+10 -1
View File
@@ -9,13 +9,14 @@
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"new-post": "bun ./newPost.ts"
"lint": "eslint --ext .js --ext .ts --ext .astro"
},
"dependencies": {
"@astrojs/mdx": "2.1.0",
"@astrojs/netlify": "5.0.0",
"@astrojs/rss": "4.0.4",
"astro": "4.2.6",
"astro-icon": "^1.1.0",
"date-fns": "^3.3.1",
"date-fns-tz": "^1.3.7",
"markdown-it": "^13.0.1",
@@ -23,8 +24,16 @@
"sharp": "^0.33.2"
},
"devDependencies": {
"bun-types": "latest",
"eslint": "^8.57.0",
"eslint-plugin-astro": "^0.31.4",
"eslint-plugin-prettier": "^5.1.3",
"inquirer": "^9.2.15",
"prettier": "^2.8.1",
"prettier-plugin-astro": "^0.7.0"
},
"module": "index.ts",
"peerDependencies": {
"typescript": "^5.0.0"
}
}