website/package.json
Mira Kristipati 253697ad15 updates
2023-09-26 23:33:06 -04:00

35 lines
740 B
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",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"watch": "pnpm npm-watch"
},
"dependencies": {
"@astrojs/check": "^0.2.0",
"@astrojs/mdx": "^0.18.4",
"accessible-astro-components": "^1.6.6",
"astro": "^2.10.15",
"astro-icon": "^0.8.1",
"highlight.js": "^11.8.0",
"htmx.org": "^1.9.6",
"npm-watch": "^0.11.0",
"rollup": "^3.29.3",
"sass": "^1.68.0",
"typescript": "^5.2.2"
}
}