website/package.json
2023-06-19 12:27:53 -04:00

31 lines
628 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/mdx": "^0.18.1",
"accessible-astro-components": "^1.6.5",
"astro": "^2.0.18",
"astro-icon": "^0.8.0",
"highlight.js": "^11.7.0",
"npm-watch": "^0.11.0",
"sass": "^1.59.3"
}
}