Files
ghall.space/package.json
T
2025-09-01 12:15:59 -04:00

44 lines
1014 B
JSON

{
"name": "ghall.space",
"type": "module",
"version": "2.0.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/alpinejs": "^0.4.8",
"@astrojs/mdx": "^4.3.4",
"@astrojs/rss": "^4.0.12",
"@types/alpinejs": "^3.13.11",
"@types/markdown-it": "^14.1.2",
"alpinejs": "^3.14.9",
"astro": "^5.13.3",
"astro-pagefind": "^1.7.0",
"date-fns": "^4.1.0",
"markdown-it": "^14.1.0",
"pagefind": "^1.3.0",
"sanitize-html": "^2.14.0",
"sharp": "^0.33.5"
},
"devDependencies": {
"@astrojs/ts-plugin": "^1.10.4",
"bun-types": "latest",
"eslint": "^9.18.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-prettier": "^5.2.3",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"typescript-eslint": "^8.21.0"
},
"module": "index.ts",
"peerDependencies": {
"typescript": "^5.7.3"
}
}