gallery.badmanners.xyz/package.json

53 lines
1.4 KiB
JSON

{
"name": "gallery.badmanners.xyz",
"type": "module",
"version": "1.9.0",
"scripts": {
"postinstall": "astro sync",
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"sync": "astro sync",
"check": "astro check",
"astro": "astro",
"prettier": "prettier --write .",
"export-story": "tsx scripts/export-story.ts",
"deploy-lftp": "dotenv tsx scripts/deploy-lftp.ts --"
},
"dependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/mdx": "^3.1.6",
"@astrojs/rss": "^4.0.7",
"@astrojs/tailwind": "^5.1.0",
"@astropub/md": "^1.0.0",
"@tailwindcss/typography": "^0.5.15",
"astro": "^4.15.5",
"astro-htaccess": "^0.2.0",
"astro-pagefind": "^1.6.0",
"clsx": "^2.1.1",
"fluid-tailwind": "^1.0.3",
"github-slugger": "^2.0.0",
"marked": "^14.1.2",
"pagefind": "^1.1.1",
"polywasm": "^0.1.4",
"reading-time": "^1.5.0",
"sanitize-html": "^2.13.0",
"tailwindcss": "^3.4.11",
"tiny-decode": "^0.1.3",
"tippy.js": "^6.3.7",
"toml": "^3.0.0",
"typescript": "^5.6.2"
},
"devDependencies": {
"@types/node": "^22.5.5",
"@types/sanitize-html": "^2.13.0",
"commander": "^12.1.0",
"dotenv-cli": "^7.4.2",
"fetch-retry": "^6.0.0",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.6",
"tsx": "^4.19.1"
}
}