more typescript stuff and new post
This commit is contained in:
+28
-26
@@ -1,28 +1,30 @@
|
||||
{
|
||||
"name": "ghall.blog",
|
||||
"type": "module",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"start": "astro dev",
|
||||
"build": "astro build",
|
||||
"preview": "astro preview",
|
||||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/mdx": "2.1.0",
|
||||
"@astrojs/netlify": "5.0.0",
|
||||
"@astrojs/rss": "4.0.4",
|
||||
"astro": "4.2.6",
|
||||
"date-fns": "^3.3.1",
|
||||
"date-fns-tz": "^1.3.7",
|
||||
"markdown-it": "^13.0.1",
|
||||
"sanitize-html": "^2.9.0",
|
||||
"sharp": "^0.33.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"prettier": "^2.8.1",
|
||||
"prettier-plugin-astro": "^0.7.0"
|
||||
}
|
||||
"name": "ghall.blog",
|
||||
"type": "module",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"start": "astro dev",
|
||||
"build": "astro build",
|
||||
"preview": "astro preview",
|
||||
"astro": "astro",
|
||||
"new-post": "bun ./newPost.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/mdx": "2.1.0",
|
||||
"@astrojs/netlify": "5.0.0",
|
||||
"@astrojs/rss": "4.0.4",
|
||||
"astro": "4.2.6",
|
||||
"date-fns": "^3.3.1",
|
||||
"date-fns-tz": "^1.3.7",
|
||||
"markdown-it": "^13.0.1",
|
||||
"sanitize-html": "^2.9.0",
|
||||
"sharp": "^0.33.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"inquirer": "^9.2.15",
|
||||
"prettier": "^2.8.1",
|
||||
"prettier-plugin-astro": "^0.7.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user