Files
ghall.space/package.json
T
2025-11-22 21:01:20 -05:00

46 lines
1.0 KiB
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",
"check:lint": "biome check",
"check:format": "bunx biome format",
"format": "bunx biome format --write",
"fix": "bunx biome lint --write"
},
"dependencies": {
"@alpinejs/persist": "^3.15.1",
"@astrojs/alpinejs": "^0.4.9",
"@astrojs/mdx": "^4.3.7",
"@astrojs/rss": "^4.0.12",
"@types/alpinejs": "^3.13.11",
"@types/markdown-it": "^14.1.2",
"alpinejs": "^3.15.0",
"astro": "^5.14.4",
"astro-pagefind": "^1.8.5",
"date-fns": "^4.1.0",
"markdown-it": "^14.1.0",
"pagefind": "^1.4.0",
"sanitize-html": "^2.17.0",
"sass": "^1.94.2",
"sharp": "^0.34.4"
},
"devDependencies": {
"@astrojs/ts-plugin": "^1.10.4",
"@types/alpinejs__persist": "^3.13.4",
"bun-types": "1.3.0",
"eslint": "^9.39.1",
"prettier": "^3.6.2"
},
"module": "index.ts",
"peerDependencies": {
"typescript": "^5.9.3"
}
}