website/package.json
2023-04-06 22:50:43 -04:00

20 lines
No EOL
436 B
JSON

{
"name": "blog",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^0.18.1",
"accessible-astro-components": "^1.6.5",
"astro": "^2.0.18",
"highlight.js": "^11.7.0",
"highlightjs-line-numbers.js": "^2.8.0",
"sass": "^1.59.3"
}
}