Files
ghall.space/package.json
T
2024-03-01 23:11:17 -05:00

40 lines
867 B
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": "2.1.0",
"@astrojs/netlify": "5.0.0",
"@astrojs/rss": "4.0.4",
"astro": "4.2.6",
"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"
},
"module": "index.ts",
"peerDependencies": {
"typescript": "^5.0.0"
}
}