This commit is contained in:
2024-07-18 21:52:46 -04:00
parent b7440d9b3a
commit 7b34e47c44
5 changed files with 112 additions and 38 deletions
+40 -38
View File
@@ -1,40 +1,42 @@
{
"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",
"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": "^3.0.0",
"astro-icon": "^1.1.0",
"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": {
"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",
"typescript-eslint": "^7.1.1"
},
"module": "index.ts",
"peerDependencies": {
"typescript": "^5.0.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",
"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": "^3.0.0",
"astro-icon": "^1.1.0",
"astro-pagefind": "^1.5.0",
"date-fns": "^3.3.1",
"date-fns-tz": "^1.3.7",
"markdown-it": "^13.0.1",
"pagefind": "^1.1.0",
"sanitize-html": "^2.9.0",
"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",
"typescript-eslint": "^7.1.1"
},
"module": "index.ts",
"peerDependencies": {
"typescript": "^5.0.0"
}
}