website/package.json
2024-07-18 17:25:13 -04:00

51 lines
1.2 KiB
JSON

{
"name": "blog",
"type": "module",
"version": "0.0.1",
"watch": {
"build": {
"patterns": [
"src"
],
"extensions": "md,js,mdx,css,html,css",
"silent": true
}
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"watch": "pnpm npm-watch"
},
"dependencies": {
"@astrojs/check": "^0.2.0",
"@astrojs/markdown-remark": "^3.2.0",
"@astrojs/mdx": "^1.1.0",
"@astrojs/node": "^6.0.1",
"@astrojs/rss": "^3.0.0",
"@r4ai/remark-callout": "^0.4.0",
"accessible-astro-components": "^1.6.6",
"astro": "^3.2.0",
"astro-icon": "^0.8.1",
"dayjs": "^1.11.10",
"highlight.js": "^11.8.0",
"htmx.org": "^1.9.6",
"markdown-it": "^14.1.0",
"mdast-util-to-string": "^4.0.0",
"npm-watch": "^0.11.0",
"reading-time": "^1.5.0",
"rollup": "^3.29.4",
"sanitize-html": "^2.13.0",
"sass": "^1.68.0"
},
"devDependencies": {
"@eslint/js": "^9.6.0",
"eslint": "9.x",
"globals": "^15.8.0",
"prettier": "^3.3.2",
"prettier-plugin-astro": "^0.14.0",
"typescript": "^5.4.5",
"typescript-eslint": "^7.16.0"
}
}