Files
ghall.space/package.json
T
2024-12-12 19:48:23 -05:00

44 lines
1.0 KiB
JSON

{
"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": "4.0.2",
"@astrojs/netlify": "6.0.0",
"@astrojs/rss": "4.0.10",
"@types/markdown-it": "^14.1.2",
"astro": "5.0.4",
"astro-icon": "^1.1.4",
"astro-pagefind": "^1.7.0",
"date-fns": "^3.6.0",
"date-fns-tz": "^1.3.8",
"markdown-it": "^13.0.2",
"pagefind": "^1.2.0",
"sanitize-html": "^2.13.1",
"sharp": "^0.33.5"
},
"devDependencies": {
"bun-types": "latest",
"eslint": "^8.57.1",
"eslint-plugin-astro": "^0.31.4",
"eslint-plugin-prettier": "^5.2.1",
"inquirer": "^9.3.7",
"prettier": "^2.8.8",
"prettier-plugin-astro": "^0.7.2",
"typescript-eslint": "^7.18.0"
},
"module": "index.ts",
"peerDependencies": {
"typescript": "^5.7.2"
}
}